Changelog

What shipped, when.

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

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

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

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

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