v1.1 — Blocked Agent Protocol + Sync Check
What's new
- Blocked Agent Protocol — when an agent can't complete a task (wrong role, no terminal, resource limit), it logs
[BLOCKED], tails the other agent's mirror log, and hands off. No silent freezing. No human middleman. - 3-Strike Rule — same failure 3 times? Full stop. Tail both logs. Write
[BLOCKED-3X]. Act from context, not blind retry. - sync_check.py — run
python scripts/sync_check.pyfrom any platform to get a health report: which agents are active, when they last spoke, any open BLOCKED/STALLED entries, unresolved push requests. - Protocol template updated with rules 6-7 in the agent prompt section.
Install
Same as v1.0 — copy the agent-handshake/ folder into your project root and run python scripts/discover_agents.py --init .