( title: string, description: string, icon: string )
| 113 | }); |
| 114 | |
| 115 | const differentiator = ( |
| 116 | title: string, |
| 117 | description: string, |
| 118 | icon: string |
| 119 | ): AgentDifferentiator => ({ |
| 120 | description, |
| 121 | icon, |
| 122 | title, |
| 123 | }); |
| 124 | |
| 125 | const runPackageScript = ( |
| 126 | packageManager: string, |
no outgoing calls
no test coverage detected
searching dependent graphs…