feat(failure): triage.severity enum + failure-index lift (0.1.6) - #12
Closed
siddhant573 wants to merge 1 commit into
Closed
feat(failure): triage.severity enum + failure-index lift (0.1.6)#12siddhant573 wants to merge 1 commit into
siddhant573 wants to merge 1 commit into
Conversation
A record's triage block MAY carry severity (critical|major|minor|cosmetic); finalize lifts it verbatim into the run-level failure index row, next to title/triage_status. Purely additive — records without severity index as before. Lands in 0.1.6. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Collaborator
Author
|
Closing — decision: severity stays a producer-side field inside the per-step failure.yaml record's triage block (valid under additionalProperties: true, no contract change). The pack-root index will not carry it; consumers read it from the record like the other RCA fields. |
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.
What
A step-level failure record's
triageblock MAY carry a closed-enumseverity—critical | major | minor | cosmetic— andfinalizelifts it verbatim into the run-level failure index row, alongsidetitle/triage_status.Why
The evidence viewer's Issues tab renders severity pills (P0/P1/P2 palette) from the one-read pack-root index.
Changes
schemas/0.1/L1/failure.schema.json— optionaltriage.severityenumschemas/0.1/L1/failure-index.schema.json— optional liftedseverityon rowsfinalize— liftstriage.severityverbatim (same pattern astitle)Purely additive: records without severity index exactly as before. Suite: 178/178.
🤖 Generated with Claude Code