diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-15 10:24:40 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-15 10:24:40 -0500 |
| commit | 3805128015688f057eefb7cc82a2a0f0ac67bba2 (patch) | |
| tree | 734eefab040d1e6ad3553778dde861f088f9de27 /modules/cj-cache-lib.el | |
| parent | 032909a444a228bde2ec80004512a9d6bddb44d1 (diff) | |
| download | dotemacs-3805128015688f057eefb7cc82a2a0f0ac67bba2.tar.gz dotemacs-3805128015688f057eefb7cc82a2a0f0ac67bba2.zip | |
docs: move specs to docs/specs/ with lifecycle-status filenames
Separate the 27 formal specs from working notes. Specs move to docs/specs/, notes stay in docs/design/. Each spec carries its lifecycle in the filename (-spec, -spec-doing, -spec-implemented, -spec-superseded) plus an authoritative ID and STATUS property drawer. The status came from checking each spec against the code, not the doc's own field: 6 implemented, 8 in progress, 12 not started, 1 superseded.
Inbound links become org-id links so future status renames don't break them; code-comment paths repoint to docs/specs/. Working notes, inventories, reviews, and brainstorms stay in docs/design/.
Diffstat (limited to 'modules/cj-cache-lib.el')
| -rw-r--r-- | modules/cj-cache-lib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cj-cache-lib.el b/modules/cj-cache-lib.el index 9aad51a3..dc38b483 100644 --- a/modules/cj-cache-lib.el +++ b/modules/cj-cache-lib.el @@ -10,7 +10,7 @@ ;; ;; Used by org-agenda-config and org-refile-config which previously ;; carried parallel hand-rolled implementations of this exact shape. -;; See docs/design/cache-helper-design.org for the API contract, +;; See docs/specs/cache-helper-design-spec-implemented.org for the API contract, ;; consumer migration shape, and rationale for the deliberate "nil ;; cached value reads as invalid" decision. ;; |
