aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ai-vterm--candidates.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-ai-vterm--candidates.el')
-rw-r--r--tests/test-ai-vterm--candidates.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-ai-vterm--candidates.el b/tests/test-ai-vterm--candidates.el
index b45888cc..be9041ce 100644
--- a/tests/test-ai-vterm--candidates.el
+++ b/tests/test-ai-vterm--candidates.el
@@ -19,7 +19,7 @@
(require 'ai-vterm)
(defun test-ai-vterm--make-marker (dir)
- "Create DIR/.ai/protocols.org so DIR registers as a Claude project."
+ "Create DIR/.ai/protocols.org so DIR registers as an AI-agent project."
(let ((ai-dir (expand-file-name ".ai" dir)))
(make-directory ai-dir t)
(write-region "" nil (expand-file-name "protocols.org" ai-dir))))