specflow-cc 1.2.0 → 1.3.1

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/CHANGELOG.md CHANGED
@@ -5,6 +5,28 @@ All notable changes to SpecFlow will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.3.1] - 2026-01-21
9
+
10
+ ### Fixed
11
+
12
+ - Command format in installer output: `/sf init` → `/sf:init`
13
+
14
+ ---
15
+
16
+ ## [1.3.0] - 2026-01-21
17
+
18
+ ### Added
19
+
20
+ - File path links in command output (`📄 File: .specflow/specs/SPEC-XXX.md`)
21
+ - `/clear` hints before fresh context commands (audit, review)
22
+
23
+ ### Changed
24
+
25
+ - All command outputs now include direct links to spec files
26
+ - Workflow hints remind users to clear context before auditor/reviewer steps
27
+
28
+ ---
29
+
8
30
  ## [1.2.0] - 2026-01-20
9
31
 
10
32
  ### Fixed
package/bin/install.js CHANGED
@@ -269,12 +269,12 @@ function finishInstall(settingsPath, settings, statuslineCommand, shouldInstallS
269
269
  writeSettings(settingsPath, settings);
270
270
 
271
271
  console.log(`
272
- ${green}Done!${reset} Launch Claude Code and run ${cyan}/sf help${reset}.
272
+ ${green}Done!${reset} Launch Claude Code and run ${cyan}/sf:help${reset}.
273
273
 
274
274
  ${yellow}Quick start:${reset}
275
- /sf init - Initialize project
276
- /sf new - Create specification
277
- /sf help - Show all commands
275
+ /sf:init - Initialize project
276
+ /sf:new - Create specification
277
+ /sf:help - Show all commands
278
278
  `);
279
279
  }
280
280
 
@@ -104,6 +104,10 @@ The agent will:
104
104
 
105
105
  ---
106
106
 
107
+ 📄 File: .specflow/specs/SPEC-XXX.md
108
+
109
+ ---
110
+
107
111
  ## Next Step
108
112
 
109
113
  `/sf:run` — implement specification
@@ -126,6 +130,10 @@ The agent will:
126
130
 
127
131
  ---
128
132
 
133
+ 📄 File: .specflow/specs/SPEC-XXX.md
134
+
135
+ ---
136
+
129
137
  ## Next Steps
130
138
 
131
139
  Choose one:
@@ -154,6 +162,10 @@ Choose one:
154
162
 
155
163
  ---
156
164
 
165
+ 📄 File: .specflow/specs/SPEC-XXX.md
166
+
167
+ ---
168
+
157
169
  ## Next Step
158
170
 
159
171
  `/sf:revise` — address critical issues
@@ -191,9 +191,15 @@ Append to Review History:
191
191
 
192
192
  ---
193
193
 
194
+ 📄 File: .specflow/specs/SPEC-XXX.md
195
+
196
+ ---
197
+
194
198
  ## Next Step
195
199
 
196
200
  `/sf:review` — re-review to verify fixes
201
+
202
+ <sub>/clear recommended → reviewer needs fresh context</sub>
197
203
  ```
198
204
 
199
205
  </workflow>
@@ -94,9 +94,9 @@ The agent will:
94
94
 
95
95
  - [List assumptions agent made]
96
96
 
97
- ### File
97
+ ---
98
98
 
99
- `.specflow/specs/SPEC-XXX.md`
99
+ 📄 **File:** `.specflow/specs/SPEC-XXX.md`
100
100
 
101
101
  ---
102
102
 
@@ -104,6 +104,8 @@ The agent will:
104
104
 
105
105
  `/sf:audit` — audit specification before implementation
106
106
 
107
+ <sub>/clear recommended → auditor needs fresh context</sub>
108
+
107
109
  {If complexity is large:}
108
110
 
109
111
  ### Warning
@@ -131,6 +131,10 @@ The agent will:
131
131
 
132
132
  ---
133
133
 
134
+ 📄 File: .specflow/specs/SPEC-XXX.md
135
+
136
+ ---
137
+
134
138
  ## Next Step
135
139
 
136
140
  `/sf:done` — finalize and archive specification
@@ -160,6 +164,10 @@ The agent will:
160
164
 
161
165
  ---
162
166
 
167
+ 📄 File: .specflow/specs/SPEC-XXX.md
168
+
169
+ ---
170
+
163
171
  ## Next Steps
164
172
 
165
173
  Choose one:
@@ -200,6 +208,10 @@ Choose one:
200
208
 
201
209
  ---
202
210
 
211
+ 📄 File: .specflow/specs/SPEC-XXX.md
212
+
213
+ ---
214
+
203
215
  ## Next Step
204
216
 
205
217
  `/sf:fix` — address the issues
@@ -165,9 +165,15 @@ The agent will:
165
165
 
166
166
  ---
167
167
 
168
+ 📄 File: .specflow/specs/SPEC-XXX.md
169
+
170
+ ---
171
+
168
172
  ## Next Step
169
173
 
170
174
  `/sf:audit` — re-audit revised specification
175
+
176
+ <sub>/clear recommended → auditor needs fresh context</sub>
171
177
  ```
172
178
 
173
179
  </workflow>
@@ -198,9 +198,15 @@ The agent will:
198
198
 
199
199
  ---
200
200
 
201
+ 📄 File: .specflow/specs/SPEC-XXX.md
202
+
203
+ ---
204
+
201
205
  ## Next Step
202
206
 
203
207
  `/sf:review` — audit the implementation
208
+
209
+ <sub>/clear recommended → reviewer needs fresh context</sub>
204
210
  ```
205
211
 
206
212
  </workflow>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specflow-cc",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "description": "Spec-driven development system for Claude Code — quality-first workflow with explicit audit cycles",
5
5
  "bin": {
6
6
  "specflow-cc": "bin/install.js"