feat: Add Ruby and Rails developer modes #35
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces two new specialist modes to the Roo system:
dev-ruby
): Focused on core Ruby language development, scripting, and ecosystem tools like Bundler.framework-rails
): Specialized in building web applications using the Ruby on Rails framework.Changes Included:
.ruru/modes/dev-ruby/dev-ruby.mode.md
and.ruru/modes/framework-rails/framework-rails.mode.md
defining the roles, responsibilities, and operational guidelines for each mode.kb/01-ruby-guidelines.md
andkb/01-rails-guidelines.md
) outlining basic standards and best practices.rules-dev-ruby/01-kb-lookup-rule.md
andrules-framework-rails/01-kb-lookup-rule.md
) to ensure modes consult their specific knowledge bases..roomodes
to register the new modes within the system.Purpose:
These additions expand Roo's capabilities by providing dedicated expertise for Ruby and Rails development tasks, allowing for more specialized and efficient handling of work within these domains.
I used
dev-ruby
to write this PR description.