把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.11 的 stable fix 同步到 0.6 beta 线。
Bug Fixes
add_session.py/task.py archive不再用git add -f强制 stage。.gitignore排除.trellis/时脚本打印 warning + 跳过 auto-commit。撤回 0.6.0-beta.5 里的 auto-retry。
Enhancements
- 新配置
session_auto_commit: true | false在.trellis/config.yaml(默认true)。设false跳过 auto stage + commit;journal / archive 文件仍写入磁盘。老项目跑trellis update会通过configSectionsAdded自动追加注释掉的配置块。Closes #245。