list
Show existing designs in the workspace, newest first, with title and update time. Use to find designs to resume or confirm what exists before starting a new one.
Instructions
List designs in the workspace. Returns an array of { rootRevision, title, latestLeaf, updatedAt, headOrigin?, headNote? } sorted newest-first; the head* fields describe latestLeaf. headOrigin: "editor" means the last hand on that design was the user's, in the browser editor — read headNote (the engine-computed diff of their save) before you change anything, and build from latestLeaf so their work is not discarded. Use when the user asks what designs exist or wants to resume earlier work. Seeing a design here is never by itself a reason to continue it — for a new design request pass parent: null to edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||