Initialize repository snapshot
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user