Skip to main content

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.

Brings the v0.5.11 stable fix into the 0.6 beta line.

Bug Fixes

  • add_session.py / task.py archive no longer force-stage with git add -f. When .gitignore excludes .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 | false in .trellis/config.yaml (default true). Set false to skip auto stage + commit; journal / archive files still write to disk. Existing projects get a commented-out block appended on trellis update (via configSectionsAdded). Closes #245.

Upgrade

npm install -g @mindfoldhq/trellis@beta
trellis update