-
-
Notifications
You must be signed in to change notification settings - Fork 32
Add output schema v2: split metadata/findings files #445
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
Open
CalebKAston
wants to merge
57
commits into
getsentry:main
Choose a base branch
from
babylist:caston/warden/upstream-output-schema-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
e62ba2d
feat(types): add VerifierRejections schema and SkillReport field
CalebKAston a26339b
feat(sdk): compute verifierRejections in verifyFindings
CalebKAston 210a6e1
chore(specs): regenerate jsonl-schema.json for VerifierRejections field
CalebKAston 3f43f3d
feat(sdk): thread verifierRejections through postProcessFindings
CalebKAston 30bb1d4
feat(sdk): set verifierRejections on the skill report
CalebKAston eee0bb5
feat(reporting): export verifierRejections on findings-file skills
CalebKAston 03b058a
feat(cli): show verifierRejections warning in terminal report
CalebKAston 1e12fe5
feat(cli): show aggregate verifierRejections in Reporter summary
CalebKAston 373f077
feat(cli): surface verifierRejections in JSONL run log
CalebKAston 5fd3544
feat(cli): surface verifierRejections in the finalized chunk stream
CalebKAston b744cf6
feat(cli): set verifierRejections on the report in runSkillTasks
CalebKAston c3981f2
docs(types): document verifierRejections field
CalebKAston 56cc003
fix(sdk): cap verifier rejection reason length
CalebKAston 1518ecb
feat(reporting): add configuredSkills roster to findings output
CalebKAston 37f5844
feat(workflow): accept configuredSkills in writeFindingsOutput options
CalebKAston 14299e2
feat(workflow): compute and publish configuredSkills roster in pr-wor…
CalebKAston c001e72
docs(reporting): document buildConfiguredSkillsList dedup behavior
CalebKAston 16c36bb
fix(workflow): require matchedTriggers/resolvedTriggers in finalizeRe…
CalebKAston 682a6ea
feat: add output schema v2 with split metadata/findings files
CalebKAston b77495c
fix(utils): resolve getVersion() correctly under the ncc-bundled action
CalebKAston 5cf9b8d
docs: add output schema v2 migration guide
CalebKAston 611f854
fix: address Cursor Bugbot findings on schema v2
CalebKAston 864e795
fix: address second Bugbot review round on schema v2
CalebKAston d0b9e80
fix: address third Bugbot review round on schema v2
CalebKAston 831ab8f
fix: address fourth Bugbot round and Fight Me findings on schema v2
CalebKAston b78ce01
fix: address fifth Bugbot review round on schema v2
CalebKAston fb56118
fix: address sixth Bugbot review round on schema v2
CalebKAston 558d358
fix: address seventh Bugbot review round on schema v2
CalebKAston e62cc65
fix: address eighth Bugbot review round on schema v2
CalebKAston efed685
fix: address ninth Bugbot review round on schema v2
CalebKAston fc8d791
fix: address tenth Bugbot review round on schema v2
CalebKAston 858d6b6
fix: address eleventh Bugbot review round on schema v2
CalebKAston 6661beb
fix: address twelfth Bugbot review round on schema v2
CalebKAston 7e727ac
fix: address thirteenth Bugbot review round on schema v2
CalebKAston a4bfccf
refactor: give findings a stable id, separate from continuity display id
CalebKAston 57942cf
fix: close remaining structural gaps behind repeated Bugbot rounds
CalebKAston ce46ce7
fix: close remaining Bugbot findings from schema v2 round 15
CalebKAston 17e91c4
fix: bring renderer attribution footer in sync with main's format
CalebKAston 2bad9ec
fix: close sixteenth Bugbot round by giving corroboration a real key
CalebKAston cccf50a
fix: seventeenth Bugbot round - name-ambiguity guard was skill-scoped…
CalebKAston ff65538
refactor: split corroboration into two candidate maps instead of one …
CalebKAston 9bf42ef
fix: eighteenth Bugbot round - root-cause both pending v2 output gaps
CalebKAston c7645d5
fix: independent re-validation round - restore v1 attribution parity,…
CalebKAston 003752f
docs: document two residual corroboration edge cases found by adversa…
CalebKAston c47dbc5
build: commit patched dist/action for babylist fork validation
CalebKAston 6177694
Revert "build: commit patched dist/action for babylist fork validation"
CalebKAston b1040de
fix: satisfy dcramer's two hard requirements for schema v2 merge
CalebKAston 472e79e
fix: fight-me round on the schema-v2 CLI-replay/GitHub-consumable commit
CalebKAston f5a5e10
feat: add live logging support to schema-v2 output
CalebKAston 65183a1
fix: address all findings from two fight-me reviews (focused + full d…
CalebKAston 252d5e6
fix: roll observed-model fix (#439) into schema-v2 output
CalebKAston e2fd5dc
fix: rebase onto upstream main, match attribution footer to #443's fo…
CalebKAston 6df8fc1
fix: address fight-me findings on schema v2 (phantom revision, doc ty…
CalebKAston 01fdbd9
fix: paginate posted-review comment lookup past 100 inline comments
CalebKAston b0e8900
fix: stage schema-v2 metadata/findings writes before committing either
CalebKAston 58aa7a9
fix: match posted review comments by path+line, not body text alone
CalebKAston 2e89f0e
fix: close nine review findings on schema v2 (write atomicity, v1 dri…
CalebKAston 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
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.
Uh oh!
There was an error while loading. Please reload this page.