If you installDocumentation Index
Fetch the complete documentation index at: https://xerg.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
@xerg/cli globally, replace npx @xerg/cli with xerg.
1. Run the default first-run flow
init is interactive in v1. It:
- checks local OpenClaw and Hermes defaults
- asks you to choose the runtime when both are detected
- runs the first audit and stores the local snapshot
- prints the normal terminal summary
- offers optional hosted follow-up after the audit succeeds
init prints the default paths it checked plus the next-step commands for:
- explicit local paths
npx @xerg/cli audit --remote user@hostnpx @xerg/cli audit --railway
2. Make one workflow or model change, then compare
--compare looks for the newest compatible cached snapshot on your machine and adds before and after deltas.
If no compatible baseline exists yet, Xerg does not fail. It adds a note telling you to run the same audit again after a fix.
3. Use direct commands when you want explicit control
Use the direct flows instead ofinit when you need non-interactive behavior, CI gates, or a specific output mode immediately:
--runtime openclaw or --runtime hermes.
4. Export or automate
Shareable Markdown:5. Optional hosted follow-up
If you have Xerg Pro or Enterprise and want hosted features after the first local result:connectreuses existing auth when present, or starts browser login and offers to push the latest auditmcp-setupprints or writes hosted MCP config for Cursor, Claude Code, Codex, or another client
Common next steps
- Use init when you want the exact first-run behavior documented command-by-command.
- Use audit to learn the full command surface.
- Use remote audits if OpenClaw is running on SSH or Railway.
- Use compare if you want to understand how snapshot compatibility works.
- Use waste taxonomy and metrics if you want the concepts behind the report.
- Use authentication and push or hosted MCP if you want the hosted Pro workflow after your first audit.