> ## 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.

# v0.6.0-beta.13

> 2026-05-14

## 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 the `threads` structural type and expose context, title, and rename commands.

* `trellis channel create --type threads`
* `trellis channel context add|delete|list`
* `trellis channel title set|clear`
* `trellis channel thread rename`

### Channel context flags

Context input now uses `context` 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

```bash theme={null}
npm install -g @mindfoldhq/trellis@beta
trellis update
```

Replace beta.12 scripts that use `trellis channel create --type thread` with `trellis channel create --type threads`.
