Skip to main content

Module types

Module types 

Source
Expand description

Issue domain types: status, priority, assignment, metadata, body.

Structs§

Assignment
Who currently owns the work on an issue.
GithubRef
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.
IssueMeta
YAML frontmatter for an issue.
IssuePatch
A precise update payload for crate::issues::FileIssueStore::apply_patch.

Enums§

Priority
Issue priority. Ordered low → critical for sorting.
Status
Issue status.