-
Notifications
You must be signed in to change notification settings - Fork 0
Make a check that could not look say so, everywhere it can happen #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2d42d52
Read the paths and the messages a guard publishes, not only the blobs
HackingGate 9b0b69e
Select from what git tracks, and hand the exec the bytes it was given
HackingGate 6b3f783
Make the clean answer reachable for audit --for-publication
HackingGate 66204df
Ask both pin questions of one answer, and exit 2 where neither fits
HackingGate c09ca8c
Read the seams a repository publishes, not the ids it happens to pin
HackingGate 93d1140
Fire the seams CI pins and never exercises
HackingGate 9430f17
Describe the seams as they now behave
HackingGate 2ca06f5
Drain the pipe before waiting on what fills it
HackingGate 7335700
Stop the pin walk at a boundary, and at an error
HackingGate ed75694
Separate "nothing is declared not-text" from "nobody could ask"
HackingGate ed18867
Refuse the editor path this shim cannot stand in front of
HackingGate a21cfdb
Say what an inherited shim and a blank checker entry do
HackingGate 6c9e538
Refuse a malformed inherit list, and read a remote as one entry
HackingGate 218fc89
Describe an unreadable file as could-not-look
HackingGate fc3edd4
Report a fetch that failed, the way the comment said it did
HackingGate 83a54bf
Recognise a remote that names this repository without an owner
HackingGate 56d1157
Reject a remote that is somebody else's, not one that is anonymous
HackingGate 95e94aa
Stop naming a runner's home directory while explaining not to
HackingGate 54ef042
Stop reading a shared build account as somebody's identity
HackingGate caa9240
Ask the identity corpus a question that does not depend on who runs it
HackingGate 8b81ed3
Refuse a literal owner in every variant, not only the first
HackingGate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Describe unreadable tracked files as
could-not-look.Line 121 says that a rule that cannot inspect a file “reports it clean.” This contradicts the exit-2 contract in Lines 89-90. If the scan cannot inspect a selected tracked file, document an explicit
could-not-lookresult and the affected path.As per coding guidelines, “When continuing cannot satisfy the contract safely, detect the condition at the earliest reliable boundary and return an explicit failure with evidence.”
🧰 Tools
🪛 LanguageTool
[grammar] ~121-~121: Use a hyphen to join words.
Context: ...hat cannot see a file reports it clean.
--text -runs it over prose that never becomes ...(QB_NEW_EN_HYPHEN)
🤖 Prompt for AI Agents
Source: Coding guidelines