Documentation Index
Fetch the complete documentation index at: https://docs.orinadus.com/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Output
doctor prints the resolved configuration and current journal state to stdout. Example:
What it checks
| Section | What is shown |
|---|---|
identity | Resolved account and device from env, config, or system defaults |
config.source | Whether config was loaded from the file or defaults |
vault_root | Path to the ~/brain vault |
journal_path | Full path to events.jsonl |
intake_port | Port the HTTP server will bind |
cloud_url / cloud_token | Whether cloud sync is configured ([set] or [not set]) |
intake_token | Whether HTTP auth is enabled |
journal.exists | Whether the journal file is present |
journal.events | Current event count |
journal.last_event | Timestamp and source of the most recent event |
Use cases
- Confirm that env var overrides are being picked up correctly.
- Verify the journal path before running collectors or the serve daemon.
- Check that
cloud_tokenis set before runningurchin sync.
