From 3805128015688f057eefb7cc82a2a0f0ac67bba2 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 15 Jun 2026 10:24:40 -0500 Subject: 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/. --- modules/signal-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/signal-config.el') diff --git a/modules/signal-config.el b/modules/signal-config.el index 7e980b62..86cb523c 100644 --- a/modules/signal-config.el +++ b/modules/signal-config.el @@ -339,7 +339,7 @@ that on first use." map) "Signel \"Messages\" prefix keymap, bound under `C-; M'. Leaves =l= unbound for now -- the future =cj/signel-link= command lands -in a later pass. See =docs/design/signal-client.org= scope summary.") +in a later pass. See =docs/specs/signal-client-spec-doing.org= scope summary.") ;; Register the messages prefix under C-; M via the documented helper. ;; keybindings.el owns cj/custom-keymap; the (require 'keybindings) above -- cgit v1.2.3