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
Archived task create collisions
task.py create now rejects a slug that already exists in .trellis/tasks/archive/**.
- Checks archived task directories before creating a new active task directory
- Prints the archived path that caused the collision
- Tells the user to choose a new slug for an intentional new task
Workflow-state tool routing
[workflow-state:in_progress] now distinguishes sub-agent types from skills.
trellis-implementandtrellis-researchare sub-agent types onlytrellis-update-specis a skilltrellis-checkexists as both; verification after code changes should prefer the Agent form- Prevents agents from trying to call missing
trellis-implement/trellis-researchskills
Codex multi_agent_v2 timeout bounds
.codex/config.toml now emits the multi_agent_v2 wait timeout values as a valid bounds set for Codex CLI 0.131+.
- Fixes Codex startup failure:
default_wait_timeout_ms must be at least min_wait_timeout_ms - Keeps the Trellis default wait at 8 minutes
- Keeps the explicit upper clamp at 1 hour
- Covers fresh
trellis initand template refresh throughtrellis update