Skip to main content

Crate edda_postmortem

Crate edda_postmortem 

Source

Re-exports§

pub use rules::Rule;
pub use rules::RuleCategory;
pub use rules::RuleStatus;
pub use rules::RulesStore;
pub use trigger::PostMortemTrigger;
pub use trigger::TriggerReason;

Modules§

analyzer
Post-mortem analysis: produce lessons and rule proposals from session data.
candidates
Doctrine candidates: export postmortem findings into a havamal incubation file for human promotion.
hooks
Rule execution via hooks.
lessons
Lesson management: persist lessons and maintain CLAUDE.md integration.
rules
Rules store with immune-system lifecycle and TTL decay.
scars
Real scars: analyzer input source that reads review / friction notes from the workspace ledger, and emits High-severity lessons only when the same problem shows up twice or more — havamal’s “no scar, no doctrine” rule made mechanical.
sign_check
Sign-check: surface doctrine entries that share a family with a machine candidate — so at sign time the operator sees related existing scars next to the candidate, and can judge for themselves whether it duplicates or contradicts what’s already in doctrine.
signals
Decision signals: timestamped supersede / binding-conflict markers recorded at edda decide time, counted back by session window at postmortem time.
trigger
Deterministic trigger detection for post-mortem analysis.