Uh oh!
There was an error while loading. Please reload this page.
docs(inventory): pii-gate note predates the fail-closed flip — unarmed presents RED now (backend#1409) - #146
Merged
Conversation
…sents RED, not green (backend#1409) Bugbot caught the contradiction on the staging hop (#145): d248583 flipped the reusable to fail closed when PII_DENYLIST is unset, while this note still said 'runs green without inspecting anything'. Record how unarmed presents now, and that the red blocks nothing: pii-check is a required status check nowhere (all 7 public repos x all branches, measured 2026-08-04). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Bugbot caught this contradiction reviewing the staging hop (#145, finding "Fail-closed breaks parked denylist"):
d2485830(2026-08-03, #1409 defect 1) made the reusable fail closed whenPII_DENYLISTis unset, while the inventory note in the same promotion still said the gate "runs green on every PR without inspecting anything".The flip is deliberate (an inactive guard must be visible as red — RFC-1405 property 2) and blocks nothing: measured fresh today,
pii-gate / pii-checkis a required status check nowhere (all 7 public repos × develop/staging/main/master). Once the reusable promotes to main, the 15 public-repo callers turn red-inert until #1409 unparks — the honest presentation of "cannot verify anything".This PR only rewrites the note to describe that reality. No behavior change.
🤖 Generated with Claude Code
Note
Low Risk
Comment-only change in repo-inventory.yml; no CI behavior or policy keys are modified.
Overview
Updates the
repo-inventory.ymlcomment for.github’spublic-pii-gate.ymlentry so it no longer says an unarmed gate “runs green on every PR.”After
d2485830(#1409), the reusable fails closed whenPII_DENYLISTis unset—inactive guards show red, not green (RFC-1405). Callers still pinned@mainstay green until that revision promotes; then public-repopii-checkjobs go red-inert until #1409 unparks the denylist. The note clarifies that red is intentional and does not block merges becausepii-gate / pii-checkis not a required status check anywhere (measured 2026-08-04).Docs-only; no workflow or inventory schema changes.
Reviewed by Cursor Bugbot for commit 40c9d10. Bugbot is set up for automated code reviews on this repo. Configure here.