CAST: Local-first orchestration framework for Claude Code. Implements hook-driven dispatch, isolated agent memory, and deterministic policy gates.
https://castframework.dev ↗// readme
CAST
CAST v8 — “Native CAST.” A production-grade control plane for Claude Code, built on two convictions: the core development loop should never have to leave your machine, and an agent platform should be structurally unable to destroy its own evidence. Those are the two pillars — local-first by construction and data integrity by construction — and they are enforced by hooks, guards, and a local SQLite audit trail (36+ tables), not by convention. 23 specialist agents plan, implement, review, test, and commit; raw
git commitandgit pushare hard-blocked; every dispatch is logged. Define a workflow once; the team runs it.
CAST is the system I’d want if I were building production software with Claude Code every day — so I built it, broke it,…