Onboarding
Install the Oliver CLI, then run oliver start inside the repo you want to capture.
Starting wires local Claude, Codex, and Oliver hook config for that checkout and signs
you in on first run.
Install And Start
Install the CLI globally, then start Oliver in the repo you want to capture:
npm install -g olivergraph
oliver start
oliver start wires the hooks idempotently, starts the background uploader, and opens
the portal to sign in on first run. For headless use, set OLIVER_TOKEN yourself or
start with an API key.
Check Or Stop The Uploader
Use status when you want to confirm pending queue size and uploader state. Use stop
to shut down the background uploader.
oliver status
oliver stop
Optional Modes
Create an API key when you want manual local auth:
oliver start --api-key usr_... --workspace default
Use user-scope install only when you intentionally want to wire global Claude and Codex config without starting the uploader:
OLIVER_AGENT_HOOK_SCOPE=user oliver install
For the full setup flow, see Local Agent Hooks.