Expand description
Knowledge auto-extraction from provider data (issues, PRs, DB schemas).
Converts external ContentChunks into knowledge facts that flow into the
ProjectKnowledge system. This implements the “Sleep Replay” pattern from
hippocampal consolidation: raw episodic data is transformed into semantic
long-term knowledge.
Extraction rules:
- Issues with labels →
known_bugs,known_features,known_issues - PRs →
recent_changes,active_branches - DB schemas →
data_modelfacts - Wiki pages →
documentationfacts
Structs§
- Extracted
Fact - A knowledge fact extracted from provider data, ready for
ProjectKnowledge.remember().
Functions§
- extract_
facts - Extract knowledge facts from a set of ContentChunks.