(entry: MakaPiToolEntry)
| 1617 | } |
| 1618 | |
| 1619 | function isSettledShellRunCard(entry: MakaPiToolEntry): boolean { |
| 1620 | return entry.result?.kind === 'shell_run' && !isActiveShellRunStatus(entry.result.status); |
| 1621 | } |
| 1622 | |
| 1623 | /** |
| 1624 | * Announce a live running → settled transition at the transcript tail: the |
no test coverage detected