diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 16:32:07 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 16:32:07 -0500 |
| commit | 2efd3ff6ffb5682bc7b4e195c2d2f0055660afcd (patch) | |
| tree | 050998db55ffdc44c4c00ffed85124b30247c216 /tests/test-init-module-headers.el | |
| parent | 1a2401d7aad88bdcd15f3eddab69ff318c86afd6 (diff) | |
| download | dotemacs-2efd3ff6ffb5682bc7b4e195c2d2f0055660afcd.tar.gz dotemacs-2efd3ff6ffb5682bc7b4e195c2d2f0055660afcd.zip | |
docs(load-graph): classify programming modules
Sixth classification batch: prog-general plus the language modules — prog-c, prog-go, prog-lisp, prog-python, prog-webdev, prog-json, prog-yaml, prog-shell, prog-training. I annotated each header, added a Batch 6 table to the inventory, and extended the validation allowlist. 52 of 102 modules are now classified.
prog-general owns the shared defaults and tree-sitter/LSP policy and stays eager. The language modules are eager only by init order and should load by major mode, so they're tagged Phase 6 deferral candidates. prog-shell's after-save executable hook is the one side effect worth scoping. No new hidden dependencies.
Diffstat (limited to 'tests/test-init-module-headers.el')
| -rw-r--r-- | tests/test-init-module-headers.el | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/test-init-module-headers.el b/tests/test-init-module-headers.el index f6c8e7baf..7ab99448a 100644 --- a/tests/test-init-module-headers.el +++ b/tests/test-init-module-headers.el @@ -67,7 +67,18 @@ "help-utils" "flycheck-config" "test-runner" - "vc-config") + "vc-config" + ;; Batch 6 — Programming modules (Layer 2-4) + "prog-general" + "prog-c" + "prog-go" + "prog-lisp" + "prog-python" + "prog-webdev" + "prog-json" + "prog-yaml" + "prog-shell" + "prog-training") "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.") |
