Re-run a generator on this project
2 min · 3 steps
Pick a generator from the project-scoped list and run it again — useful after schema edits or when adding a new entity.
The Generators tab lists every plugin visible to this project (installed globally + first-party). Each row carries a 'Run' button that pipes through `/scaffold.run` with the project's existing plan, honoring incremental mode so emitted files merge instead of overwriting hand edits.
Steps
- Open the Generators tab.
It lists every generator visible to this project.
- Click 'Run' on the generator you want to re-emit.
Avery streams progress to the activity panel; the audit ledger captures every file written.
- Watch the diff in the Code tab.
Files emitted in this pass land alongside your manual edits — no overwrites unless the file's checksum matches the prior emit.
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.