docs: cross-link vm-* repos

This commit is contained in:
vaultsovereign
2025-12-27 02:07:53 +00:00
parent 789720092e
commit fd58902417
2 changed files with 13 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ Produce tamper-evident, witness-backed receipts for doctrine files so audits can
- `ops/` working tree - `ops/` working tree
- Civilization Ledger CLI (`ledger`) - Civilization Ledger CLI (`ledger`)
- Expected safe state: - Expected safe state:
- No plaintext secrets in `ops/` or `civilization-ledger/` - No plaintext secrets in `ops/` or `vm-ledger/`
- Doctrine files have been reviewed and are ready to anchor - Doctrine files have been reviewed and are ready to anchor
- Time estimate: 25 minutes - Time estimate: 25 minutes
@@ -20,7 +20,7 @@ Produce tamper-evident, witness-backed receipts for doctrine files so audits can
1. Build the `ledger` CLI if needed: 1. Build the `ledger` CLI if needed:
```bash ```bash
cd ../civilization-ledger cd ../vm-ledger
cargo build -p ledger-cli cargo build -p ledger-cli
``` ```
@@ -75,4 +75,3 @@ Produce tamper-evident, witness-backed receipts for doctrine files so audits can
- Receipt files: `70-audits/reports/ledger/*.receipt.json` - Receipt files: `70-audits/reports/ledger/*.receipt.json`
- (Optional) `ledger verify-attestations --dir "$LEDGER_DIR" --format json` output - (Optional) `ledger verify-attestations --dir "$LEDGER_DIR" --format json` output

View File

@@ -9,6 +9,17 @@ Single source of operational truth: everything here must be understandable, rebu
- **Naming is reality:** everything is named `<role>-<scope>-<id>`. - **Naming is reality:** everything is named `<role>-<scope>-<id>`.
- **Nuke test:** if losing it causes panic, reduce scope or remove it. - **Nuke test:** if losing it causes panic, reduce scope or remove it.
## Quick links
- [vm-control](../vm-control) — fleet control plane
- [vm-cc](../vm-cc) — continuous compliance
- [vm-cloudflare](../vm-cloudflare) — Layer0 + edge
- [vm-ledger](../vm-ledger) — ledger
- [vm-contracts](../vm-contracts) — schemas
- [vm-mcp](../vm-mcp) — governance/tools
- [vm-core](../vm-core) — engine
- [vm-skills](../vm-skills) — skills
## Read first ## Read first
- `00-doctrine/operator-charter.md` - `00-doctrine/operator-charter.md`
@@ -31,4 +42,3 @@ Single source of operational truth: everything here must be understandable, rebu
## What does not belong here ## What does not belong here
Meaning-bearing material (books, media, personal archives) stays in cold storage, not `ops/`. Meaning-bearing material (books, media, personal archives) stays in cold storage, not `ops/`.