| 8 | } |
| 9 | |
| 10 | export interface PackConfig { |
| 11 | name: string; |
| 12 | description: string; |
| 13 | version: string; |
| 14 | prompts: string[]; |
| 15 | skills: SkillEntry[]; |
| 16 | } |
| 17 | |
| 18 | export const PACK_FILE = "skillpack.json"; |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected