ingest-raw
Procedure
- Read the raw file at
raw_path. - Invoke Triager to classify (
dept,brand,urgency). - Hand off to the matching department's synthesis skill (e.g.,
synthesize-wiki-node). - Department skill produces 1+ atomic wiki nodes, each linking back to
raw_pathinsources. - Invoke
update-hotcacheto refreshWiki/HotCache.md. - Invoke
log-operationto append toWiki/Log.md.
Failure modes
- Ambiguous classification → escalate to EA-Orchestrator with a question; don't auto-route.
- Empty raw file → log and skip; don't create empty wiki nodes.