Setup checks fail
Run:stet --version again:
stet --version.
GitHub or Stet authentication fails
The public installer and skill do not require GitHub login. GitHub CLI auth is needed for private release overrides or PR-backed discovery. Commercial eval execution requires:Docker or uv is unavailable
Start Docker Desktop or the Linux Docker service, then rerun docker info. If
Docker is intentionally unavailable and the surface supports it, ask your agent
to use the explicit worktree backend:
uv with the public installer when command -v uv returns no path:
Claude Code authentication fails
Authenticate before a Stet-managed Claude run:.env files. If the skill is
missing, reinstall it with the command in the quickstart.
A run is slow, stalled, or incomplete
Do not restart blindly. Ask the agent to inspect status first:Replay validity is missing
Errors such asno_gold_pass_commands,
all_commands_ignored_gold_failure_mode_unset, or replay-validity failures mean
the selected slice is not decision-grade yet. Fix the test or harness setup,
choose a better task slice, or stop with an inspect-only diagnosis before
relaunching.
Grader coverage is missing
Tests may still have run, but missing declared grader coverage limits the claim. Use the repair or regrade command emitted bystet eval status or
stet eval report, then reread the complete Trial Result.
The result says inspect
inspect is useful evidence for diagnosis or iteration, not a generic failure.
It can reflect a small sample, stale evidence, missing graders, replay validity,
infrastructure failure, or mixed results. Ask the agent to name the concrete
blocker and propose one bounded next action; do not infer promotion from prose.