fix(project-init): suggest rails-patterns for Gemfile-detected repos

The ruby stack listed only tdd-workflow and verification-loop, so Rails
projects detected via Gemfile never got the framework skill suggested.
This commit is contained in:
Rockwell Windsor Rice
2026-09-11 21:12:05 -05:00
parent 95b9fe157f
commit d4f4c5bf6d
+1
View File
@@ -359,6 +359,7 @@
],
"rules": ["common"],
"skills": [
"rails-patterns",
"tdd-workflow",
"verification-loop"
],