doctor
01Command
Run local Maestro health checks. Use this to diagnose setup problems or verify the environment is correctly configured.
Maestro is an open-source, multi-agent AI development framework written in Go. It orchestrates specialized AI coding agents across a deterministic software engineering workflow
Command
Run local Maestro health checks. Use this to diagnose setup problems or verify the environment is correctly configured.
Command
Import reads the legacy Maestro flat-file store (/.maestro) read-only and ports its projects and per-project settings into the rewrite database. Legacy files are never modified, and a re-run skips rows that already exist, so it is safe to run more than once. The daemon must be stopped before running: it is the sole…
Command
Command "orchestrator" from tinhtran24/maestro, covering to orchestrator, syntax, subcommands, to orchestrator ls and examples.
Command
Open a URL in the desktop browser panel for the current session. With no argument it opens the workspace's static entry point, falling back to this session's existing preview target when no entry point exists. A local file can be opened by its absolute file:// URL. Use maestro preview clear to empty the panel.
Command
Manage projects: register repos, inspect, configure per-project settings, and remove.
Command
Manage Maestro code reviews of a worker's PR.
Command
Send a message to a running agent session. Use this to correct or direct a live agent mid-stream without killing and respawning it.
Command
Manage agent sessions: list, inspect, rename, kill, restore, clean up, and claim PRs.
Command
Spawn a worker agent session in a registered project. The session runs the chosen agent in a fresh git worktree. Register the project first with maestro project add.
Command
Fetch (if needed) and open the Maestro desktop app. The desktop app owns the daemon, state, and updates. maestro start no longer runs a daemon: it resolves the installed app (or downloads the latest release), opens it, and exits.
Command
Show Maestro daemon status. Use this to verify the daemon is up and check which port it is bound to.
Command
Command "stop" from tinhtran24/maestro, covering to stop, syntax, flags, examples and stop the daemon.