{
  "version": "0.5.0-beta.10",
  "description": "Hotfix: three bugs in `trellis update --migrate` / `init-context` (codex/kiro skill `trellis-` prefix, `.agents/` detection, `--platform` threading) + migrationGuide back-fill on 0.5.0-beta.0 / 0.5.0-beta.5 + docs-site changelog pre-release gate.",
  "breaking": false,
  "recommendMigrate": false,
  "changelog": "**Bug fixes (no --migrate required):**\n- fix(cli_adapter): codex/kiro branches of `get_trellis_command_path` now emit the `trellis-` prefix introduced by 0.5.0-beta.0 — previously `init-context` wrote `check.jsonl` paths that 404'd on codex/kiro projects.\n- fix(detect_platform): removed `.agents/` from the config-dir enumeration (it's a shared cross-platform skills layer consumed by Codex / Amp / Cline / Kimi / Warp, not a platform directory). Added a guarded codex fallback so repos whose only signal is `.agents/skills/trellis-*` still identify as codex.\n- feat(init-context): `task.py init-context` accepts `--platform`; skill/command templates thread it end-to-end via `{{CLI_FLAG}}` instead of re-detecting from the filesystem at runtime.\n- fix(migrations): back-filled `migrationGuide` + `aiInstructions` on 0.5.0-beta.0 (0.4→0.5 narrative: skill renames, retired commands, multi-agent-pipeline removal, iFlow drop, task.json schema cleanup) and 0.5.0-beta.5 (sub-agent rename). Both breaking releases previously shipped with no guide, so `update --migrate` PRDs fell back to 0.3/0.4 historical content.\n- feat(release): `create-manifest.js` now rejects `breaking && recommendMigrate && !migrationGuide`; `release:beta` / `release:rc` / `release:promote` pre-flight `check-docs-changelog.js` to catch missing docs-site changelog pages before tagging.",
  "migrations": [],
  "notes": "Pure runtime/tooling bug fix; no user file operations. Upgrading from beta.9: if you ran `trellis update --migrate` before beta.10 on a codex/kiro project, the `check.jsonl` generated then points at pre-prefix skill paths — re-run `task.py init-context <task-dir> <type> --platform <platform>` or recreate the task. If on 0.4.x, the migration task PRD now contains the real 0.4→0.5 guide."
}
