chore(registry): regen after #536 redaction — greens Registry Verify, last red on main - #539
Merged
Merged
Conversation
…536) The token redaction in #536 edited a file under the rhodium-standard-repositories spec home via the GitHub API, where no pre-commit hook runs, so the derived registry went stale by exactly one source_hash and Registry Verify turned red on main. Regenerated with scripts/build-registry.sh: one hash updated, no entries added/removed, TOPOLOGY.md unchanged; --check and scorecards --check --strict both pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Code Review ✅ ApprovedRegenerates REGISTRY.a2ml to fix source hash drift following the QUICKSTART.adoc redaction in #536. No issues found.
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
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.



Greens Registry Verify — the only remaining red on main.
Cause: #536's token redaction edited
rhodium-standard-repositories/rhodium-pipeline/docs/QUICKSTART.adoc, which is under therhodium-standard-repositoriesspec home. The commit went in via the GitHub API (no local pre-commit hook), so the derived registry went stale by exactly onesource_hash— the RSR entry.Fix: regenerated with
scripts/build-registry.shfrom a fresh clone of main (564413e82):6a00a68f…→d196156c…), no entries added/removed,TOPOLOGY.mdunchangedbuild-registry.sh --check✓ andbuild-scorecards.sh --check --strict✓ (single-step fix this time — no scorecard fallout)With this merged, main should be fully green for the first time: the token reds cleared via #536+#538, and this clears the drift #536 itself introduced.
Process note for the record: any spec-home edit made via the API bypasses the #381 pre-commit guard — the CI auto-regen bot (#381 option 2) would close that hole permanently.