property TaskConclusion.exit_code
The task’s exit code (0 = pass, non-zero = fail).
property TaskConclusion.flagged
True when this task should render as ⚠️ Flagged instead of ✅ Passed (only when exit_code == 0 — ignored otherwise).
property TaskConclusion.text
Short, plain-text terminal summary appended to the bookend as
· <text>. "" when no conclusion was supplied.
