pub const USAGE_HINT: &str = "↳ re-target any symbol: ctx_search(action=\"symbol\", handle=\"path#name@Lstart\")";Expand description
One-line, self-describing usage hint (GL#580) for outputs that list located
symbols (outline, signatures/map, call-graph). Rather than repeat a full
handle on every line — the file/name/line are already shown — these outputs
carry this single hint telling the agent that each name @Lstart is
addressable as a stable handle. Matches the codebase’s ↳ … hint style and
is a constant, so it stays deterministic (#498).