Bug fixes for registry URL handling and AI model compatibility.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
- HTTPS registry URLs —
trellis init --registrynow accepts HTTPS URLs (e.g.https://github.com/user/repo) by auto-converting them to giget-style format. Supports GitHub, GitLab, and Bitbucket, including/tree/branch/pathURLs and.gitsuffix. (#87) - Record-session AI compatibility — Updated the record-session command wording across all 9 platforms. AI models (especially GPT) previously refused to run
add_session.pybecause the old “AI must NOT execute git commit” instruction was too absolute. The new wording clarifies that scripts handling.trellis/metadata commits are safe to execute. (#88)