| 65 | } |
| 66 | |
| 67 | interface VendorConfig { |
| 68 | source: string |
| 69 | skillsPath?: string // Optional custom path to skills directory (default: 'skills') |
| 70 | skills: Record<string, string> // sourceSkillName -> outputSkillName |
| 71 | } |
| 72 | |
| 73 | async function initSubmodules(skipPrompt = false) { |
| 74 | const allProjects: Project[] = [ |
nothing calls this directly
no outgoing calls
no test coverage detected