Every page now shows a footer with the copyright holder and the platform version — e.g. © 2026 Adam Marshall and bead v0.4.0. The copyright name is pulled automatically from the default author.
Authors now go through the same draft → staged → public pipeline as beads. Author files use the .draft.md / .staged.md / .public.md filename convention. Only public authors are included in production builds. New commands:
bead author stage <slug>bead author retract <slug>bead author mark <status> <slug>Platform release notes live in changelog/ as first-class entries, with the same lifecycle as beads and authors. New commands:
bead changelog new <version>bead changelog stage / retract / markChangelog entries can be published or kept private independently of the platform version bump.
bead release now detects and reports three independent change categories:
The release manifest records which categories triggered the release, alongside beadVersion, deployedAuthors, and deployedChangelog. Use --dry-run to preview what would deploy and why.
The · middle-dot separator between bead metadata fields was rendering as literal text B7 due to a JavaScript string escape issue. Fixed.