create-claude-rails 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-claude-rails",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Claude on Rails — opinionated process scaffolding for Claude Code projects",
5
5
  "bin": {
6
6
  "create-claude-rails": "bin/create-claude-rails.js"
@@ -1,4 +1,5 @@
1
1
  ---
2
+ model: opus
2
3
  name: audit
3
4
  description: |
4
5
  Systematic quality audit. Selects perspectives, loads triage suppression,
@@ -1,4 +1,5 @@
1
1
  ---
2
+ model: opus
2
3
  name: cor-upgrade
3
4
  description: |
4
5
  Conversational upgrade when new Claude on Rails skeletons arrive. Detects current
@@ -1,4 +1,5 @@
1
1
  ---
2
+ model: opus
2
3
  name: execute
3
4
  description: |
4
5
  Execute a single plan with perspective-based guardrails at structured
@@ -1,4 +1,5 @@
1
1
  ---
2
+ model: opus
2
3
  name: investigate
3
4
  description: |
4
5
  Structured codebase exploration before planning. Four phases: observe
@@ -1,4 +1,5 @@
1
1
  ---
2
+ model: opus
2
3
  name: plan
3
4
  description: |
4
5
  Create a structured implementation plan with perspective-based critique and