+ {/* Action — what approving will actually do. */}
+
+ {item.actionKind.replace(/-/g, ' ')} ·{' '}
+ {destructive
+ ? 'Destructive — always held for a human.'
+ : `On approve, this artifact is written to the board${childCount ? ` and ${childCount} child task${childCount === 1 ? '' : 's'} created` : ''}.`}
+
+
+ {/* Result — the proposed artifact + child tasks (both editable). */}