@speclife/cli 0.6.3 → 0.7.0

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": "@speclife/cli",
3
- "version": "0.6.3",
3
+ "version": "0.7.0",
4
4
  "description": "CLI for SpecLife - for CI/scripts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -92,12 +92,23 @@ Next: Review the proposal, then run `/openspec-apply` to implement.
92
92
  ✓ Created branch spec/add-oauth-login
93
93
  ✓ Scaffolded proposal at openspec/changes/add-oauth-login/
94
94
 
95
- Next: cd worktrees/add-oauth-login/ then run `/openspec-apply`.
95
+ ⚠️ IMPORTANT: You must work from the worktree directory!
96
+
97
+ Next steps:
98
+ 1. Switch to worktree: cd worktrees/add-oauth-login/
99
+ 2. Invoke /openspec-apply from there
100
+
101
+ 🚨 CRITICAL: All file edits MUST happen in:
102
+ worktrees/add-oauth-login/openspec/...
103
+ worktrees/add-oauth-login/packages/...
104
+
105
+ NOT in the main repo paths!
96
106
  ```
97
107
 
98
108
  **⛔ STOP HERE.** Do NOT proceed to implementation. Wait for user to:
99
109
  1. Review the proposal
100
- 2. Invoke `/openspec-apply` or `/speclife implement`
110
+ 2. Switch to worktree directory
111
+ 3. Invoke `/openspec-apply` or `/speclife implement` from there
101
112
 
102
113
  ## Examples
103
114