| 41 | "set --slack-channel or SLACK_CHANNEL_ID, or unset SLACK_BOT_TOKEN to disable Slack"; |
| 42 | |
| 43 | export interface TreeVictim { |
| 44 | taskName: string; |
| 45 | agentId: string; |
| 46 | runId: string; |
| 47 | branch: string; |
| 48 | parentAgentId: string | null; |
| 49 | } |
| 50 | |
| 51 | export function crawlBranch( |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected