mirror of
https://github.com/JuliusBrussee/caveman.git
synced 2026-08-11 13:21:09 +02:00
The caveman.skill ZIP is regenerated by CI on every push and lived at the repo root, where users mistook it for an editable source. Moving it to dist/ makes its build-product nature obvious while keeping it tracked so GitHub release links and npm packaging keep working. Updates: - git mv caveman.skill -> dist/caveman.skill - .github/workflows/sync-skill.yml rebuild step now writes to dist/ - .gitignore ignores dist/* but allows dist/caveman.skill - package.json files array includes dist/caveman.skill for npm pack - CONTRIBUTING.md and tests/verify_repo.py path references updated Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 lines
261 B
Plaintext
16 lines
261 B
Plaintext
benchmarks/results/*.json
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.env.local
|
|
caveman-compress.md
|
|
**/.DS_Store
|
|
.claude/worktrees/
|
|
evals/snapshots/*.html
|
|
evals/snapshots/*.png
|
|
context/refs/research-brief-caveman-code-efficiency.md
|
|
|
|
# Build artifacts
|
|
dist/*
|
|
!dist/caveman.skill
|