mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-20 16:47:59 +02:00
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:
@@ -359,6 +359,7 @@
|
||||
],
|
||||
"rules": ["common"],
|
||||
"skills": [
|
||||
"rails-patterns",
|
||||
"tdd-workflow",
|
||||
"verification-loop"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user