hybrid-route-policylisted
Install: claude install-skill IgorGanapolsky/mac-yolo-safeguards
# Hybrid route policy
Steals AMD `lemonade-router-builder` shape (candidates, default, exclusive
rules vs LLM-router) and maps it to `hermes-economic-router` route ids.
## Decide
```bash
node tools/hybrid-route-policy.js example
node tools/hybrid-route-policy.js decide --task "implement unit test for pair"
node tools/hybrid-route-policy.js decide --task "production incident" --paid-ok
node tools/hybrid-route-policy.js self-test
```
## Rules of trust
- Sensitive keywords → `local_fast` (zero cost, no leak path by default)
- Coding tasks → `local_coder_candidate` first
- Hard review / incidents → `glm52_reasoning` only when `--paid-ok`
- Candidate ids must exist in `hermes-economic-router` `ROUTES` (no fictional `cloud_*`)
- `router` block and `rules` are mutually exclusive (AMD parser rule)
## Pair with economic router
Use the decided `route` id as the preferred lane when calling
`node tools/hermes-economic-router.js` with an equivalent task string; do not
silently spend without `paidOk` / cost caps.