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

> 2026-05-19

## Bug Fixes

### Trellis spec bootstrap skill

`trellis-spec-bootstarp` 现在包含在 CLI package templates 中。

* Template source: `packages/cli/src/templates/common/bundled-skills/trellis-spec-bootstarp/`
* Packed path: `dist/templates/common/bundled-skills/trellis-spec-bootstarp/`
* Install path: `.claude/skills/`、`.agents/skills/`、`.pi/skills/` 等 platform skill roots
* Update tracking: `.trellis/.template-hashes.json` 包含该 bundled skill 的 reference files

新的 `trellis init` 和 `trellis update` 现在会安装内置 spec bootstrap skill，不需要再单独从 marketplace 下载。

### Codex multi\_agent\_v2 version note

v0.6.0-beta.19 changelog 现在写明了完整 timeout-bounds config 对 Codex CLI 的版本要求。

* Required Codex CLI version: `0.131.0+`
* Affected fields: `default_wait_timeout_ms`、`max_wait_timeout_ms`
* 旧版 Codex CLI `0.128.0` 到 `0.130.x` 只支持早期的 `enabled`、`max_concurrent_threads_per_session` 和 `min_wait_timeout_ms` 字段

## Upgrade

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

不需要运行 migration command。
