Initialize repository snapshot

This commit is contained in:
Vault Sovereign
2025-12-27 00:10:32 +00:00
commit 110d644e10
281 changed files with 40331 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# VaultMesh
Bootstrap workspace, generated from Eternal Pattern docs.
- Rust workspace with 9 crates (core + 8 engine stubs)
- Minimal Python CLI in `cli/`
- Receipt scrolls under `receipts/`
- Design docs under `docs/`
## Build
```bash
cargo check --workspace
python3 cli/vm_cli.py --help
```