From e475daf589e70f98a105d772dc13360586cc0674 Mon Sep 17 00:00:00 2001 From: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Date: Fri, 17 Jul 2026 08:13:09 +0800 Subject: [PATCH] docs(releases): drop reserved word "role" from v15 kanban note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ADR-0090 D3 makes "role" a reserved-forbidden word in hand-written docs, enforced by the check:role-word ratchet. #3079 introduced a generic-English "the `stageField` role" in content/docs/releases/v15.mdx that is not in the baseline, breaking the ratchet on main. Reword to "the `stageField` setting" — the sentence is about which field drives lanes, not authz — so no baseline entry is needed. Co-Authored-By: Claude Opus 4.8 --- content/docs/releases/v15.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/releases/v15.mdx b/content/docs/releases/v15.mdx index f3d54ec81..1ff6add4a 100644 --- a/content/docs/releases/v15.mdx +++ b/content/docs/releases/v15.mdx @@ -410,7 +410,7 @@ The pinned Console picks up the objectui 14.1 line (94 commits). Highlights: inline (#2568); the connector picker lists runtime-dispatchable connectors and marks declarative instances (#2563); positions as approver/escalateTo references (#2515). -- **Kanban:** lanes honor the ADR-0085 `stageField` role, cards default to +- **Kanban:** lanes honor the ADR-0085 `stageField` setting, cards default to `highlightFields`, conditional formatting accepts CEL rules (#2596/#2541/#2550). - **Record header:** metadata-driven multi-button layout (3 desktop / 1 mobile, `order` + `variant:'primary'` tie-break, ⋯ overflow menu) (#2574).