Skip to content

v1.1 — Blocked Agent Protocol + Sync Check

Choose a tag to compare

@jbrick2070 jbrick2070 released this 12 Apr 08:37
· 10 commits to main since this release

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.py from 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 .