v2.35.1 — Fix ▶ routing signal silenced by global stub
Fixed
▶routing signal silenced by global stub — the global~/.claude/CLAUDE.mdtemplate said "silently load the correct expert/playbook" which instructed the model to suppress all routing output, overriding every project-level▶exemption. Removed the word "silently" and added the exact▶format with an explicit platform-signal exemption from caveman mode/compression.- Project CLAUDE.md:
▶format now inline — the▶format is now embedded directly inCLAUDE.mdso no priorAGENTS.mdread is required before outputting the first response line.
Upgrade
In your consumer repo:
```
npx github:zafrirron/Agent-Platform --mode=upgrade
```
Also run the global stub update (fixes the root cause in your personal Claude config):
```
npx github:zafrirron/Agent-Platform --mode=global
```