tractor/.claude/skills
Gud Boi 6d76b60404 Add `tractor-reap` CLI + document auto-reap
New `scripts/tractor-reap` CLI wraps the
`_testing._reap` mod for manual zombie-subactor
cleanup after crashed pytest sessions. Two modes:

- orphan-mode (default): finds PPid==1 procs
  with cwd matching repo root + `python` in
  cmdline.
- descendant-mode (`--parent <pid>`): scoped
  sweep under a still-live supervisor.

SC-polite: SIGINT with bounded grace window
(default 3s) before escalating to SIGKILL.
Exit code signals whether escalation was needed
(useful for CI health-checks).

Also, document both the auto-reap fixture and
the CLI in `/run-tests` SKILL.md (section 10).

(this patch was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-04-26 18:04:40 -04:00
..
commit-msg Migrate shared skills to `ai.skillz` symlinks 2026-04-10 16:37:34 -04:00
conc-anal Codify capture-pipe hang lesson in skills 2026-04-23 23:22:40 -04:00
pr-msg Add repo-local `claude` skills + settings + gitignore 2026-04-10 16:37:34 -04:00
run-tests Add `tractor-reap` CLI + document auto-reap 2026-04-26 18:04:40 -04:00