📦 deps(skills): sync pathfinding dependency for codebase-recon
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user