Tend-specific CI guidance. Project conventions are in CLAUDE.md.
Scanned 5/27/2026
Install via CLI
openskills install numbagg/numbaggAre you the author of Running Tend?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/numbagg-running-tend)More formats (shields.io, HTML) on the badges page.
# Running 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](https://github.com/numbagg/numbagg/issues/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.
No comments yet. Be the first to comment!