mirror of
https://github.com/JuliusBrussee/caveman.git
synced 2026-08-11 13:21:09 +02:00
chore: sync SKILL.md copies [skip ci]
This commit is contained in:
Vendored
BIN
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)
|
||||
|
||||
Reference in New Issue
Block a user