aboutsummaryrefslogtreecommitdiff
path: root/claude-templates/bin/agent-page
diff options
context:
space:
mode:
Diffstat (limited to 'claude-templates/bin/agent-page')
-rwxr-xr-xclaude-templates/bin/agent-page12
1 files changed, 12 insertions, 0 deletions
diff --git a/claude-templates/bin/agent-page b/claude-templates/bin/agent-page
new file mode 100755
index 0000000..728ee78
--- /dev/null
+++ b/claude-templates/bin/agent-page
@@ -0,0 +1,12 @@
+#!/bin/bash
+# agent-page — deprecated alias for agent-text.
+#
+# The Signal phone tool was renamed agent-text on 2026-07-20, when the
+# notification vocabulary split into "text me" (Signal) and "page me" (desktop).
+# This shim keeps old callers and other machines working until they re-install
+# and pick up agent-text directly. Remove it in a later cleanup once nothing
+# references agent-page.
+#
+# Source: ~/code/rulesets/claude-templates/bin/agent-page
+
+exec "$(dirname "$(readlink -f "$0")")/agent-text" "$@"