(filePath)
| 65 | console.log(JSON.stringify(result, null, 2)); |
| 66 | |
| 67 | function isBootstrapSkillPath(filePath) { |
| 68 | return String(filePath).replaceAll('\\', '/').includes('using-superpowers/SKILL.md'); |
| 69 | } |
| 70 | |
| 71 | function makeOutput(text) { |
| 72 | return { |
no outgoing calls
no test coverage detected