From c45f12defb449f88cc160f4b2162035f07127866 Mon Sep 17 00:00:00 2001 From: taosu <116145501+taosu0216@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:01:24 +0800 Subject: [PATCH 1/2] chore: prepare v0.6.10 release (#480) Co-authored-by: taosu --- docs-site | 2 +- packages/cli/src/migrations/manifests/0.6.10.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 packages/cli/src/migrations/manifests/0.6.10.json diff --git a/docs-site b/docs-site index ec91a9426..1b5301289 160000 --- a/docs-site +++ b/docs-site @@ -1 +1 @@ -Subproject commit ec91a9426c87ba5beaa882e8353ca77d99a5f64a +Subproject commit 1b53012895c9ecc189bea0b673c31bfe45aa6957 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." +} From c94d6fc289b7a6fdd9480bdfae4d4639c9ac2d4c Mon Sep 17 00:00:00 2001 From: taosu Date: Tue, 28 Jul 2026 18:05:51 +0800 Subject: [PATCH 2/2] 0.6.10 --- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index f65bb1168..5a01ad17a 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/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",