ouroboros_ac_tree_hud
Return a render-ready markdown snapshot of the live acceptance-criteria tree for an Ouroboros session. Use it to monitor progress and inspect criteria.
Instructions
Return a render-ready markdown snapshot of the live acceptance-criteria tree for an Ouroboros session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Verbosity: 'tree' (default) for the full AC tree, 'summary' for a short monitor, or 'compact' for one-line polling. | tree |
| cursor | No | Previous EventStore row ID cursor. | |
| max_nodes | No | Maximum tree nodes to render when view='tree'. | |
| session_id | Yes | Session ID to inspect. |