diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 16:30:20 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 16:30:20 -0500 |
| commit | 61dad3bd7b327eb0cf5bb3a6a0421a7055ed126b (patch) | |
| tree | d6461d99b3c0842880a1d10f885387587113c331 /tests/test-init-module-headers.el | |
| parent | e1789025131b048049777542a91fb7eb55195ce5 (diff) | |
| download | dotemacs-61dad3bd7b327eb0cf5bb3a6a0421a7055ed126b.tar.gz dotemacs-61dad3bd7b327eb0cf5bb3a6a0421a7055ed126b.zip | |
docs(load-graph): classify dev, diff, help, lint, and VC modules
Fifth classification batch: the development-workflow entry points and package config — coverage-core, coverage-elisp, dev-fkeys, diff-config, help-config, help-utils, flycheck-config, test-runner, vc-config. I annotated each header, added a Batch 5 table to the inventory, and extended the validation allowlist. 42 of 102 modules are now classified.
Two more hidden dependencies turned up, both about cj/custom-keymap. dev-fkeys repeats the custom-buffer-file boundp shim for its C-; P binding. flycheck-config binds (:map cj/custom-keymap ...) through use-package without requiring keybindings, so it fails to load standalone. Both recorded for the Phase 2 dependency pass.
Diffstat (limited to 'tests/test-init-module-headers.el')
| -rw-r--r-- | tests/test-init-module-headers.el | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/test-init-module-headers.el b/tests/test-init-module-headers.el index df3df728..f6c8e7ba 100644 --- a/tests/test-init-module-headers.el +++ b/tests/test-init-module-headers.el @@ -57,7 +57,17 @@ "mousetrap-mode" "popper-config" "dashboard-config" - "nerd-icons-config") + "nerd-icons-config" + ;; Batch 5 — Dev entry-points, diff, help, lint, VC (Layer 2) + "coverage-core" + "coverage-elisp" + "dev-fkeys" + "diff-config" + "help-config" + "help-utils" + "flycheck-config" + "test-runner" + "vc-config") "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.") |
