@skitterbyte/skitterspec 16.1.0 → 16.2.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.
@@ -60,6 +60,19 @@ reading the code, do that instead of asking.
60
60
  creating a `0N-<slug>.md` file **and** a matching overview index row, or drop a
61
61
  dead phase by removing both. Keep the index and files in sync; **preserve
62
62
  completed `[x]` history**.
63
+ - **A phase's status is the `⬜`/`🔄`/`✅` on its H1** — `# Phase 2 — <goal> 🔄`.
64
+ It is mirrored in that file's `> **Status:**` line and in the matching
65
+ `00-overview.md` phase-index row, but the **heading is the authoritative one**:
66
+ tooling reads it, and a heading carrying no emoji reads as *not started*. So a
67
+ finished phase marked only by a `**Status:** done` line is silently wrong
68
+ everywhere except the file itself. Set all three together.
69
+ - **Especially when you create phase files.** Migrating a legacy spec (a bare
70
+ `<name>.md`, or a `00-overview.md` with inline phases) into the folder +
71
+ phase-file form means authoring `0N-<slug>.md` headings from scratch — carry
72
+ each phase's real status onto its H1 as you split it out, rather than
73
+ defaulting every new file to `⬜`. A ticketing provider projects that emoji as
74
+ the phase's state in the tracker, so getting it wrong mirrors a
75
+ complete phase as not-started.
63
76
  - Tick tasks already satisfied by the code; re-open `## Open questions` for
64
77
  anything still undecided.
65
78
  - Add a dated **Changelog** entry summarising the review (e.g. `- <date> —
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skitterbyte/skitterspec",
3
- "version": "16.1.0",
3
+ "version": "16.2.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",