(cfg config.Config)
| 17 | seenPaths map[string]struct{} |
| 18 | } |
| 19 | |
| 20 | func NewSkillLoader(cfg config.Config) *SkillLoader { |
| 21 | return &SkillLoader{Config: cfg, seenPaths: map[string]struct{}{}} |
| 22 | } |
| 23 | |
| 24 | func (l *SkillLoader) LoadFrontmatterOnly() []SkillSpec { |
no outgoing calls