fix: use .config/agents (plural) for skills directory (#6357)
Signed-off-by: Joah Gerstenberg <joah@squareup.com> Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -83,7 +83,7 @@ impl SkillsClient {
|
||||
|
||||
if let Some(home) = dirs::home_dir() {
|
||||
dirs.push(home.join(".claude/skills"));
|
||||
dirs.push(home.join(".config/agent/skills"));
|
||||
dirs.push(home.join(".config/agents/skills"));
|
||||
}
|
||||
|
||||
dirs.push(Paths::config_dir().join("skills"));
|
||||
|
||||
Reference in New Issue
Block a user