Commit Graph

1 Commits

Author SHA1 Message Date
Jeff Emmett 89b74049e8 feat: implement CRDT-native primitives layer (6 modules, 89 tests)
Add off-chain CRDT wrappers for DeFi primitives with per-peer tracking
and merge semantics (commutative, associative, idempotent). Enables most
MYCO operations to happen off-chain with only net positions settling
on-chain.

Modules: flow_dampening, labor_crdt, trust_pamm, credit_invariant,
intent_matching (CoW engine), batch_settlement (orchestrator).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 11:22:55 -07:00