diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 17:01:40 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 17:01:40 -0500 |
| commit | c7f55af175c34ffc2fd55d4a4454c8cb46f59fde (patch) | |
| tree | d0365eff6612b7bab89260c6f30c325e8569386b /modules/reconcile-open-repos.el | |
| parent | cd19aa9f3cbaa7ecaedce0a7bc2343bf89e00fa4 (diff) | |
| download | dotemacs-c7f55af175c34ffc2fd55d4a4454c8cb46f59fde.tar.gz dotemacs-c7f55af175c34ffc2fd55d4a4454c8cb46f59fde.zip | |
docs(load-graph): classify remaining domain and optional modulesload-graph-classify-end
Final classification batch: the last 19 modules — linear-config, local-repository, lorem-optimum, mail-config, markdown-config, music-config, pdf-config, quick-video-capture, reconcile-open-repos, restclient-config, slack-config, system-commands, telega-config, tramp-config, transcription-config, video-audio-recording, vterm-config, weather-config, wrap-up. I annotated each header, added a Batch 9 table to the inventory, and extended the validation allowlist. 101 of 102 modules are now classified; only elfeed-config remains, deferred on its test fix.
Two more hidden dependencies turned up. video-audio-recording uses the boundp shim for its C-; r binding, and mail-config registers C-; e directly without requiring keybindings, so it errors standalone rather than degrading. Both recorded for Phase 2.
Diffstat (limited to 'modules/reconcile-open-repos.el')
| -rw-r--r-- | modules/reconcile-open-repos.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/reconcile-open-repos.el b/modules/reconcile-open-repos.el index 20a324b6..dd82ef0f 100644 --- a/modules/reconcile-open-repos.el +++ b/modules/reconcile-open-repos.el @@ -3,6 +3,15 @@ ;; ;;; Commentary: ;; +;; Layer: 3 (Domain Workflow). +;; Category: D/S. +;; Load shape: eager. +;; Eager reason: none; registers one key, but repo scanning should run on command +;; not at startup, a command-loaded deferral candidate. +;; Top-level side effects: one global key. +;; Runtime requires: cl-lib, subr-x. +;; Direct test load: yes. +;; ;; Git repository reconciliation workflow for multiple projects. The workflow ;; iterates through all git repositories in projects-dir and code-dir, skips ;; local-only repos and remotes matching `cj/reconcile-skipped-remote-regexp', |
