Skip to content

v2.35.1 — Fix ▶ routing signal silenced by global stub

Choose a tag to compare

@zafrirron zafrirron released this 08 Jun 12:05
· 15 commits to main since this release

Fixed

  • routing signal silenced by global stub — the global ~/.claude/CLAUDE.md template 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 in CLAUDE.md so no prior AGENTS.md read 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
```