16 lines
624 B
Markdown
16 lines
624 B
Markdown
# GravityWeave (idea182-implementation)
|
|
|
|
Minimal GravityWeave skeleton implementing core primitives for a federated,
|
|
delay-tolerant mission optimization stack. This repo provides:
|
|
|
|
- A Graph-of-Contracts registry (gravityweave.registry)
|
|
- A small CRDT-style PlanDelta implementation (ORSet, LWWRegister)
|
|
- Toy adapters: sat_planner and relay_module
|
|
- A minimal governance ledger with tamper-evident chaining (HMAC-signed)
|
|
- An ADMM-lite solver stub for local updates
|
|
|
|
This is intentionally a small, well-tested starting point for the full
|
|
GravityWeave architecture described in the original idea.
|
|
|
|
Run tests: `bash test.sh`
|