#!/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" "$@"