| 7 | import type { InstallScope } from './types.js'; |
| 8 | |
| 9 | interface RemovalResult { |
| 10 | removed: number; |
| 11 | failed: number; |
| 12 | } |
| 13 | |
| 14 | /** |
| 15 | * Remove Comet skill files for a specific platform. |
nothing calls this directly
no outgoing calls
no test coverage detected