(ctx context.Context, skill *skills.Skill, relativePath string)
| 295 | ForAgent(ctx context.Context, resolved *workspacepkg.ResolvedWorkspace, agentName string) ([]*skills.Skill, error) |
| 296 | LoadContent(ctx context.Context, skill *skills.Skill) (string, error) |
| 297 | LoadResource(ctx context.Context, skill *skills.Skill, relativePath string) (string, error) |
| 298 | SetEnabled(name string, resolved *workspacepkg.ResolvedWorkspace, enabled bool) error |
| 299 | SetEnabledForAgent(name string, resolved *workspacepkg.ResolvedWorkspace, agentName string, enabled bool) error |
| 300 | } |
no outgoing calls