Skip to main content

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 thread
  • trellis channel post <name> opened|comment|status|labels|assignees|summary|processed
  • trellis 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, and prune.

Linked context

Channel and thread events can carry stable context for future agents.
  • --description <text>
  • --linked-context-file <absolute-path>
  • --linked-context-raw <text>

Upgrade

npm install -g @mindfoldhq/trellis@beta
trellis update