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.
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 added in 0.5.10.
Enhancements
- New config:
session_auto_commit: true | falsein.trellis/config.yaml(defaulttrue). Setfalseto skip auto stage + commit; journal / archive files still write to disk. Closes #245. - Session-start update hint.
get_context.pyshowsTrellis update available: <current> -> <latest>once per session when local install lags. 1-second timeout, failures silent. Closes #254 (thanks @jdjingdian).