Quickstart
This guide takes a machine with separate coding-agent configuration and gives it one reviewed Aura setup. You will preview every planned write, apply it once, verify the result, and learn the safe recovery command.
Before you start
Section titled “Before you start”- Install Aura and confirm
aura --versionworks. - Install at least one supported application: Claude Code, Codex, or Cursor.
- Run the commands from a repository where you use that application.
Set up your machine
Section titled “Set up your machine”-
Preview the setup without writing.
Terminal window aura setup --dry-runAura detects applications, proposes shared instructions and managed content, and stops after the plan summary. Read every target path. Add
--detailonly when you are comfortable printing full instruction and configuration contents to the terminal. -
Apply the setup interactively.
Terminal window aura setupChoose the applications Aura should manage, review instruction consolidation, and select any snippets, skills, or MCP servers you want. Aura shows one final plan and writes only after you confirm it.
-
Verify the converged state.
Terminal window aura checkA clean machine ends with output shaped like this:
Representative output ✓ 22 checks passed · 1 application detected✓ Codex 0.x — no findingsThe exact application names, versions, and check count depend on the installed release.
-
Preview a repair when findings remain.
Terminal window aura check --fix --dry-runAutomatic and guided repairs appear in one plan. Manual findings stay in the report with the action you need to take yourself.
-
Confirm that recovery is available.
Terminal window aura undo --dry-runThis names the newest restorable backup without changing any files.
What just happened?
Section titled “What just happened?”Aura created or updated its desired-state manifest at ~/agents/aura.json. It consolidated the
personal configuration you approved below ~/agents, linked supported applications to that shared
state, and recorded exactly what it owns.
Aura did not rewrite the repository. Repository files may influence diagnostics or offer repository-provided content, but setup and repair write only personal and application-global state.
Every successful write has a backup. If a write fails, Aura attempts to roll back the transaction;
if you later change your mind, aura undo restores a recorded backup after confirmation.
Common failures
Section titled “Common failures”| Symptom | Cause | Fix |
|---|---|---|
| An application is not detected | Its executable is not on the PATH Aura received | Run aura check --verbose, then fix PATH or use --path with absolute directories. |
| Setup refuses to run in CI | The interactive wizard has no terminal | Use --dry-run to inspect or --yes only after the defaults are appropriate. |
| A repository preset is held | Repository-controlled behavior has not been trusted | Run interactive aura setup and review the repository content. |
| The manifest is read-only | It is invalid, unreadable, or from a newer schema | Preserve a copy, repair it or upgrade Aura, then rerun setup. |