fix: use correct 'skills' directory path and respect OPENCODE_CONFIG_DIR
- Change skill directory from 'skill' (singular) to 'skills' (plural) to match OpenCode standard - Use getOpenCodeConfigDir() to respect OPENCODE_CONFIG_DIR environment variable - Update documentation and tests to reflect correct paths Fixes #810
This commit is contained in:
@@ -18,7 +18,7 @@ export interface SkillInfo {
|
||||
}
|
||||
|
||||
export interface SkillLoadOptions {
|
||||
/** When true, only load from OpenCode paths (.opencode/skill/, ~/.config/opencode/skill/) */
|
||||
/** When true, only load from OpenCode paths (.opencode/skills/, ~/.config/opencode/skills/) */
|
||||
opencodeOnly?: boolean
|
||||
/** Pre-merged skills to use instead of discovering */
|
||||
skills?: LoadedSkill[]
|
||||
|
||||
Reference in New Issue
Block a user