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
trellis-core SDK
@mindfoldhq/trellis-core now publishes the channel and task primitives used by the CLI.
- Package:
@mindfoldhq/trellis-core - Exports:
@mindfoldhq/trellis-core/channel,@mindfoldhq/trellis-core/task,@mindfoldhq/trellis-core/testing - CLI dependency:
@mindfoldhq/trellis-core
Channel thread commands
Thread channels now use thethreads structural type and expose context, title, and rename commands.
trellis channel create --type threadstrellis channel context add|delete|listtrellis channel title set|cleartrellis channel thread rename
Channel context flags
Context input now usescontext naming while the beta.12 linked-context aliases remain accepted.
--context-file <absolute-path>--context-raw <text>- Legacy aliases:
--linked-context-file,--linked-context-raw
Internal
Core package publishing
The publish workflow now publishes@mindfoldhq/trellis-core before @mindfoldhq/trellis with one shared version and npm dist-tag.
- Workflow:
.github/workflows/publish.yml - Preflight:
packages/cli/scripts/release-preflight.js - Version bump:
packages/cli/scripts/bump-versions.js - Release runner:
packages/cli/scripts/release.js
Upgrade
trellis channel create --type thread with trellis channel create --type threads.