Shell Scripts to Python
All.sh scripts replaced by .py equivalents. Requires Python 3.10+.
| Old | New |
|---|---|
.trellis/scripts/*.sh | .trellis/scripts/*.py |
.trellis/scripts/multi-agent/ | .trellis/scripts/multi_agent/ |
./script.sh | python3 ./script.py |
Command Namespace
Commands moved to namespaced paths:| Platform | Old | New |
|---|---|---|
| Claude Code | .claude/commands/start.md | .claude/commands/trellis/start.md |
| Cursor | .cursor/commands/start.md | .cursor/commands/trellis-start.md |
trellis update --migrate to apply changes.