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

> 2026-05-17

## Enhancements

### Built-in Trellis spec bootstrap skill

Trellis now bundles `trellis-spec-bootstarp` as a built-in multi-file skill.

* Installed automatically by `trellis init` and refreshed by `trellis update` for supported AI platforms
* Helps AI bootstrap `.trellis/spec/` from the real repository instead of generic placeholder guidance
* Includes source-backed reference files for repository analysis, spec task planning, spec writing, and MCP setup
* Replaces the older marketplace-only `cc-codex-spec-bootstrap` entry in the docs and marketplace index

## Upgrade

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

No migration command is required.
