test(api): add fixture to verify anti-slop gate fails ci - #154
Closed
github-actions[bot] wants to merge 1 commit into
Closed
test(api): add fixture to verify anti-slop gate fails ci#154github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Deliberate violation pushed to a throwaway branch to confirm the CI step turns red, not just that it passes on clean code. Delete this branch.
Collaborator
|
Throwaway branch proving the anti-slop gate fails CI (#153). It did: |
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.
Opened automatically when
zz/gate-proofwas pushed.The title is written from the diff and rewritten as you push, because this is squashed onto
mainand the title becomes the commit subject and the changelog line. Retitle it yourself and it is yours — the automation stops touching it.Summary by cubic
Adds a temporary “slop” fixture to intentionally trip the anti-slop CI gate, verifying the failure path. Before: the gate’s red-path was unproven; after: pushing this branch should make the gate fail without changing production behavior.
apps/api/src/zz-slop-proof.tsexportingreadSlopandslopNameover a looseRecord<string, unknown>bag to trigger the gate.Written for commit e9f5bfe. Summary will update on new commits.