Phoenix VCS v0.1.0 — initial commit
Regenerative version control system: causal compiler for intent.
Core engine (Phases A–F):
- Spec ingestion, clause extraction, semantic hashing
- Canonicalization, warm context hashing, A/B/C/D classification
- IU planning, code generation, drift detection
- Boundary validation, dependency extraction
- Evidence/policy engine, cascade propagation
- Shadow pipeline, compaction
- Bot router (SpecBot, ImplBot, PolicyBot)
Stores: content-addressed objects, spec graph, canonical graph, evidence
CLI (16 commands):
init, bootstrap, status, ingest, diff, clauses, canonicalize, canon,
plan, regen, drift, evaluate, cascade, graph, bot, help
Scaffold generator:
- Per-service index.ts, server.ts (health/metrics/modules), tests
- Project package.json, tsconfig.json, vitest.config.ts
Examples:
- microservices: API gateway, user service, notification service (3 specs)
- tictactoe: game engine, multiplayer, web client (3 specs)
201 unit/functional tests, all passing.