feat(skills): add baoyu-skills preset repo and auto-supplement missing defaults

- Add JimLiu/baoyu-skills to default skill repositories
- Change init_default_skill_repos() from "first-run only" to "supplement missing"
- New preset repos will now auto-appear for existing users on upgrade
This commit is contained in:
Jason
2026-01-21 16:20:28 +08:00
parent dc865fbbbf
commit 2d17bde790
2 changed files with 22 additions and 8 deletions
+6
View File
@@ -128,6 +128,12 @@ impl Default for SkillStore {
branch: "master".to_string(),
enabled: true,
},
SkillRepo {
owner: "JimLiu".to_string(),
name: "baoyu-skills".to_string(),
branch: "main".to_string(),
enabled: true,
},
],
}
}