Releases

Release notes

Every Campaign Codex release bundle is documented as a Spec-Domain (SD-NN) handoff under docs/release/SD-NN/ in the repository. Each bundle has a release-notes.md as its closure surface. This page indexes the published bundles.

Published releases

v0.7 alpha

Combined tranche/6 + tranche/7 cut ยท covers SD-22, SD-23, SD-24, SD-25, SD-27

Combines the work that landed across two tranche cuts. Substantive content includes content-source ingest for the Advanced Player's Guide (6 base classes), Advanced Class Guide (10 base classes), Bestiary 1, Advanced Race Guide, Pathfinder Unchained, and the Shape B v1 license-aware schema extension. Fighter+Wizard multiclass base-chassis dispatch lands. Hub-of-hubs rule-system adapter seam lands. Full per-cycle receipts in docs/release/v0.7/release-notes.md.

Read full v0.7 release notes โ†’

v0.6 alpha

Initial published alpha ยท covers SD-18, SD-19, SD-20, SD-21

The first alpha published to origin. Versioned v0.6.120 at publish time; the tranche-base-7 advance was missed at publish and is captured by v0.7 above. The v0.6 closure material lives under docs/release/v0.6/ as scoping notes.

Browse v0.6 scoping notes โ†’

Bundles in flight

These bundles are in the active development stream. They will land on a future release cut.

SD-28 โ€” Ultimate book content ingestion

branch: tranche/8 ยท build target: 0.8.<build>

Ingest of the six Ultimate-line books (Ultimate Combat, Ultimate Equipment, Ultimate Magic, Ultimate Campaign, Wilderness Adventures, Ultimate Intrigue) plus Dreamscarred Press's Ultimate Psionics as a third-party Paizo-adjacent hardcover. Per-book pre-build + verify + parity cycles.

SD-28 release notes โ†’ ยท SD-28 docs โ†’

SD-29 โ€” Corpus-wide catch-up lanes

branch: tranche/9 ยท build target: 0.9.<build> ยท closure landed 2026-08-11

First bundle to derive the whole corpus's shape in one pass rather than book-by-book. Adds the merged monster/monster_ability kind chassis and the Bonus Bestiary book. Surfaced the race chassis and companion-kind ceilings named on the status page.

SD-29 release notes โ†’

SD-30 โ€” Class feature & archetype bundle

branch: tranche/10 ยท build target: 0.10.<build>

Per-record rollup across sixteen books for class features and archetypes. Closure has not fired; release-notes.md will be populated at the closure epic.

SD-30 release notes โ†’

SD-31 โ€” PCGen character import

branch: tranche/11 ยท build target: 0.11.<build> ยท planning-ready

Codex can read PCGen's data (.lst/.pcc) but not PCGen's characters. SD-31 builds that path. Headline: an import either brings your character across intact, or tells you exactly what it could not bring and refuses. No silent losses.

SD-31 release notes โ†’

How to read the release notes

Every docs/release/SD-NN/release-notes.md file is a closure-updated artifact with the same section headers, enforced by tools/release/check_release_manifest.py:

  • Summary โ€” overall release description, build version, branch
  • User-Visible Changes โ€” what a user notices
  • Defects Fixed โ€” closed bugs
  • Operational Notes โ€” operator-relevant changes (deploy, schema, config)
  • Verification Evidence โ€” receipts, gate outputs, the command set that produced them
  • Known Issues โ€” open items deferred to a follow-on bundle
  • Update Eligibility โ€” operator-on-file override indicators

For the full architectural state, see status and docs/architecture/status.md in the repo.