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.
增强
Channel thread boards
trellis channel 现在支持用于 issue-style feedback boards 的 durable thread channels。
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 现在可以显式选择 project 或 global storage。--scope project--scope global- 适用于
create、send、wait、spawn、messages、list、kill、rm和prune。
Linked context
Channel 和 thread events 可以携带供后续 agents 使用的稳定 context。--description <text>--linked-context-file <absolute-path>--linked-context-raw <text>