temper-eval-collect

Installation
SKILL.md

Temper Eval Harness — Collect Phase

Invocation: /temper-eval-collect <run-id> [--max-parallel N] [--timeout N]

Pre-conditions:

  • python -m skills.temper.evals.run_evals stage <run-id> has run successfully
  • Dispatch dir exists at ${XDG_RUNTIME_DIR:-/tmp}/${USER:-$(id -u)}-crucible-dispatch-<run-id>/
  • stage-manifest.json is present

Post-conditions:

  • Each trials[].seq in the manifest has either a <NNN>-result.md file OR an <NNN>-result.md whose first line begins DISPATCH_STATUS: ERROR:
  • .collect-status exists with two lines: complete and errors: <N>/<total>

Procedure

Step 1: Validate run-id (I-9)

Installs
3
Repository
raddue/crucible
GitHub Stars
10
First Seen
Jun 27, 2026
temper-eval-collect — raddue/crucible