(filePath: string)
| 482 | // --- Legacy /commands/ loader --- |
| 483 | |
| 484 | function isSkillFile(filePath: string): boolean { |
| 485 | return /^skill\.md$/i.test(basename(filePath)) |
| 486 | } |
| 487 | |
| 488 | /** |
| 489 | * Transforms markdown files to handle "skill" commands in legacy /commands/ folder. |
no outgoing calls
no test coverage detected