diff --git a/packages/cli/package.json b/packages/cli/package.json index 1c37364be..f8b8b5065 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@mindfoldhq/trellis", - "version": "0.6.9", + "version": "0.6.10", "description": "AI capabilities grow like ivy — Trellis provides the structure to guide them along a disciplined path", "type": "module", "main": "./dist/index.js", diff --git a/packages/cli/src/migrations/manifests/0.6.10.json b/packages/cli/src/migrations/manifests/0.6.10.json new file mode 100644 index 000000000..aea36624a --- /dev/null +++ b/packages/cli/src/migrations/manifests/0.6.10.json @@ -0,0 +1,9 @@ +{ + "version": "0.6.10", + "description": "Python 3.9–3.11 task script compatibility, complete Codex hook context recovery, and correct fallback-session cleanup.", + "breaking": false, + "recommendMigrate": false, + "changelog": "**Bug Fixes:**\n- fix(scripts): restore Python 3.9–3.11 compatibility in `.trellis/scripts/common/task_context.py` by removing multiline nested f-strings (#476)\n- fix(codex): make `trellis-{implement,check,research}` recover saved `SubagentStart` output before trusting the injected marker (#465)\n- fix(scripts): make `task.py finish` clear the resolved fallback session while preserving ambiguous or unresolved sessions (#469)", + "migrations": [], + "notes": "Run `trellis update` to refresh task scripts and Codex sub-agent templates. No `--migrate` required." +} diff --git a/packages/core/package.json b/packages/core/package.json index cee8be3f5..8b09b483a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mindfoldhq/trellis-core", - "version": "0.6.9", + "version": "0.6.10", "description": "Trellis core SDK — channel and task domain primitives consumed by the Trellis CLI and downstream Node services", "type": "module", "main": "./dist/index.js",