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

> 2026-06-17

Docs-only fix following up on the v0.6.1 workflow simplification. Run `trellis update` to refresh the `/continue` command. No `--migrate` required.

## Bug Fixes

### `/continue` routing pointed at the deleted Phase 3.1

The `/continue` command's resume-routing table still sent `status=in_progress` + check-passed to the Phase **3.1** that [v0.6.1](/changelog/v0.6.1) removed. It now routes to **3.3** (spec update) → **3.4** (commit), matching the simplified workflow.

The v0.6.1 cleanup updated `workflow.md`, the three marketplace workflow variants, the bundled `trellis-meta` skill, and the Copilot `finish-work` prompt — but missed `commands/continue.md` because its routing uses a bare-number syntax (`→ **3.1**`) that the `Phase 3.1` grep did not match.

## Internal

### Sync matrix hardened against this class of miss

`.trellis/spec/docs-site/docs/sync-on-change.md` Trigger 1 (Phase Structure Changes) now enumerates every in-template file carrying step-routing references (`continue.md`, `trellis-meta` change-workflow reference, Copilot prompt, marketplace variants) and adds a bare-number grep pattern. A future step delete/renumber audits all routing sites, not just `workflow.md`.

## Upgrade

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

No `--migrate` required. No source code changed; this is a template refresh.
