fix(readme): claim-envelope check #8 — disambiguate cross-repo link visible text#100
Closed
hyperpolymath wants to merge 1 commit into
Closed
fix(readme): claim-envelope check #8 — disambiguate cross-repo link visible text#100hyperpolymath wants to merge 1 commit into
hyperpolymath wants to merge 1 commit into
Conversation
…isible text The asciidoc link macro's visible text matched the local-path-resolution heuristic of `Aspect (claim envelope)` test #8 (`Path references in docs resolve to real files`), which interpreted the bracketed display string `nextgen-languages/docs/disambiguation/ephapax-vs-affinescript.md` as a path inside *this* repo and reported it stale (file does live under hyperpolymath/nextgen-languages — the URL target is correct; only the visible text triggered the false positive). Change visible text to a prose label that doesn't look like a relative path. URL target unchanged. Unblocks PR #99 and every other typed-wasm cargo CI run currently failing on Smoke test for the same envelope-check violation. Refs #99
🔍 Hypatia Security ScanFindings: 96 issues detected
View findings[
{
"reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in boj-build.yml",
"type": "unknown",
"file": "boj-build.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in c5-regenerate.yml",
"type": "unknown",
"file": "c5-regenerate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in cargo-audit.yml",
"type": "unknown",
"file": "cargo-audit.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in codeql.yml",
"type": "unknown",
"file": "codeql.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in dogfood-gate.yml",
"type": "unknown",
"file": "dogfood-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
Owner
Author
|
Superseded by #99. The README claim-envelope fix has been cherry-picked into #99's branch (0611d2f) so the two changes can land together — they were mutually blocking: #99 needed #100's README fix, #100 needed #99's Cargo.lock dedup + |
auto-merge was automatically disabled
May 30, 2026 13:28
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Smoke-test job's claim-envelope check #8 (
Path references in docs resolve to real files) interprets the bracketed visible text oflink:URL[text]macros as a local path. README.adoc:36 used the file path as the visible text for a deliberately cross-repo link, so the checker tried to resolvenextgen-languages/docs/disambiguation/ephapax-vs-affinescript.mdinside this repo and reported it stale. The URL target is correct (the file lives inhyperpolymath/nextgen-languages— verified via gh api), only the visible text triggered the false positive.This is a 1-line, target-preserving fix: change the bracketed display to a prose label.
Effect
Refs
Refs #99 (the immediate beneficiary)
(Originally surfaced in the seam-analyst pass that produced #99 — fixing here rather than expanding #99's scope.)