把Documentation Index
Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
Use this file to discover all available pages before exploring further.
v0.5.10 的四个 stable fix / feature 同步到 0.6 beta 线。
Bug Fixes
- 防止
git add -f .trellis/失控。add_session.py和task.py archive现在只 stage Trellis 自己拥有的具体路径,并仅在 stderr 含ignored by时用git add -f -- <specific-paths>自动重试。fallback 警告显式写明Do NOT use \git add -f .trellis/`,并列出.trellis/.backup-*、.trellis/worktrees/、.trellis/.template-hashes.json、.trellis/.runtime/、.trellis/.cache/才是应该被 ignore 的子路径。Helper 集中在templates/trellis/scripts/common/safe_commit.py`。 - Pi 平台
<workflow-state>/<session-overview>/ subagent dispatch protocol 注入。Pi extension 每次input/before_agent_start注入 breadcrumb + session-overview;subagent工具注册时带promptSnippet含Active task: <path>派发协议。Closes #249。 - Pi
npm:pi-subagents项目级隔离。.pi/settings.json项目级覆盖全局npm:pi-subagents包,资源列表全置空。scrubPiSettings在 uninstall 时反向清理。Closes #246(感谢 @RenaLio)。
Enhancements
- Session-start 版本更新提示。
get_context.py的 default mode 现在每个 session 跑一次trellis --version检查,本地版本落后时在 context 顶部加一行Trellis update available: <current> -> <latest>, run npm install -g @mindfoldhq/trellis@latest。Best-effort,1 秒超时,失败静默跳过。Marker 存.trellis/.runtime/。Closes #254(感谢 @jdjingdian)。