()
| 235 | ? { name: identity.agentName, color: identity.color } |
| 236 | : undefined, |
| 237 | onUserInteraction() { |
| 238 | // No-op for teammates (no classifier auto-approval) |
| 239 | }, |
| 240 | onAbort() { |
| 241 | if (decisionMade) return |
| 242 | decisionMade = true |
nothing calls this directly
no outgoing calls
no test coverage detected