Changelog
What shipped, when.
v1.4Mar 19, 2026
Research, Design & Fleet Skills
- Eight new skills: validate, interview, synthesize, brief, adr, crew, handoff, changelog
- Research loop: prioritize assumptions by risk, generate interview guides, synthesize findings back into doctrine
- Design briefs generated from personas, JTBD, and doctrine. Not opinions
- Architecture Decision Records with automatic numbering and cross-referencing
- Multi-agent task decomposition with branch names, scope boundaries, and dependency graphs
- Role-specific onboarding docs for engineers, designers, agents, and clients
- User-facing release notes generated from git log, filtered through VECTOR.md value prop
- /vector/ directory expanded: missions, handoffs, briefs, changelog
- invest-backfill updated to scaffold all v1.4 directories
- inject.sh and npx investiture init now install all eleven skills
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