From f3f5bfd651962934b230785d5a3449b738ce44ed Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 28 Jul 2026 19:53:45 -0500 Subject: refactor(sentry): call one loop cycle a cycle, not a fire I read "nine fires" as nine emergencies and went looking for what was burning. The word reaches me directly, since digest headings render as Fire 11 in the anchor I read every morning. 72 noun-sense instances in sentry.org become "cycle". The four verb-sense uses stay, because firing is the right word for a trigger. home proposed "pass" and I turned it down. sentry.org already uses that as a numbered noun for the eleven hygiene passes, so "Pass 11" would have collided with a referent in the same file. home confirmed it by walking into exactly that: its anchor ended up carrying "Pass 11" three lines from "pass 12". "Cycle" appears nowhere in the file, and it is the word I reached for myself when I flagged the problem. Three more instances lived outside sentry.org: wrap-it-up.org, todo-cleanup.el, and its test. All three named a sentry cycle, so they move too and the vocabulary stays consistent across files. --- .ai/scripts/tests/test-todo-cleanup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ai/scripts/tests') diff --git a/.ai/scripts/tests/test-todo-cleanup.el b/.ai/scripts/tests/test-todo-cleanup.el index a92d238..1e964b3 100644 --- a/.ai/scripts/tests/test-todo-cleanup.el +++ b/.ai/scripts/tests/test-todo-cleanup.el @@ -1086,7 +1086,7 @@ line) is left untouched — the strip stops at the first non-planning line." ;; ;; todo-cleanup rewrites todo.org in place and left no copy behind, while both ;; sibling org-mutators back up to /tmp first. It is also the one that runs most -;; often (every wrap, every sentry fire). Emacs's own backup does not fire under +;; often (every wrap, every sentry cycle). Emacs's own backup does not fire under ;; --batch -q, so there was genuinely no undo short of git. (ert-deftest tc-backup-written-before-a-real-mutation () -- cgit v1.2.3