diff --git a/README.md b/README.md index aa10963..18baba8 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ system libraries required. | [`invariants.md`](docs/invariants.md) | the rules that must never break, and what each cost | | [`gotchas.md`](docs/gotchas.md) | deliberate behavior that looks wrong; traps in the harness | | [`configuration.md`](docs/configuration.md) | every runtime control and its default | -| [`deployment-runbook.md`](docs/deployment-runbook.md) | staged plan and failure responses | +| [`deploying.md`](docs/deploying.md) | the routine ship-a-commit flow, stage costs, verification | +| [`deployment-runbook.md`](docs/deployment-runbook.md) | the whole-network experiment: staged plan and failure responses | | [`testing.md`](docs/testing.md) | suites, oracles, receipts | | [`benchmarks.md`](docs/benchmarks.md) | subsystem benchmarks | | [`experiment-6-handoff.md`](docs/experiment-6-handoff.md) | operating the live instance — runbooks | diff --git a/deploy/site/llms.txt b/deploy/site/llms.txt index aad9559..0dc8a43 100644 --- a/deploy/site/llms.txt +++ b/deploy/site/llms.txt @@ -28,8 +28,9 @@ Things to remember: need cryptographic authenticity? consume a relay's subscribeRepos. - coverage is relay-known repos, not deep-crawl: bridged accounts whose repos no PDS serves are absent. -- a restart pauses the live tail (archive keeps serving); the tail replays - its whole gap from the relay on return, gap-free. +- a restart pauses the live tail briefly (minutes, not hours; the archive + keeps serving throughout); the tail replays its whole gap from the relay + on return, gap-free. cursor consumers resume smoothly across it. ## Surfaces