You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(check-trusted-base): scan ALL proof-debt docs, not just first
Previous logic stopped at the first found candidate
(docs/proof-debt.md > docs/proof-debt.adoc > PROOF-NEEDS.md), which
meant a repo with BOTH files (e.g. standards itself) would only have
its docs/proof-debt.md consulted. Markers documented only in
PROOF-NEEDS.md got flagged as undocumented.
Fixed: collect all matching docs into an array; iterate over all of
them when checking each marker. A marker is documented if mentioned
in ANY of them.
This unblocks standards itself (which has 11 a2ml markers documented
in docs/proof-debt.md + 4 lol/postulate markers documented in
PROOF-NEEDS.md) — now passes the check.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments