@skitterbyte/skitterspec 16.6.0 → 16.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.
@@ -173,6 +173,13 @@ test, split the fix into phase files (`01-<slug>.md` …) with a phase index in
173
173
  `00-overview.md`, and leave the spec in `in-progress` for `/spec-go` to continue.
174
174
  Say so explicitly — don't fake green.
175
175
 
176
+ **Then refresh the mirror (only if a provider is installed).** The Fix tasks are
177
+ ticked, so the repo is now the truth about this fix — and this skill can take a
178
+ bug all the way to green without `/spec-go` ever running. Without a provider this
179
+ is a no-op.
180
+
181
+
182
+
176
183
  ## 6. Report
177
184
 
178
185
  Summarise: root cause, the failing→passing test, the fix, and the full test
@@ -139,20 +139,20 @@ Before writing any code for this phase, get the workspace clean:
139
139
  next phase on top of an uncommitted one. (Skip if this is the first phase —
140
140
  there's nothing prior to commit.)
141
141
 
142
- ## 3b. Sync with the tracker (only if a provider is installed)
143
-
144
- **Only when a ticketing provider is installed** and the spec is linked to the
145
- tracker. Otherwise skip this step — no provider means zero change to the flow
146
- below. Follow the provider's steps below (nothing to do here without one).
147
-
148
-
149
-
150
142
  ## 4. Implement the phase
151
143
 
152
144
  Identify the **first unfinished phase** from the `00-overview.md` phase index,
153
145
  then open its phase file (`0N-<slug>.md`) — that file holds the tasks. Mark it
154
146
  started: set the phase-file heading to `🔄` and its `> **Status:**` to
155
147
  `In progress`, and flip the matching row in the overview phase index to `🔄`.
148
+
149
+ **Then sync with the tracker (only if a provider is installed).** The phase has
150
+ just changed state, so refresh the mirror before the build starts — that is what
151
+ makes the phase show as in progress *while* it is being built rather than only
152
+ once it is over. Without a provider this is a no-op and nothing below changes.
153
+
154
+
155
+
156
156
  Then build it, following the project rules in `.claude/rules/*.md` and `CLAUDE.md`:
157
157
 
158
158
  - Work task by task through the phase file. Make focused edits that match
@@ -175,6 +175,12 @@ Then build it, following the project rules in `.claude/rules/*.md` and `CLAUDE.m
175
175
  - If new work surfaced, add it as tasks to the appropriate phase file (or add a
176
176
  new phase file + index row) rather than doing it silently.
177
177
 
178
+ **Then refresh the mirror (only if a provider is installed).** The phase is done
179
+ in the repo now; leaving the tracker to catch up at `/spec-complete` is what makes
180
+ a mirror lag a whole spec behind. Without a provider this is a no-op.
181
+
182
+
183
+
178
184
  ## 6. Report
179
185
 
180
186
  Summarise what was implemented, the test result (quote failures if any), and
@@ -180,6 +180,13 @@ narrative and decisions).
180
180
  - Commit the fix to the `hotfix/<slug>` branch (this commit is what gets tagged
181
181
  and cherry-picked). Tick the Fix tasks; add a Changelog line.
182
182
 
183
+ **Then refresh the mirror (only if a provider is installed).** The Fix tasks are
184
+ ticked, so the repo is now the truth about this fix — and this skill can take a
185
+ bug all the way to green without `/spec-go` ever running. Without a provider this
186
+ is a no-op.
187
+
188
+
189
+
183
190
  ## 7. Report
184
191
 
185
192
  Summarise: the base tag, root cause, the failing→passing test, the fix, and the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skitterbyte/skitterspec",
3
- "version": "16.6.0",
3
+ "version": "16.7.0",
4
4
  "description": "Spec-driven development for Claude Code — a tracker-free filesystem workflow: lifecycle skills and per-spec isolation. For Linear sync, install @skitterbyte/skitterspec-linear instead.",
5
5
  "keywords": [
6
6
  "claude",