Bare-bones S3-compatible object store daemon (buckets as dirs, objects as files).
WombatKV daemon binary + SHM/TCP/HTTP listeners for the daemon deployment mode. Sits between multiple engine clients (ds4, future llama.cpp, vLLM/SGLang via wire) and a shared S3 bucket.
Claw VCS: intent-native, agent-native version control.
Core object types and Claw Object Format encoding for Claw VCS.
Capsule signing, verification, and encryption primitives for Claw VCS.
Git import, export, and roundtrip plumbing for Claw VCS.
Three-way merge support and conflict handling for Claw VCS.
Patch codecs, diff, apply, and merge helpers for Claw VCS.
Policy evaluation and visibility checks for Claw VCS.
Content-addressed object storage, refs, and snapshot support for Claw VCS.
gRPC sync protocol, event streaming, and remote services for Claw VCS.
AXON v1.5.1 — first crates.io publication of the AXON language full-stack runtime. Lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the native Rust runtime: typed channels (TypedEventBus with QoS×5, π-calculus mobility, capability extrusion via shield D8 — Fase 13.f.2), Free Monad CPS handlers (Fase 2), lease kernel + reconcile loop (Fase 3+5), Epistemic Security Kernel (ESK Fase 6), Trust Types + ReplayLog (Fase 11.a+11.c), Stateful PEM over WebSocket (Fase 11.d), Ontological Tool Synthesis (Fase 11.e), Mobile Typed Channels (Fase 13). Crate publishes as `axon-lang` to mirror the Python PyPI package; library import remains `use axon::*` so existing call sites keep working unchanged.