Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.opencoven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Start with coven doctor. Everything below assumes you have already done that.

Setup

SymptomLikely causeFix
coven: command not foundWrapper not installednpm install -g @opencoven/cli.
Wrong wrapper versionStale global installnpm install -g @opencoven/cli@latest.
EACCES on global installnpm prefix not writableUse npx @opencoven/cli or fix npm prefix.

Daemon

SymptomLikely causeFix
daemon: not runningDaemon stoppedcoven daemon start.
socket already in useStale socket filecoven daemon stop, then remove <covenHome>/coven.sock.
daemon ipc timeoutSlow first bootRetry after a few seconds; check coven daemon status.
See Daemon will not start for deeper triage.

Harness

SymptomLikely causeFix
harness 'codex' not foundCodex not on PATHnpm install -g @openai/codex, then coven doctor.
harness 'claude' not foundClaude Code not on PATHnpm install -g @anthropic-ai/claude-code, then coven doctor.
Session exits immediatelyProvider auth missingRun codex login or claude doctor.

Sessions

SymptomLikely causeFix
Session stays pendingDaemon spawning failed silentlycoven daemon status, then check <covenHome>/logs/.
cwd outside project root error--cwd is outside the canonical rootUse a path inside the root, or pass an explicit --project-root.
Attach shows nothingReplay buffer emptyThe session may have already ended; check coven sessions --all.

API

SymptomLikely causeFix
404 on /api/v1/...Old daemonRestart with the current binary; verify apiVersion.
Unknown error codeDaemon upgraded; client did notRe-pull capabilities from /api/v1/health and remap.

Still stuck?

Generate a diagnostics bundle and share it.