Read a gaze board
scratchbook_gaze_readRetrieve a gaze board's notebook, flow sessions with status, syntheses, and intermediate artifacts. Optionally persist a session's convergence synthesis into durable recall for future reuse.
Instructions
Read a gaze board: its notebook, the flow sessions run against it (with status), their syntheses, and the intermediate artifacts they produced. Call with just board= to see the board plus the latest session's synthesis; add session= for a specific session, or artifact= to read one artifact file's full content. Pass remember=true to persist that session's converged synthesis into recall (scratchbook_recall) as durable memory — stamped with the commit it was grounded in, so a future session can reuse the understanding (and see how old it is).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | Board name. | |
| session | No | A specific flow-session id (default: the latest done one). | |
| artifact | No | An artifact filename to read in full. | |
| remember | No | Persist the (chosen) session's synthesis into recall/journal, grounded-at-stamped. Use once you've judged the synthesis worth keeping. |