From 61dad3bd7b327eb0cf5bb3a6a0421a7055ed126b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 24 May 2026 16:30:20 -0500 Subject: docs(load-graph): classify dev, diff, help, lint, and VC modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- modules/coverage-core.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/coverage-core.el') diff --git a/modules/coverage-core.el b/modules/coverage-core.el index 47e891e6..0a8b2464 100644 --- a/modules/coverage-core.el +++ b/modules/coverage-core.el @@ -2,6 +2,15 @@ ;; author: Craig Jennings ;;; Commentary: +;; +;; Layer: 2 (Core UX). +;; Category: C/L. +;; Load shape: eager. +;; Eager reason: the F7 coverage entry point and the backend registry. +;; Top-level side effects: one global key (F7). +;; Runtime requires: seq, subr-x, system-lib. +;; Direct test load: yes. +;; ;; Language-agnostic core for diff-aware coverage reporting. ;; ;; Reads an LCOV file, invokes git diff at a selectable scope, -- cgit v1.2.3