aboutsummaryrefslogtreecommitdiff
path: root/claude-templates/bin/agent-page
blob: 728ee78f823eebf49ee778f884b3f5d0d001793e (plain)
1
2
3
4
5
6
7
8
9
10
11
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" "$@"