Classify raw content and route it to the appropriate knowledge base location
Analyze raw input and route to the right location in the knowledge base.
Determine what this is:
If the input contains multiple distinct concepts, extract each as a separate atomic entry.
vault_search(query: "{key phrases from input}") — if a similar entry exists, suggest updating it instead of creating a new one. Use ask_user to confirm.
vault_create_entry(entry_type: "{classified_type}", ...) for each extracted concept.
For decisions, also create a decision graph node:
decision_log(node_type: "decision", title: "...", confidence: ...)
vault_link(link_type: "parent")vault_link(link_type: "related")vault_kanban(action: "add", ...)Report: files created with paths, topics linked, action items added.