Expand description
In-memory query facade over a parsed issue catalog.
Structs§
- Catalog
Service - Read-only queries over a cached
&[IssueRec].
Functions§
- agenda_
rows_ from - Dated open work in the next
daysdays, plus anything already overdue. - backlinks_
from - Issues that refer to
target_idthrough an edge, a parent, a discovered-from or pivoted-to property, or a body mention. - children_
from - Issues whose
:PARENT:points atparent_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
detailandexcerptneed. - 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
idas indented text or Graphviz DOT.