aboutsummaryrefslogtreecommitdiff
path: root/docs/design/module-inventory.org
Commit message (Collapse)AuthorAgeFilesLines
* docs(load-graph): seed module inventory and annotate foundation headersCraig Jennings2026-05-241-0/+180
I started the init.el load-graph classification with the foundation batch. I added docs/design/module-inventory.org as the living per-module inventory and annotated the seven foundation modules (system-lib, user-constants, host-environment, system-defaults, keyboard-compat, keybindings, config-utilities) with the load-graph header contract: layer, category, load shape, eager reason, top-level side effects, runtime requires, and direct-test-load safety. I changed no load order, so init.el keeps its current eager order. The inventory records one hidden dependency for Phase 2: system-defaults uses host-environment and user-constants symbols at load while declaring them eval-when-compile, so the compiled module cannot load standalone.