Changes
Inspect the result, try the preview, and refine changes before publishing.
Review the result
Work with the agent in a thread to change software. Before publishing, compare the result with what you asked for: what should happen, who will use it, and which data or actions it affects.
Ask the agent to explain what changed and what it checked. Use that explanation to decide where to look more closely.
Inspect source changes
The thread's file changes and diff views let you inspect edits made during the work. Review the relevant files, especially changes to data access, permissions, and actions that affect other people.
You can ask the agent to explain a diff in plain language or revise a particular part. Keep that feedback in the thread so the next revision has the same context.
Try the preview
When an app preview is available, exercise the workflow yourself. Try representative inputs, check the resulting data, and confirm that errors and empty states make sense.
Check the branch and environment used by the preview. A working preview validates the behavior you tried in that context; it does not prove every path or environment.
Verify and publish
Ask the agent to run the project's relevant checks and report any failures or gaps. If something is wrong, describe the expected behavior, request a revision, and try the affected flow again.
When the result is ready, follow Publishing to make it available. Reviewing source and publishing an app are separate steps.