reports/notion-dogfood.mdPointing it at a workspace nobody cleaned first
- The question
- Does the pipeline survive contact with a real, messy corpus rather than a fixture?
- What it had to clear
- The ontology had to govern the majority of what came out, or the governed-evolution thesis did not hold.
- 9,430
- unique pages, from ~14.4k records
- 12,936
- nodes in the resulting graph
- 92.8%
- governed by the ontology
- 81
- nodes left in quarantine, one type
Result
A workspace with two languages mixed and templates cloned two to four times. Quarantine fell from thousands of nodes to 81 across a single type, and the whole run cost 141 LLM calls.
What it also showed
Nine defects surfaced. The most serious: the tenant bootstrap silently reset the evolved ontology on every pass, so the graph kept relearning types it had already earned, producing seven multi-parent concepts and a cycle in the taxonomy. It was caught by reading a health report that did not look right, fixed in three places, and the damaged meta-graph was repaired in place.
What was decided
Health output is read as a gate rather than as a report, so a silent regression in the governance layer surfaces on the next pass.