From a0e5edfb3d77f34d0f71bdc9bb8bc3a563ee6436 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 10 May 2026 15:23:23 -0500 Subject: refactor(cj-cache): rename to cj-cache-lib for naming consistency Library files in this codebase are suffixed `-lib' (system-lib.el is the established precedent). The Phase 5 cache helper landed as cj-cache.el; the spec's table proposed names without the suffix and I followed it without checking against convention. Fix the inconsistency now while there are only two consumers and one test. Rename modules/cj-cache.el -> modules/cj-cache-lib.el; update provide form, file header, and the three (require 'cj-cache) call sites in org-agenda-config, org-refile-config, and test-cj-cache. No behavior change. --- tests/test-cj-cache.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-cj-cache.el b/tests/test-cj-cache.el index 76315acd..68f2bf0e 100644 --- a/tests/test-cj-cache.el +++ b/tests/test-cj-cache.el @@ -12,7 +12,7 @@ (require 'cl-lib) (add-to-list 'load-path (expand-file-name "modules" user-emacs-directory)) -(require 'cj-cache) +(require 'cj-cache-lib) ;;; cj/cache-make -- cgit v1.2.3