# awarer Release: awa v0.3.1 Source commit: da0b5185973d2779d729586ccc9c088afebe504e Offline: `awa help ` shows the operational topics, `awa --help` gives command syntax, and `awa docs export` writes the whole bundle to a directory. ## Operational topics - [awa for coding agents](https://awarer.one-man-wolf-pack.com/docs/agents/): golden-path workflow for LLM/coding agents - [installing, verifying, and upgrading awa](https://awarer.one-man-wolf-pack.com/docs/install/): download, verify, upgrade, and identify the binary - [awa quick start — first project and first loop](https://awarer.one-man-wolf-pack.com/docs/quickstart/): initialize a project and run the first review loop - [coding, review, specification, and fix loops](https://awarer.one-man-wolf-pack.com/docs/workflows/): structure a coding, review, spec, or fix loop - [awa status — the review dashboard](https://awarer.one-man-wolf-pack.com/docs/status/): read the dashboard: baseline, drift, git, reuse, next - [awa run — deterministic run cache](https://awarer.one-man-wolf-pack.com/docs/run/): cache deterministic checks; hit/miss/replay model - [awa run --record — supervised runs](https://awarer.one-man-wolf-pack.com/docs/record/): always-execute history for non-cacheable commands - [finding stored runs and their output](https://awarer.one-man-wolf-pack.com/docs/inspect/): locate, read, verify, and delete stored run output - [awa checkpoint — explicit checkpoints](https://awarer.one-man-wolf-pack.com/docs/checkpoints/): user-authored worktree checkpoints - [awa changes / awa diff](https://awarer.one-man-wolf-pack.com/docs/diff/): compare two states; default range latest..now - [awa restore — repair selected paths from an immutable state](https://awarer.one-man-wolf-pack.com/docs/restore/): preview-first repair of selected paths from a stored state - [state reference syntax](https://awarer.one-man-wolf-pack.com/docs/refs/): now, latest, @-N, run::before/after, restore::before, A..B - [scan inputs and ignore rules](https://awarer.one-man-wolf-pack.com/docs/ignores/): protected paths, .awaignore on, .gitignore off - [awa doctor — diagnose and repair local state](https://awarer.one-man-wolf-pack.com/docs/doctor/): diagnose and (with --repair) repair local state - [awa gc — reclaim unreferenced local state](https://awarer.one-man-wolf-pack.com/docs/gc/): reclaim unreferenced checkpoints, runs, and blobs - [diagnosing awa — slow, stale, blocked, or broken](https://awarer.one-man-wolf-pack.com/docs/troubleshooting/): symptom-to-command decision paths and recovery - [awa local evidence and privacy](https://awarer.one-man-wolf-pack.com/docs/privacy/): what .awa/ stores; keep it private and untracked - [awa as a provider for other local tools](https://awarer.one-man-wolf-pack.com/docs/integrations/): use awa as a state/evidence provider for other local tools - [awa platform and filesystem support](https://awarer.one-man-wolf-pack.com/docs/platform/): supported platforms, filesystems, paths, and links - [JSON output, exit origin, and script rules](https://awarer.one-man-wolf-pack.com/docs/json/): envelope shape, partial-stream failure, exit origin - [awa exit codes](https://awarer.one-man-wolf-pack.com/docs/exit-codes/): stable process exit statuses 0–6 (plus 130 on interrupt) ## Command reference - [awa command reference](https://awarer.one-man-wolf-pack.com/docs/commands/): every command and subcommand of the installed version - [awa init](https://awarer.one-man-wolf-pack.com/docs/command-init/): create a new .awa project in the current directory - [awa status](https://awarer.one-man-wolf-pack.com/docs/command-status/): show project status (default command) - [awa checkpoint](https://awarer.one-man-wolf-pack.com/docs/command-checkpoint/): record a checkpoint of the worktree - [awa log](https://awarer.one-man-wolf-pack.com/docs/command-log/): list recorded checkpoints - [awa changes](https://awarer.one-man-wolf-pack.com/docs/command-changes/): summarize changes between two states - [awa diff](https://awarer.one-man-wolf-pack.com/docs/command-diff/): show a diff between two states - [awa restore](https://awarer.one-man-wolf-pack.com/docs/command-restore/): restore selected paths from an immutable state - [awa run](https://awarer.one-man-wolf-pack.com/docs/command-run/): run a command with caching and supervised history - [awa gc](https://awarer.one-man-wolf-pack.com/docs/command-gc/): garbage-collect unreferenced state - [awa doctor](https://awarer.one-man-wolf-pack.com/docs/command-doctor/): diagnose project and store health - [awa config](https://awarer.one-man-wolf-pack.com/docs/command-config/): inspect or edit configuration - [awa state](https://awarer.one-man-wolf-pack.com/docs/command-state/): resolve and compare state for the external provider - [awa docs](https://awarer.one-man-wolf-pack.com/docs/command-docs/): export the documentation of the installed version - [awa help](https://awarer.one-man-wolf-pack.com/docs/command-help/): show operational help for a topic - [awa version](https://awarer.one-man-wolf-pack.com/docs/command-version/): print version and build information ## Reference - [awa config — configuration schema, precedence, and when to change it](https://awarer.one-man-wolf-pack.com/docs/config/): config schema, layers/precedence, and when to change it - [awa global options](https://awarer.one-man-wolf-pack.com/docs/global-options/): the global options every command is validated against - [awa exit codes](https://awarer.one-man-wolf-pack.com/docs/exit-code-reference/): the exact process-exit catalog and wrapped-child contract ## Machine reference - [Generated CLI reference](https://awarer.one-man-wolf-pack.com/docs/cli.json): every command, flag, capability, and exit code as JSON (schema 1). - [Full corpus](https://awarer.one-man-wolf-pack.com/llms-full.txt): every document above, concatenated as Markdown.