list_nodes
Query, filter, and sort hypothesis nodes via named views (frontier, settled, verified, revision, stale) to surface open, confirmed, or stale hypotheses in a Markdown table.
Instructions
Query/filter/sort nodes and return a Markdown table. Use view for the questions actually worth asking — 'frontier' (what is still open), 'settled', 'verified', 'revision' (what is under revision), 'stale' — rather than assembling a status filter by hand. stale_only=true keeps only confirmations made against a commit that is no longer checked out: they are not refuted, but nothing has re-established them since the code moved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Named filter preset; overridden by an explicit status_filter. | |
| limit | No | ||
| offset | No | ||
| order_by | No | created_at | |
| ascending | No | ||
| stale_only | No | Keep only VERIFIED nodes confirmed against a non-HEAD commit. | |
| query_filter | No | Case-insensitive statement search. `*` = multi-char wildcard, `_` = single-char. Literal % and _ are escaped. | |
| status_filter | No | Filter to these statuses only |