{
  "version": "0.4.0-beta.8",
  "description": "Decouple .agents/skills/ as shared Agent Skills layer, add full .codex/ directory support",
  "breaking": false,
  "recommendMigrate": false,
  "changelog": "**Enhancements:**\n- feat(codex): decouple .agents/skills/ as shared Agent Skills layer (agentskills.io standard)\n- feat(codex): add .codex/ directory with config, agents, skills, and SessionStart hooks\n- feat(cli): add branch context to session journal records (#108)\n\n**Bug Fixes:**\n- fix(iflow): revert incorrect --agent flag change from PR #112\n- fix(codex): correct agent TOML format (name + description + developer_instructions)\n\n**Migration:**\n- Auto-upgrade legacy Codex installs (.agents/skills/ without .codex/) on trellis update\n- safe-file-delete for .agents/skills/parallel/ and old trellis-*.toml agents",
  "migrations": [
    {
      "type": "safe-file-delete",
      "from": ".agents/skills/parallel/SKILL.md",
      "description": "Moved to .codex/skills/parallel/ (Codex-specific, not shared)",
      "allowed_hashes": ["b67b30c4e4fe00e5bc6b2f0da078e6cdfc4f082d5660b00b9ce6cfd6308d7dec"]
    },
    {
      "type": "safe-file-delete",
      "from": ".codex/agents/trellis-implementer.toml",
      "description": "Renamed to implement.toml with corrected TOML format",
      "allowed_hashes": ["e2f46f9df38485c5a0cbb562310d326a9a612dc32286bad91494a83d00c7bb3f"]
    },
    {
      "type": "safe-file-delete",
      "from": ".codex/agents/trellis-researcher.toml",
      "description": "Renamed to research.toml with corrected TOML format",
      "allowed_hashes": ["dfda47b432b653d29dbe30f07648614e6636b1120ab718b4a640a9b51da90242"]
    },
    {
      "type": "safe-file-delete",
      "from": ".codex/agents/trellis-reviewer.toml",
      "description": "Renamed to check.toml with corrected TOML format",
      "allowed_hashes": ["b7ebff2a15c73ccd6d851122a4d202fc02adb9706942acd6601aad614e09ebc9"]
    }
  ],
  "notes": "Run `trellis update` to sync. Codex hooks require `features.codex_hooks = true` in ~/.codex/config.toml."
}
