From 62190f7398c4851aa23e5ac90c555b5f547a5acd Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Fri, 12 Jun 2026 09:51:38 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20stale=20checklist=20anchor=20?= =?UTF-8?q?=E2=80=94=20Layering=20moved=20to=20instrumentation-seams?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Layering section was moved from `usage/observability.md` to `concepts/instrumentation-seams.md` in the #56 observability split. The checklist's link was never updated, so it surfaced as an INFO under `mkdocs build --strict`. Repoint and the strict build is now silent. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/operations/checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operations/checklist.md b/docs/operations/checklist.md index 20fd55e..8064dbf 100644 --- a/docs/operations/checklist.md +++ b/docs/operations/checklist.md @@ -71,8 +71,8 @@ story. ## Observability - [ ] **`metrics_recorder` set, native middleware registered, or - both** — the recommended setup is both. See [Observability § - Layering](../usage/observability.md#layering-middleware-seam-vs-recorder-seam). + both** — the recommended setup is both. See [Instrumentation seams § + Layering](../concepts/instrumentation-seams.md#layering-middleware-seam-vs-recorder-seam). - [ ] **Alert on `lease_lost` rate** — non-zero means `lease_ttl_seconds < handler P99` for at least one subscriber. See [Troubleshooting § `event=lease_lost`](./troubleshooting.md#event-lease_lost-recurring-in-logs).