Covendocs

Harness Troubleshooting

Troubleshooting guide for Coven harness adapters and session launches.

1 min read

Start with:

coven doctor

The doctor output tells you whether Coven can see the store, project, daemon, socket, and harness executables. See Doctor for how to read it.

Fast triage

SymptomLikely causeFix
Harness is missingBinary is not on daemon PATHInstall it, restart daemon, rerun coven doctor.
unsupported harnessWrong harness idUse codex or claude.
Provider login prompt or auth errorHarness credentials are missing or expiredRun codex login or claude doctor.
cwd validation errorWorking directory escapes project rootUse a cwd inside the project.
Session exits immediatelyHarness CLI failed before work beganAttach or inspect events, then run the harness directly once.
Client works differently than terminalDaemon environment is stalecoven daemon restart, then retry.

Evidence to collect

coven doctor
coven daemon status
coven sessions --all --plain

If a specific session failed, use:

coven attach <session-id>

For daemon-specific state, continue with Daemon observability. For provider auth, continue with Provider auth boundary.

Was this page helpful?No

Last updated on

On this page