@mindfoldhq/trellis 0.6.1 → 0.6.2

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.
@@ -0,0 +1,9 @@
1
+ {
2
+ "version": "0.6.2",
3
+ "description": "Fix stale Phase 3.1 routing in /continue command left over from 0.6.1 workflow simplification.",
4
+ "breaking": false,
5
+ "recommendMigrate": false,
6
+ "changelog": "**Bug Fixes:**\n- `/continue` command (`commands/continue.md`): the resume-routing table still pointed `status=in_progress + check passed` at the deleted Phase **3.1**. Now routes to **3.3** (spec update) → **3.4** (commit), matching the 0.6.1 workflow simplification. The 0.6.1 cleanup updated `workflow.md`, the marketplace variants, the trellis-meta skill, and the Copilot prompt, but missed `continue.md` because its routing uses a bare-number syntax (`→ **3.1**`) that the `Phase 3.1` grep did not catch.\n\n**Internal:**\n- `.trellis/spec/docs-site/docs/sync-on-change.md` Trigger 1 now lists every in-template file that carries step-routing references and adds a bare-number grep pattern, so a future step delete/renumber audits all routing sites — not just `workflow.md`.\n\nNo source code changed. Run `trellis update` to refresh `.trellis/.../commands/trellis/continue.md`.",
7
+ "migrations": [],
8
+ "notes": "Docs-only fix. Run `trellis update` to refresh the `/continue` command routing. No `--migrate` needed.\n\nInstall: `npm install -g @mindfoldhq/trellis`"
9
+ }
@@ -30,7 +30,7 @@ Shows the Phase Index (Plan / Execute / Finish) with routing + skill mapping.
30
30
  - `status=planning` + required artifacts complete + required jsonl curated or inline mode → **1.4** (ask for start review; only run `task.py start` after user confirms)
31
31
  - `status=in_progress` + implementation not started → **2.1**
32
32
  - `status=in_progress` + implementation done, not yet checked → **2.2**
33
- - `status=in_progress` + check passed → **3.1**
33
+ - `status=in_progress` + check passed → **3.3** (spec update) → **3.4** (commit)
34
34
  - `status=completed` (rare; usually archived immediately) → archive flow
35
35
 
36
36
  Phase rules (full detail in `.trellis/workflow.md`):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindfoldhq/trellis",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "AI capabilities grow like ivy — Trellis provides the structure to guide them along a disciplined path",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "inquirer": "^9.3.7",
35
35
  "undici": "^6.21.0",
36
36
  "zod": "^4.4.2",
37
- "@mindfoldhq/trellis-core": "0.6.1"
37
+ "@mindfoldhq/trellis-core": "0.6.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@eslint/js": "^9.18.0",