diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 16:26:06 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 16:26:06 -0500 |
| commit | 51028d48248354b169c07783bf2d76136d1770f9 (patch) | |
| tree | dd12868afe4674c558ff11ab90941d012e331d91 /tests | |
| parent | 7373b7eb90e6f0486cb672037d1fd3389c9f2717 (diff) | |
| download | dotemacs-51028d48248354b169c07783bf2d76136d1770f9.tar.gz dotemacs-51028d48248354b169c07783bf2d76136d1770f9.zip | |
docs(load-graph): classify core libraries and command modules
Third classification batch: the remaining core and library command modules from init.el's early block — external-open, media-utils, auth-config, keyboard-macros, system-utils, text-config, undead-buffers. I annotated each with the load-graph header contract, added a Batch 3 table to the inventory, and extended the validation allowlist. 23 of 102 modules are now classified.
No new hidden dependencies in this batch. auth-config stays eager because other modules need credentials early; the command libraries (external-open, media-utils, keyboard-macros) are eager only by init order and flagged as Phase 4 deferral candidates.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-init-module-headers.el | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/test-init-module-headers.el b/tests/test-init-module-headers.el index 86b083aef..f8085fc72 100644 --- a/tests/test-init-module-headers.el +++ b/tests/test-init-module-headers.el @@ -38,7 +38,15 @@ "custom-misc" "custom-ordering" "custom-text-enclose" - "custom-whitespace") + "custom-whitespace" + ;; Batch 3 — Core libraries and command modules (Layer 1-3) + "external-open" + "media-utils" + "auth-config" + "keyboard-macros" + "system-utils" + "text-config" + "undead-buffers") "Modules annotated with the load-graph header contract. Grows one batch at a time. Parity with the init.el require set is the Phase 1 exit criterion.") |
