Problem. Structured risk is only useful if it renders cleanly in all output modes.
Proposed change. Render the C1 RiskSummary in -o table|json|yaml. Table mode groups by
severity; JSON/YAML expose the structured list for CI gating.
Affected files. internal/plan/output.go, internal/render/*.
Acceptance criteria. All three output modes include risk items; golden tests updated.
Depends on. #165
Problem. Structured risk is only useful if it renders cleanly in all output modes.
Proposed change. Render the C1
RiskSummaryin-o table|json|yaml. Table mode groups byseverity; JSON/YAML expose the structured list for CI gating.
Affected files.
internal/plan/output.go,internal/render/*.Acceptance criteria. All three output modes include risk items; golden tests updated.
Depends on. #165