From db3cb7cfd393b1a27930f41e01880a99f518d35d Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Sun, 26 Apr 2026 15:43:18 +0500 Subject: [PATCH] Add Rule 7 (Beta Badge Currency) to concepts verification checklist Codify the new check surfaced this run: README ![beta] badges in the Hot table should still match the upstream docs page banner (research preview, experimental, env-var gated). Origin: workflow-concepts-agent flagged Routines, No Flicker Mode, Computer Use, and Code Review as candidates; re-verification confirmed all four still legitimately carry beta status, but the drift type wasn't covered by existing description-currency rules. Co-Authored-By: Claude --- .../best-practice/concepts/verification-checklist.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog/best-practice/concepts/verification-checklist.md b/changelog/best-practice/concepts/verification-checklist.md index b8ac884..46d7759 100644 --- a/changelog/best-practice/concepts/verification-checklist.md +++ b/changelog/best-practice/concepts/verification-checklist.md @@ -51,3 +51,11 @@ Rules for verifying CONCEPTS table accuracy. Each rule is checked during every w - **Source to compare against**: llms.txt sitemap + CONCEPTS table URLs - **Date added**: 2026-04-16 - **Origin**: `web-scheduled-tasks` URL was fixed in Hot table (2026-04-14) but the same stale URL persisted in TIPS (line 223) + +### 7. Beta Badge Currency +- **Category**: Badge Accuracy +- **What to check**: Concepts marked `![beta](!/tags/beta.svg)` in the Hot table should still be flagged as beta / research preview in their official docs page (header banner, "research preview" copy, or env-var gating) +- **Depth**: Fetch each upstream page and check for explicit beta/preview/experimental wording; if absent, the README badge may be stale +- **Source to compare against**: Official docs page banner text + GA-marker copy +- **Date added**: 2026-04-26 +- **Origin**: Workflow-concepts-agent flagged Routines, No Flicker Mode, Computer Use, and Code Review as carrying README beta badges while their docs pages read as GA (confidence 0.6) — this drift type isn't covered by the existing description-currency rule