← Back to projects

Claw VCSDeep-reviewed

by Shreedhar Pandey

Score 7.0

What they're building

AI agents are writing half our code. Git can't tell which half. So I built Claw VCS — agent-native version control, in Rust. 🦀 → Intents, not just commits: every change links to a structured goal with acceptance tests → Capsules: Ed25519-signed provenance — which agent, which model, which tests passed, stored in-repo → Policies as repo objects: "don't integrate unless a trusted key signed passing test evidence for this exact revision" → AST-aware diffs for Rust/TS/Python/SQL/Terraform (14 codecs), Darcs-style patch commutation → gRPC daemon + MCP server so any agent can create intents, ship changes, and stream events programmatically 10 crates. BLAKE3 content addressing. Shipped on Homebrew.

AI code reviewrepo: real

two real june 8-10 repos: aa-firewall (2.3k lines ts, openrouter planner, rbac/audit/connectors, tests, vercel) and agentic-PR (composio core sdk, openrouter); strong cod