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.

The user-facing command is always coven. Wrapper packages like @opencoven/cli, @opencoven/cli-macos, and @opencoven/cli-linux-x64 install the same binary.

Top-level

CommandAction
covenOpen the beginner-friendly interactive menu.
coven tuiExplicitly open the slash-command TUI.
coven doctorDetect supported harness CLIs and print install hints.
coven daemonLifecycle: start, status, restart, stop.
coven runLaunch a project-scoped harness session.
coven sessionsOpen the session browser; supports --plain and --json.
coven attachReplay/follow session output and forward input.
coven summonRestore an archived session, then replay/follow it.
coven archiveHide a non-running session while preserving events.
coven sacrificePermanently delete a non-running session. Requires --yes.
coven patchRescue 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 --plain for tables and --json for machine output.
  • Destructive commands require --yes (or --confirm for coven pc relief).
  • Daemon-touching commands print install/repair hints when the socket is missing.