Expand description
Issue domain types: status, priority, assignment, metadata, body.
Structs§
- Assignment
- Who currently owns the work on an issue.
- Github
Ref - A reference to a synced GitHub issue. Populated only after Phase 6 sync.
- Issue
- An in-memory issue: metadata + markdown body + the file path it came from.
- Issue
Meta - YAML frontmatter for an issue.
- Issue
Patch - A precise update payload for
crate::store::issues::FileIssueStore::apply_patch.