From 3e80810a238a7f58ac7252944e0477ba398d34ba Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 20 Sep 2026 11:11:14 +0300 Subject: [PATCH] docs: refresh the two stale ADR-0001 names in docs/agents/domain.md --- docs/agents/domain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/agents/domain.md b/docs/agents/domain.md index d557a7e..1643a8a 100644 --- a/docs/agents/domain.md +++ b/docs/agents/domain.md @@ -17,7 +17,7 @@ Single-context repo: / ├── CONTEXT.md ├── docs/adr/ -│ ├── 0001-healthcheck-start-period-retries-passthrough.md +│ ├── 0001-healthcheck-wait-budget-is-not-coupled-to-retries.md │ └── 0002-zero-dependency-core.md └── compose2pod/ ``` @@ -32,4 +32,4 @@ If the concept you need isn't in the glossary yet, that's a signal: either you'r If your output contradicts an existing ADR, surface it explicitly rather than silently overriding: -> _Contradicts ADR-0001 (healthcheck start period retries passthrough), but worth reopening because…_ +> _Contradicts ADR-0001 (the healthcheck wait budget is not coupled to `retries`), but worth reopening because…_