Docs
CLI
Two commands ship in the `perseus` PyPI package: `perseus` (user surface) and `pctl` (operator surface). Both share the auth token from `~/.config/perseus/`.
Common commands: `perseus login`, `perseus doctor`, `perseus index <path>`, `perseus github sync <owner/repo>`, `perseus query <repo> "…"`. Operator: `pctl status`, `pctl doctor`, `pctl cost today`, `pctl workload list`.
Run `perseus --help` for the full surface. The CLI talks to the same HTTP API as the console (https://perseus.computer) so anything you can do in the web app is scriptable.