chore: sync SKILL.md copies [skip ci]

This commit is contained in:
github-actions[bot]
2026-05-10 13:52:06 +00:00
parent e843518438
commit dce88c2f2e
2 changed files with 3 additions and 3 deletions
BIN
View File
Binary file not shown.
@@ -56,9 +56,9 @@ def main():
return
# Glob mode: repo_root/tests/caveman-compress/
# __file__ lives at <repo_root>/plugins/caveman/skills/caveman-compress/scripts/benchmark.py
# Walk up six dirs: scripts → caveman-compress → skills → caveman → plugins → repo_root.
tests_dir = Path(__file__).resolve().parents[5] / "tests" / "caveman-compress"
# __file__ lives at <repo_root>/skills/caveman-compress/scripts/benchmark.py
# Walk up four dirs: scripts → caveman-compress → skills → repo_root.
tests_dir = Path(__file__).resolve().parents[3] / "tests" / "caveman-compress"
if not tests_dir.exists():
print(f"❌ Tests dir not found: {tests_dir}")
sys.exit(1)