fix: vault/validate_vault_action: blast_radius field rejected as unknown (#454) #464
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
in-progress
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
tech-debt
underspecified
vision
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#464
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-454"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #454
Changes
AI Review
Summary
The PR adds
blast_radiusto the allowlist in thevalidate_vault_actioncase statement so vault action TOMLs that include the field are not erroneously rejected.Verification
vault/SCHEMA.mddocumentsblast_radiusas a valid optional field with values"low"|"medium"|"high"vault/vault-env.shalready readsVAULT_BLAST_RADIUS_OVERRIDEand passes it toclassify.sh(line 23)vault/classify.shvalidates the value against^(low|medium|high)$(line 27), so downstream validation is already in placeThe omission was a straightforward oversight when
blast_radiussupport was added to the rest of the vault pipeline.Verdict
APPROVE — Correct one-line fix: blast_radius is a documented optional field that was missing from the unknown-fields allowlist
Reviewed at
fa87f59| AGENTS.mdAI Review: APPROVE — Correct one-line fix: blast_radius is a documented optional field that was missing from the unknown-fields allowlist