Expand description
Typed issue views shared by JSON output and later control clients.
Structs§
- Agenda
Row - One dated row: a deadline or scheduled date on an open issue.
- Child
Consensus - One child of a plan, and what its own ballots settled on.
- Claim
Row - One live claim: who holds the issue and for how long.
- Excerpt
- A capped, secret-screened slice of a heading’s on-disk range.
- Issue
Detail - One issue as a detail card: properties, tags, file range, body, and logbook.
- Issue
Rec - One parsed heading plus the
issues.orgit came from. - Issue
Row - One list/ready row: the fields a board or JSON client paints.
- List
Query - Filters for
crate::catalog::CatalogService::issues_rows. - Logbook
Line - One logbook line on a detail card: note, state flip, or raw CLOCK.
- Plan
Consensus - What a plan’s children hold, child by child.
- Recall
- The working set for one issue: the plan it sits in, the products of the work it waits on, and what it has produced so far.
- Recall
Input - One declared input to an issue, and the deeds that input produced.
- Related
Hit - One ranked related-issue hit, with the evidence that produced the score.
- Search
Hit - One search match: the heading plus a short snippet of the hit.
- Tree
Node - A parent/child subtree node, with the issue’s own blockers.
- WalkHit
- One related heading from a walk: children, ancestors, impact, or backlinks.