Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/src/migrations/manifests/0.6.10.json
Original file line number Diff line number Diff line change
@@ -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."
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down