Skip to main content

Module catalog

Module catalog 

Source
Expand description

In-memory query facade over a parsed issue catalog.

Structs§

CatalogService
Read-only queries over a cached &[IssueRec].

Functions§

agenda_rows_from
Dated open work in the next days days, plus anything already overdue.
backlinks_from
Issues that refer to target_id through an edge, a parent, a discovered-from or pivoted-to property, or a body mention.
children_from
Issues whose :PARENT: points at parent_id.
claims_from
Live claims, oldest first, optionally narrowed by holder or project.
excerpt_from
On-disk heading range, capped and screened for secrets.
issues_rows_from
List/ready rows, same filters and sort as crate::agent::issues_json.
load_recs
Snapshot every heading across every project, with the path detail and excerpt need.
org_text_from
The heading’s on-disk text in full, screened for secrets.
recall_from
The working set for id: its plan, its declared inputs and their products, and what it has produced so far.
search_hits_from
Case-insensitive substring scan over id, title, properties, and body.
tree_from
Parent/child subtree rooted at id.
tree_text_from
Children and blockers below id as indented text or Graphviz DOT.