Changelog
What shipped, when.
v1.5Apr 12, 2026
Audit Chain
- Five new audit skills: preflight, manifest, repo-audit, remediate, verify-remediation
- Preflight scans any codebase in under 2 minutes — project type, tech stack, scale, hazards
- Manifest reads every source file and produces a complete structured inventory
- Repo-audit assesses quality across 8 vectors with severity classification and commendations
- Remediate generates phased fix plans ordered lowest-risk to highest-risk
- Verify-remediation confirms fixes landed, updates AUDIT.md with resolution status
- Core skill set refocused: 3 doctrine + 5 audit = 8 core skills
- Research, design, fleet, and release skills moved to optional (.claude/skills-optional/)
- inject.sh and npx investiture init now install all eight core skills
- Version bump to 1.5.0
v1.4Mar 19, 2026
Research, Design & Fleet Skills
- Eight skills for assumption validation, user research, design briefs, decision records, multi-agent decomposition, onboarding, and release notes
- Now available as optional skills in .claude/skills-optional/
v1.3Mar 11, 2026
Skill Chain MVP
- Three executable skills: /invest-backfill, /invest-doctrine, /invest-architecture
- Backfill surveys existing codebases and generates starter doctrine
- Doctrine audit checks completeness, consistency, contradictions, and disk drift
- Architecture audit checks layers, imports, naming, tokens, state, file size
- CLAUDE.md reframed as contributor onboarding (not agent persona)
- Development Principles section added to ARCHITECTURE.md template
- /vector/audits/ directory for persistent audit reports
v1.2Mar 4, 2026
Doctrine System + Zero Vector Integration
- VECTOR.md, CLAUDE.md, ARCHITECTURE.md doctrine templates
- /vector directory with six research schemas (persona, JTBD, assumption, interview, competitive, blue ocean)
- ADR template at /vector/decisions/
- start.sh launcher: backgrounds Vite, opens Claude Code, auto-cleans on exit
- make-it-mine.sh interactive agent setup (name, pronouns, role, operator)
- Investiture page live on zerovector.design/investiture
v1.1Feb 11, 2026
Scaffold Audit + Onboarding Overhaul
- Fixed 20 audit findings from critical analysis
- Cross-platform install.sh rewrite (Mac, Linux, WSL, Windows Git Bash)
- Wired content/en.json into App.jsx, no more hardcoded strings
- Added React Router, ErrorBoundary, Vitest with 9 tests
- Context + useReducer state management in core/store.jsx
- preflight.sh environment verification
v1.0Feb 5, 2026
Architecture Scaffold Launch
- Four-layer React architecture: UI, design system, core logic, services
- CSS variable token system with light/dark theme support
- Content layer for externalized strings
- install.sh cross-platform setup script
- CLAUDE.md auto-generation for Claude Code onboarding