> ## 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.

# v0.3.0-beta.0

> 2026-01-25

**BREAKING**: Shell to Python migration + Command namespace changes.

## 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` |

Run `trellis update --migrate` to apply changes.
