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

> 2026-05-15

## Enhancements

### Parent / child task trees

Workflow guidance 现在说明什么时候使用 parent tasks 和 independently verifiable child tasks。

* Workflow: `.trellis/workflow.md`
* Step detail: `get_context.py --mode phase --step 1.1`
* Breadcrumbs: `[workflow-state:planning]`、`[workflow-state:planning-inline]`
* Skills: `trellis-brainstorm`、`trellis-meta`

## Bug Fixes

### Trellis check agents

Check agents 现在会先 review task artifacts，再检查 code 是否符合 specs。

* Required artifact: `prd.md`
* Optional artifacts: `design.md`、`implement.md`
* Platforms: Claude Code、Cursor、OpenCode、Gemini、Kiro、Qoder、CodeBuddy、Droid、Pi
* Pi agents: `trellis-implement.md`、`trellis-check.md`

## Upgrade

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

无需文件迁移。
