test: gate SKILL.md bin/ paths; name the brain skill brain.
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped

Follow-up to the agent-cost delete: unittest fails if a skill names a missing
tool. Frontmatter name is brain, not kb-search.
This commit is contained in:
2026-08-13 17:54:18 +01:00
parent 62ce9585eb
commit 67e1eee72d
4 changed files with 38 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class PublishedDocsTest(unittest.TestCase):
paths = [
ROOT / "README.md",
ROOT / "docs" / "design.md",
ROOT / "skills" / "kb-search" / "SKILL.md",
ROOT / "skills" / "brain" / "SKILL.md",
ROOT / "skills" / "diataxis-docs" / "SKILL.md",
]
# Command-style `--hop 1` / `--hop N` plus follow/walk = the old lie.