Editor's Note
running-tend
Tend-specific CI guidance. Project conventions are in CLAUDE.md.
Install
npx skills add https://github.com/numbagg/numbagg --skill running-tendRunning Tend — numbagg
Tend-specific CI guidance. Project conventions are in CLAUDE.md.
Filing issues in other repos
Standing exception granted: file directly in agent-equipped targets (per
Filing Issues in Other Repos in the bundled running-in-ci skill) without
asking permission here first. The default rule (open an issue here asking
permission first) still applies when the target shows no agent signals.
CI workflows
- Test — the main CI workflow (
test.yaml). Runs tests, linting, benchmarks. tend-ci-fix watches this workflow.
CI polling cap
Benchmark runs ~17 min, exceeding the bundled running-in-ci 15-iter cap.
Use while :; do …; done instead of for i in $(seq 1 15) — poll until
checks complete. See #599.
Nightly rolling survey
nightly-survey-files.sh outputs empty on roughly 5 of 28 days — this
repo only tracks ~50 files, so several daily buckets have no files
assigned. Empty output is expected; treat it as "no survey today" and
move on to the next step rather than re-running the script or debugging
the shell.
Dependency management
Dependencies are managed in pyproject.toml with uv. The tend-weekly
workflow handles dependency updates.
Related numba Skills
View all