capivaOS 1.0.0 — spec-driven development harness, now a Claude Code plugin
First plugin release. capivaOS is a state-machine enforced, spec-first, test-enforced development pipeline for Claude Code — free, by Capiva.
Install
/plugin marketplace add iB2/capivaOS
/plugin install capiva@capiva
Then run /capiva:init inside your project. Update any time with /capiva:update.
Highlights
- Engine/state split: skills, hooks, agents, rules, and blueprints live in the plugin and update centrally;
/capiva:initscaffolds your project's board + docs and stamps a schema version - Six-phase pipeline + fast lane, hook-enforced phase guards, machine-readable AC gating (
acs.json), adversarial QA, tool-restricted subagents - Session injection: the laws + your live sprint state load at every session start — inert in repos without a harness board
- Windows-safe, never-blocking hooks: polyglot dispatcher, fail-open by design
- Zero network, zero dependencies, zero telemetry — see SECURITY.md
- Deterministic self-update:
/capiva:update+/capiva:update-projectmigrations
Full details: CHANGELOG.md · README · MIT licensed