What happened
.github/copilot-instructions.md, in the "Disproved Claims" section, links [GOVERNANCE.md "Every Finding Ends in an Action"](../GOVERNANCE.md#every-finding-ends-in-an-action). That heading left GOVERNANCE.md when the review-loop contract was packaged as the pr-review-conduct Skill (#677), where it now lives as "Every finding ends in one of five outcomes". The hub's GOVERNANCE.md at 0e84805 has no such heading, so the link is dead in the hub and in every repository that carries the file.
Copilot raised it as a review finding on ptr727/PhotoCleaner#50 (a downstream resync carrying the current file). That repository re-pointed its copy at GOVERNANCE.md "PR Review Etiquette", the section that routes to the Skill, in the same PR. The hub canonical still carries the dead anchor, so every later carry re-imports it and every downstream Copilot round can raise it again.
Suggested fix
Point the sentence at ../GOVERNANCE.md#pr-review-etiquette (naming the pr-review-conduct Skill it routes to), or restore a heading in GOVERNANCE.md if the rule is meant to stay addressable by that name. Since the file is read directly by the Copilot bot and carried whole, the fix lands fleet-wide on the next resync of each repository.
Reported from a hub checkout at 0e84805.
What happened
.github/copilot-instructions.md, in the "Disproved Claims" section, links[GOVERNANCE.md "Every Finding Ends in an Action"](../GOVERNANCE.md#every-finding-ends-in-an-action). That heading leftGOVERNANCE.mdwhen the review-loop contract was packaged as thepr-review-conductSkill (#677), where it now lives as "Every finding ends in one of five outcomes". The hub'sGOVERNANCE.mdat0e84805has no such heading, so the link is dead in the hub and in every repository that carries the file.Copilot raised it as a review finding on ptr727/PhotoCleaner#50 (a downstream resync carrying the current file). That repository re-pointed its copy at
GOVERNANCE.md "PR Review Etiquette", the section that routes to the Skill, in the same PR. The hub canonical still carries the dead anchor, so every later carry re-imports it and every downstream Copilot round can raise it again.Suggested fix
Point the sentence at
../GOVERNANCE.md#pr-review-etiquette(naming thepr-review-conductSkill it routes to), or restore a heading inGOVERNANCE.mdif the rule is meant to stay addressable by that name. Since the file is read directly by the Copilot bot and carried whole, the fix lands fleet-wide on the next resync of each repository.Reported from a hub checkout at
0e84805.