A structured memory system for a proof-driven civilization substrate.
VaultMesh documentation forms a directed proof graph, not a hierarchy. Every document resolves to ontological primitives (CLAIM, EVENT, AUTHORITY, PROOF, STATE) and belongs to an artifact class (SPEC, OPS, PROOF, STATE, THEORY).
SPEC --defines--> OPS --produces--> PROOF --attests--> STATE
^ |
| v
+--<--refines--<-- THEORY --<--informs--<--------------+
See TOPOLOGY.md for the complete 21-layer topology specification.
| Document | Purpose |
|---|---|
| ROOT.txt | Invariant truth — event taxonomy, proof invariants, governance kernel |
| CURRENT_STATE.md | Snapshot of operational reality |
| WITNESS_INDEX.md | Map of verification actors |
Each domain produces SPEC, OPS, and PROOF artifacts:
Append-only NDJSON streams — the living history of the system:
| Stream | Purpose |
|---|---|
| receipts.ndjson | Transaction and decision receipts |
| foundry_events.ndjson | Token and artifact creation |
| rotation_evidence.ndjson | Key lifecycle events |
| support.ndjson | Support and maintenance |
| run_events.ndjson | Deployment and runtime |
See STREAMS.md for the stream contract and schema.
| Surface | Tool | Purpose |
|---|---|---|
| Offline | VERIFY_ALL.sh | Full offline verification suite |
| Offline | verify_chain.py | Stream hash chain verification |
| Machine | CI_CONTRACT.md | CI/CD verification contract |
| Human | REPORT_TEMPLATE.md | Human-readable verification reports |
| Document | Purpose |
|---|---|
| ADVERSARY_CLASSES.md | Known adversary taxonomy |
| ATTACK_PLAYBOOKS.md | Attack scenario exercises |
| EQUIVOCATION_SPEC.md | Contradiction detection |
| EQUIVOCATION_RESOLUTION.md | Conflict resolution protocol |
| Document | Purpose |
|---|---|
| VAULTMESH_STACK.md | Visual model of the entire verification universe — from events to cosmology |
| Document | Layer | Purpose |
|---|---|---|
| WITNESS_NETWORK.md | 9 | Witness network topology |
| TEMPORAL_TOPOLOGY.md | 10 | Time layer structure |
| CIVILIZATION_LEDGER.md | 11 | Convergent memory systems |
| PROOF_INDEX.md | 13 | Proof navigation and query |
| PROOF_GRAVITY.md | 14 | Institutional orbit theory |
| AUTHORITY_LINEAGE.md | 15 | Authority genealogy tracking |
| PROOF_SEMANTICS.md | 16 | Proof evaluation rules |
| TIME_ANCHORING.md | 17 | Multi-anchor temporal truth |
| EQUIVOCATION_RESOLUTION.md | 18 | Conflict resolution protocol |
| PROOF_COMPACTION.md | 19 | Proof inflation mitigation |
| PROOF_LATTICE.md | 20 | Formal proof algebra |
| PROOF_QUERY_LANGUAGE.md | 21 | Lattice query grammar |
Query the proof lattice from the command line:
# Trace proofs supporting a claim
./proof_index/proof_query.py provenance --claim <claim_id>
# Trace authority lineage for an actor
./proof_index/proof_query.py lineage --actor <actor_id>
# Find conflicting attestations
./proof_index/proof_query.py contradictions --event <event_id>
# Reconstruct state at a point in time
./proof_index/proof_query.py state-at --time <ISO-8601>
# Trace downstream impact of a proof
./proof_index/proof_query.py impact --proof <proof_hash>
# Rebuild all navigation indexes
./proof_index/proof_query.py rebuild-indexSee PROOF_INDEX.md for the full navigation specification.
./verification/offline/VERIFY_ALL.shAll official VaultMesh code is published exclusively from:
| Source | Location |
|---|---|
| GitHub org | VaultMesh-Core |
| Root of trust | VaultMesh-Core/VaultMesh-Core |
For the complete list of authorized namespaces (npm, PyPI, Docker, Go), see:
Report suspicious packages to security@vaultmesh.org.