Brings theDocumentation 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 into the 0.6 beta line.
Bug Fixes
add_session.py/task.py archiveno longer force-stage withgit add -f. When.gitignoreexcludes.trellis/, scripts print a warning and skip auto-commit. Reverts the auto-retry that shipped in 0.6.0-beta.5.
Enhancements
- New config:
session_auto_commit: true | falsein.trellis/config.yaml(defaulttrue). Setfalseto skip auto stage + commit; journal / archive files still write to disk. Existing projects get a commented-out block appended ontrellis update(viaconfigSectionsAdded). Closes #245.