diff options
Diffstat (limited to '.ai/scripts/capture-guard')
| -rwxr-xr-x | .ai/scripts/capture-guard | 4 |
1 files changed, 2 insertions, 2 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) |
