Changelog
What shipped in each release.
Terse by design — each release links its announcement post.
0.2.0
All packages now share one version number — this is the first synchronized release. Read the announcement →
- Coding-agent integration. New
contentbit agentscommand (also run byinit, skip with--no-agents): installs thecontentbit-authorandcontentbit-auditClaude Code skills and manages a fenced instruction block inAGENTS.mdfor every other agent. Skills hold no schemas — they read everything from the CLI at runtime, so custom blocks are picked up automatically. See Coding-agent integration. - Document stats.
analyzeDocumentin@contentbit/coreand acontentbit statscommand: heading outlines with per-section word counts, block usage, link domains, and a validation summary, as JSON. Accepts multiple files and globs. See Document stats & auditing. @contentbit/astro. Renderer-only Astro integration: render validated documents with.astrocomponents, per-block overrides included. See Astro.- Every prop, documented. Generated authoring guides now list every prop from the block's schema — name, type (enums spelled out), required/optional, default, and description — so agents that never guess props can discover all of them.
0.1.0
Initial release: directive-block parser with source-mapped AST, block registry
with per-block schemas, line-level validation diagnostics, the generic block
pack, React and static-HTML renderers, the shadcn styled pack, and the
contentbit CLI.