📦 deps(skills): sync pathfinding dependency for codebase-recon

This commit is contained in:
csh
2026-05-29 23:12:17 +08:00
parent b4c88b32be
commit c1bce2fb72
13 changed files with 1503 additions and 7 deletions
+5 -1
View File
@@ -20,7 +20,11 @@ class ThirdpartySkillCurationTests(unittest.TestCase):
self.assertIn("id: codebase-recon", text)
self.assertIn("upstream_repo: https://github.com/outfitter-dev/agents", text)
self.assertIn("upstream_path: plugins/outfitter/skills/codebase-recon", text)
self.assertIn("upstream_paths:", text)
self.assertIn("plugins/outfitter/skills/codebase-recon", text)
self.assertIn("plugins/outfitter/skills/pathfinding", text)
self.assertIn("upstream_layout: multi_skill_subset", text)
self.assertIn("pathfinding/references/confidence.md", text)
self.assertIn("risk scan", text)
self.assertIn("id: codebase-migrate", text)