Cost Booster Route Wraps and reports how many tasks the 3-tier router classified as Agent Booster (Tier 1) eligible. Tier 1 bypasses run as WASM transforms — no LLM call, structurally $0 cost. When to use Before a batch of similar tasks, or when shows Sonnet/Opus spend on descriptions that look like simple transforms ( , , , , , ). Steps 1. Collect tasks — single arg or recent entries from via . Cap batch at 50. 2. Route each — call with the description; capture the full response string. 3. Partition — group by whether the response contains the literal (Tier 1) vs. not (Tier 2/3). Extract whe…