@@ -392,7 +392,7 @@ The policy checks include:
392392If the evidence matches, the workload receives scoped service identity.
393393If it does not match, it cannot join the service layer.
394394
395- See [`ATTESTATION .md`](ATTESTATION .md) for the exact evidence format and
395+ See [`docs/attestation .md`](docs/attestation .md) for the exact evidence format and
396396verification flow.
397397
398398# # How It Works
@@ -408,7 +408,7 @@ standard infrastructure:
408408- a small peer transport so CVMs can talk privately across the provider
409409 network.
410410
411- Read [`ARCHITECTURE .md`](ARCHITECTURE .md) when you want the lower-level
411+ Read [`docs/architecture .md`](docs/architecture .md) when you want the lower-level
412412design.
413413
414414# # Development
@@ -445,14 +445,16 @@ docker build -t service-mesh-mesh-sidecar-check -f mesh-sidecar/Dockerfile .
445445
446446# # More Docs
447447
448- - [`ATTESTATION .md`](ATTESTATION .md) : trust flow and evidence checks.
449- - [`ARCHITECTURE .md`](ARCHITECTURE .md) : lower-level network and service
448+ - [`docs/attestation .md`](docs/attestation .md) : trust flow and evidence checks.
449+ - [`docs/architecture .md`](docs/architecture .md) : lower-level network and service
450450 design.
451- - [`FAILOVER .md`](FAILOVER .md) : failover tests and measured recovery
451+ - [`docs/failover .md`](docs/failover .md) : failover tests and measured recovery
452452 times.
453- - [`ROBUSTNESS.md`](ROBUSTNESS.md) : failure modes and mitigations.
454- - [`PUBLISHING.md`](PUBLISHING.md) : image publishing and provenance.
455- - [`PROGRESS.md`](PROGRESS.md) : current status and remaining work.
453+ - [`docs/robustness.md`](docs/robustness.md) : failure modes and mitigations.
454+ - [`docs/publishing.md`](docs/publishing.md) : image publishing and provenance.
455+ - [`docs/progress.md`](docs/progress.md) : current status and remaining work.
456+ - [`docs/design/README.md`](docs/design/README.md) : design notes and handoff
457+ docs for open or historical implementation work.
456458
457459# # Current Limits
458460
0 commit comments