Skip to content

fix(readme): claim-envelope check #8 — disambiguate cross-repo link visible text#100

Closed
hyperpolymath wants to merge 1 commit into
mainfrom
fix/readme-claim-envelope-cross-repo-link
Closed

fix(readme): claim-envelope check #8 — disambiguate cross-repo link visible text#100
hyperpolymath wants to merge 1 commit into
mainfrom
fix/readme-claim-envelope-cross-repo-link

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

The Smoke-test job's claim-envelope check #8 (Path references in docs resolve to real files) interprets the bracketed visible text of link: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 resolve nextgen-languages/docs/disambiguation/ephapax-vs-affinescript.md inside this repo and reported it stale. The URL target is correct (the file lives in hyperpolymath/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.)

…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
@hyperpolymath hyperpolymath enabled auto-merge (squash) May 30, 2026 13:02
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 96 issues detected

Severity Count
🔴 Critical 8
🟠 High 19
🟡 Medium 69

⚠️ Action Required: Critical security issues found!

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

@hyperpolymath
Copy link
Copy Markdown
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 + ||| docstring strip (74ae3c7). Closing this branch to avoid divergence.

auto-merge was automatically disabled May 30, 2026 13:28

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant