diff options
Diffstat (limited to '.ai/scripts')
| -rwxr-xr-x | .ai/scripts/capture-guard | 4 | ||||
| -rw-r--r-- | .ai/scripts/tests/capture-guard.bats | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.ai/scripts/capture-guard b/.ai/scripts/capture-guard index 1958309..52f4e06 100755 --- a/.ai/scripts/capture-guard +++ b/.ai/scripts/capture-guard @@ -5,8 +5,8 @@ # Editing a file on disk while Emacs has an indirect org-capture buffer # cloned from it reverts the base buffer underneath the capture, wedging it: # the capture can no longer finalize cleanly with C-c C-c, and a freshly-typed -# item can be lost or written back against post-edit content. inbox-zero -# Phase D edits ~/org/roam/inbox.org, the file Craig captures into constantly, +# item can be lost or written back against post-edit content. inbox.org +# roam mode Phase D edits ~/org/roam/inbox.org, the file Craig captures into constantly, # so it calls this guard first. See claude-rules/emacs.md. # # Usage: capture-guard [TARGET_FILE] (default ~/org/roam/inbox.org) diff --git a/.ai/scripts/tests/capture-guard.bats b/.ai/scripts/tests/capture-guard.bats index 12ecb83..2bfee61 100644 --- a/.ai/scripts/tests/capture-guard.bats +++ b/.ai/scripts/tests/capture-guard.bats @@ -2,7 +2,7 @@ # # Tests for claude-templates/.ai/scripts/capture-guard — detects live # org-capture buffers visiting a target file before a workflow edits that -# file on disk (the roam inbox, in inbox-zero Phase D). Editing the file +# file on disk (the roam inbox, in inbox.org roam mode Phase D). Editing the file # underneath an indirect org-capture buffer wedges the capture (see emacs.md). # # Contract under test: |
