specflow-cc 1.2.0 → 1.3.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/CHANGELOG.md +14 -0
- package/commands/sf/audit.md +12 -0
- package/commands/sf/fix.md +6 -0
- package/commands/sf/new.md +4 -2
- package/commands/sf/review.md +12 -0
- package/commands/sf/revise.md +6 -0
- package/commands/sf/run.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,20 @@ 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.0] - 2026-01-21
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- File path links in command output (`📄 File: .specflow/specs/SPEC-XXX.md`)
|
|
13
|
+
- `/clear` hints before fresh context commands (audit, review)
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- All command outputs now include direct links to spec files
|
|
18
|
+
- Workflow hints remind users to clear context before auditor/reviewer steps
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
8
22
|
## [1.2.0] - 2026-01-20
|
|
9
23
|
|
|
10
24
|
### Fixed
|
package/commands/sf/audit.md
CHANGED
|
@@ -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
|
package/commands/sf/fix.md
CHANGED
|
@@ -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>
|
package/commands/sf/new.md
CHANGED
|
@@ -94,9 +94,9 @@ The agent will:
|
|
|
94
94
|
|
|
95
95
|
- [List assumptions agent made]
|
|
96
96
|
|
|
97
|
-
|
|
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
|
package/commands/sf/review.md
CHANGED
|
@@ -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
|
package/commands/sf/revise.md
CHANGED
|
@@ -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>
|
package/commands/sf/run.md
CHANGED
|
@@ -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>
|