How v0.3.0 achieved a 94% reduction in wake context cost by switching from "load everything" to "load indexes, fetch on-demand."
The old approach loaded everything at wake. The new approach loads lightweight catalogs that tell you where to find things, then fetches specific content only when needed. Same information available, 94% less context overhead.