Skip to main content
This page walks one agent through one synthetic engagement, eng_synthetic_001, using only shapes published in these docs. It follows the rules in the Agent guide.

The traversal

1

Read the status handoff

Read the Status handoff. It shows eng_synthetic_001 in lifecycleState document_gate_blocked, with owner client.
2

Resolve what that state means

Look up document_gate_blocked in Public states. It means required inputs are insufficient. The partner signal is to act on the input side.
3

Identify the visible blocker

Read the handoff’s blockers. One entry has code missing_document and the label “Wallet export is required before review can continue”.
4

Read the next visible action

Read the handoff’s nextAction. The actor is client and the label is “Upload the missing wallet export”. This is the next visible action, not internal criteria.
5

Compose a read-only summary for a human

Draw a short summary from the handoff’s fields only. Add nothing the fields do not carry.
summary.txt
6

Confirm nothing here is writable

The handoff and the Status card it maps to are read models. Nothing on this surface writes back to engagement state.
7

Stop and hand off

Surface the summary to a human and stop, per the Agent guide stop conditions. The human acts in the portal.
The safe-task list and its limits are normative in the Agent guide. This page shows one pass through that list and does not extend it.
Stop if the task asks the agent to infer approval criteria, reconstruct internal methodology, mutate official state, release a deliverable, or expose private workpapers. The full rules are in the Agent guide.