From 219018602f817bffedbb3d157fd9267d21f97098 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 24 May 2026 16:32:07 -0500 Subject: docs(load-graph): classify programming modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- modules/prog-python.el | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules/prog-python.el') diff --git a/modules/prog-python.el b/modules/prog-python.el index 5f9a4175..d8556c4d 100644 --- a/modules/prog-python.el +++ b/modules/prog-python.el @@ -2,6 +2,17 @@ ;; author Craig Jennings ;;; Commentary: +;; +;; Layer: 3 (Domain Workflow). +;; Category: D/P. +;; Load shape: eager. +;; Eager reason: none necessary; currently eager but should load by Python major +;; mode (Phase 6 deferral candidate). +;; Top-level side effects: package configuration via use-package; warns at load +;; if pyright is missing. +;; Runtime requires: system-lib. +;; Direct test load: yes. +;; ;; Python programming environment with LSP, tree-sitter, and formatting. ;; ;; Installation: -- cgit v1.2.3