(title: string, description: string)
| 108 | const defaultHookLinter = "biome"; |
| 109 | |
| 110 | const agentUseCase = (title: string, description: string): AgentUseCase => ({ |
| 111 | description, |
| 112 | title, |
| 113 | }); |
| 114 | |
| 115 | const differentiator = ( |
| 116 | title: string, |
no outgoing calls
no test coverage detected
searching dependent graphs…