Skip to content

capivaOS 1.0.0 — spec-driven development harness, now a Claude Code plugin

Choose a tag to compare

@iB2 iB2 released this 07 Jul 18:42
· 103 commits to main since this release
0189f18

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:init scaffolds 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-project migrations

Full details: CHANGELOG.md · README · MIT licensed