Commit 517a442
committed
fix(ci): repair doc-truthing guard after #614's .md->.adoc migration
#614 migrated six status/history docs from .md to .adoc, but the
doc-truthing guard kept the old .md paths in two places, turning main's
`build` job red:
- BANNERED_DOCS presence list -> "bannered doc is missing" for
BACKEND-IMPLEMENTATION / COMPILER-CAPABILITIES / ALPHA-1-RELEASE-NOTES
- over-claim ratchet baseline (tools/doc-overclaims.allow) -> "new
over-claim(s)" for the migrated .adoc history/roadmap snapshots
(identical already-blessed claims, now at .adoc paths + .adoc markup)
Fix (hotfix + hardening):
- Re-key the over-claim baseline to the migrated .adoc paths via
`--update`: a 1:1 re-bless of identical historical/roadmap content,
no new live over-claims.
- Harden the presence check so it cannot re-break on a future
migration: BANNERED_DOCS are now extension-less stems resolved to
whichever of .adoc/.md is present (.adoc preferred).
Verified: guard exits 0 on the merged tree; resolver tested for the
.adoc / .md / neither cases.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Lz7pRcec2Z3tVtaAhvB3M81 parent 39299c3 commit 517a442
2 files changed
Lines changed: 25 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
145 | | - | |
146 | | - | |
147 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
148 | 157 | | |
149 | 158 | | |
150 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments