.kiro/steering/ruby-patterns.md
This file extends the common patterns with Ruby and Rails specific content.
# frozen_string_literal: true to new files when the project uses that conventionbundle exec rubocop
bundle exec rubocop -A
bundle exec bundle-audit check --update
bundle exec brakeman --no-progress
bin/rails test
bundle exec rspec
See skill: backend-patterns for service boundaries and adapter patterns.
See skill: security-review for secure-by-default review patterns.