Read the Audit tab to understand what Avery did
2 min
Every generator emit is recorded in `.nxr/audit.json` with timestamps + the locked Plan id.
The Audit tab is the canonical source for "what happened during scaffold". Each row is one event: a generator run, a fix-pipeline iteration, a connector test, a deploy. Filtering by event kind narrows down to the noise level you want.
Legacy event-shape rows from older Avery versions are tolerated — the reader skips schema-mismatched rows + warns once. Newer rows render fully.
Useful patterns:
- Click a generator-run row to see which files it touched + the templates it used. - Filter to `fix-pipeline` to see the LLM's iterative fix attempts (each attempt is a separate row). - Filter to `connector-test` when something with a connector is broken.
Live recipes need the desktop
This article is a static preview. The in-app Help sidecar inside Avery NXR can fire each step against your live project — install the desktop to use it interactively.