trellis update skipping unregistered Python scripts, plus v0.3.10 fixes merged.
Bug Fixes
- Update script sync —
trellis updatenow usesgetAllScripts()as the single source of truth for Python script files. Previously, 11 scripts (9 incommon/and 2 inmulti_agent/) were silently skipped because they weren’t registered incollectTemplateFiles()’s hand-maintained list.
Merged from v0.3.10
- HTTPS registry URLs —
trellis init --registrynow accepts HTTPS URLs (e.g.https://github.com/user/repo) by auto-converting them to giget-style format. (#87) - Record-session AI compatibility — Updated record-session command wording so AI models (especially GPT) no longer refuse to run metadata scripts. (#88)