ID:WORK-073Status:done
Add resolution validation checks to plan validate
Add three resolution-related checks to refrakt plan validate as specified in SPEC-027.
Priority:mediumComplexity:simpleMilestone:v0.9.0Source:SPEC-027
Add three resolution-related checks to refrakt plan validate as specified in SPEC-027.
e900a90f262d7b26375496d13c513e9d54edone/fixed but no ## Resolution section## Resolution section but status is not done/fixed## Resolution headingsplan validate output with correct severity levelsAdd a checkResolutions() function in runes/plan/src/commands/validate.ts. This depends on the scanner exposing resolution data (WORK-071), so the checks can use entity.resolution to determine presence. Alternatively, the validator could do its own raw-text scan of the file for ## Resolution headings to avoid depending on the scanner change — simpler but slightly redundant.
Completed: 2026-03-30
All three resolution checks implemented in runes/plan/src/commands/validate.ts with checkResolutions() function. Five unit tests cover each check type. All criteria verified met.