Usage

OpenMind exposes focused commands for interactive work, one-shot questions, approved edits, and approved command execution.

Common Flow

openmind init
openmind chat
openmind ask "explain this project"

Commands

Command Purpose
openmind Start chat mode.
openmind init Create .openmind.json.
openmind chat Interactive session.
openmind ask "..." Ask a read-oriented question.
openmind edit "..." Request code changes with approval.
openmind run "npm test" Run a command after confirmation.
openmind index Write a local workspace index.
openmind config Print active configuration.
openmind doctor Check local setup.

Approved Edits

When the agent requests a write or edit, OpenMind prints a diff and prompts before touching the file.

openmind edit "add validation tests for the login form"