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.
Enhancements
Channel thread boards
trellis channel now supports durable thread channels for issue-style feedback boards.
trellis channel create --type threadtrellis channel post <name> opened|comment|status|labels|assignees|summary|processedtrellis channel threads <name>trellis channel thread <name> <thread>trellis channel messages <name> --thread <key> --action <action>
Channel scope
Channel commands can now target project or global storage explicitly.--scope project--scope global- Applies to
create,send,wait,spawn,messages,list,kill,rm, andprune.
Linked context
Channel and thread events can carry stable context for future agents.--description <text>--linked-context-file <absolute-path>--linked-context-raw <text>