Initial commit

This commit is contained in:
Ryan Ward
2026-04-29 10:43:20 -05:00
parent b7b327510d
commit d8d4ac9e5d
28 changed files with 211 additions and 83 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ pub static SKILL_PROVIDER_DEFINITIONS: LazyLock<Vec<SkillProviderDefinition>> =
},
SkillProviderDefinition {
provider: SkillProvider::Warp,
skills_path: PathBuf::from(".warp").join("skills"),
skills_path: PathBuf::from(".warp-core").join("skills"),
},
SkillProviderDefinition {
provider: SkillProvider::Claude,