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
- Removing the sub-agent guidance in
AGENTS.mdstops Codex from calling / waiting on research agents. Deleted the## Subagentssection (36 lines, including the “ALWAYS wait for every spawned subagent” rule). - Sub-agent mode fix:
trellis-researchon Codex no longer exits prematurely / produces no research files due to missing task context (the main agent now includes theActive task:line when dispatching to research agents too).
Added
CoreRuleblock prepended to thetrellis-brainstormskill (adapted from https://github.com/mattpocock/skills/blob/main/skills/productivity/grill-me/SKILL.md ).