diff --git a/.amplifier/AGENTS.md b/.amplifier/AGENTS.md index 09383b5..2e58766 100644 --- a/.amplifier/AGENTS.md +++ b/.amplifier/AGENTS.md @@ -220,9 +220,15 @@ for upcoming posts. Source: ~/workspace/wundler/ (kenotron-ms/cloudpack on GitHub) + architect brief + exec summary **The outcome:** 604ms warm rebuilds at 50k modules. 50% less CDN bandwidth per -deploy. Dead code that actually stays dead. The mechanism: treat the bundle as a -query against a continuously-maintained module graph, not a file you rebuild from -scratch. +deploy. Dead code that actually stays dead. + +**The novel concept:** "The module graph is the software. The bundle is a query." +Traditional bundlers are compilers: source in, file out, start over next time. +Cloudpack is a database: the module graph is the schema, bundle requests are +queries, and every output form (dev server, CI artifact, production chunks, ABS +delta manifest) is a materialization of the same graph. One truth, many views. +No separate dev/prod pipeline. No divergence. The graph is the truth. Files are +derived views. This concept is the unifying thread of the entire series. | # | Title | Angle | Visuals Needed | |---|-------|-------|----------------|