The user-facing command is alwaysDocumentation Index
Fetch the complete documentation index at: https://docs.opencoven.ai/llms.txt
Use this file to discover all available pages before exploring further.
coven. Wrapper packages like @opencoven/cli, @opencoven/cli-macos, and @opencoven/cli-linux-x64 install the same binary.
Top-level
| Command | Action |
|---|---|
coven | Open the beginner-friendly interactive menu. |
coven tui | Explicitly open the slash-command TUI. |
coven doctor | Detect supported harness CLIs and print install hints. |
coven daemon | Lifecycle: start, status, restart, stop. |
coven run | Launch a project-scoped harness session. |
coven sessions | Open the session browser; supports --plain and --json. |
coven attach | Replay/follow session output and forward input. |
coven summon | Restore an archived session, then replay/follow it. |
coven archive | Hide a non-running session while preserving events. |
coven sacrifice | Permanently delete a non-running session. Requires --yes. |
coven patch | Rescue loop, including the OpenClaw repair flow. |
Flag conventions
- Project-scoped commands accept
--cwd <path>for a launch directory inside the project root. - Pipe-friendly commands accept
--plainfor tables and--jsonfor machine output. - Destructive commands require
--yes(or--confirmforcoven pcrelief). - Daemon-touching commands print install/repair hints when the socket is missing.