fix: docs/BLAST-RADIUS.md + vault/SCHEMA.md: document blast-radius tier system (#440) #453
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#453
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-440"
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 #440
Changes
AI Review
Summary
Docs-only PR adding
docs/BLAST-RADIUS.mdand extendingvault/SCHEMA.mdwith theblast_radiusoptional field. All claims verified against implementation.Verification
vault/classify.sh:52emits"high"for unknown formulas — matches doc.classify.sh:27-30applies override when arg matches^(low|medium|high)$— matches doc.blast_radiusrow correctly states default is (from policy.toml), valid values are"low"/"medium"/"high", links to new doc.vault/policy.toml(predictor, planner, architect, release etc. are listed; dev/review-pr are omitted from vault-blocking context as documented).Pre-existing Issue (filed as #454)
vault/vault-env.sh:70-73:validate_vault_actionfield allowlist does not includeblast_radius. Any action TOML usingblast_radius = "low"will be rejected as an unknown field. Not introduced by this PR — filed as #454.Verdict
APPROVE — Documentation accurately reflects implemented behavior; no issues introduced by this PR
Reviewed at
2d896c8| AGENTS.mdAI Review: APPROVE — Documentation accurately reflects implemented behavior; no issues introduced by this PR