v1.49.0
Package Changelog
Minor Changes
- e0b7f44: Adds
cadence summary render <phase> <num>, a read-only CLI command that reads a settled phase's<id>-SUMMARY.json, validates it against theSummaryZschema, and prints a deterministic Markdown rendering (per-AC pass/fail with evidence level, per-task status, gate outcomes, gate bypasses, decisions, deferred items — empty sections omitted entirely) suitable for pasting into a PR description or comment. Refuses loudly with a distinct stderr message and non-zero exit for each of three failure modes (missing file, invalid JSON, schema-validation failure) rather than crashing or printing a partial render. Addsdocs/team-rollout.md, a guide for adopting CADENCE across a team in PR review without replacing existing CI or human review.
Published Packages
All public packages are published on npm as 1.49.0:
@manehorizons/cadence-core@manehorizons/cadence-host-claude-code@manehorizons/cadence-host-codex@manehorizons/cadence-types
Verification
- npm publish completed with provenance in the Release workflow.
- Remote tag
v1.49.0is verified before the GitHub Release is created. - npm package versions and GitHub Release metadata are verified after publish.
- Workflow run: https://github.com/manehorizons/cadence/actions/runs/29762921101