CLIGuides
Overview
Behavioral guides for the Mogplex CLI — auth, configuration, slash workflows, and repo-local conventions.
Use these pages when you want behavior and decision-making, not just syntax.
Authentication
In-app login, credential precedence, and what `/login` and `/logout` actually do.
Configuration and Flags
Launcher flags, env-var escape hatches, config.toml layers, and where on-disk state lives.
Slash Commands
Common workflows in the composer — start a run, pause, switch model, view a diff, approve.
Project Commands
Use AGENTS.md, agent.json, project command templates, and permissions files to make Mogplex behave like part of the repo.
Pick a guide by question
- "Why is the CLI choosing this auth state or model?" → Authentication
- "Where does this default live and which env var overrides it?" → Configuration and Flags
- "How do I drive a run from the composer?" → Slash Commands
- "How do I make Mogplex behave like part of this repo?" → Project Commands