Skip to content

Commit d1444f6

Browse files
committed
Update docs
1 parent bbbdd69 commit d1444f6

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
**Coordination protocol for agent-first teams. No UI. No sprints. No Jira. Just state sync.**
88

9-
![Swarm Protocol](docs/welcome.png)
10-
119
**Status: Alpha — building in public. [19 MCP tools](#all-19-tools) implemented, integration tests passing.**
1210

1311
## The Coordination Loop
@@ -74,10 +72,10 @@ See [LANDSCAPE.md](docs/LANDSCAPE.md) for the full competitive breakdown.
7472

7573
| Primitive | What It Does |
7674
|-----------|-------------|
77-
| **Intent** | A unit of desired outcome — not a ticket. Lifecycle: `draft → open → claimed → done`. Has constraints, acceptance criteria, and dependency chains. |
78-
| **Claim** | "I'm working on this." Tracks which files are being touched. Includes heartbeat — claims with no heartbeat for 30 min get flagged as stale. |
79-
| **Signal** | Event notification: completion, blocked, conflict, info. When a completion signal fires, dependent intents auto-unblock. |
80-
| **Context Package** | Everything an agent needs to start work — intent, dependencies, active claims on overlapping files, recent signals, team conventions — assembled in one call via `get_context`. Solves the state handoff problem: when Agent A completes work, the structured output travels with the task so Agent B gets a stable input contract, not just "the file changed." Sequential dependency chains require this — Agent B's correctness depends on Agent A's output schema being stable across runs. |
75+
| 🎯 **Intent** | A unit of desired outcome — not a ticket. Lifecycle: `draft → open → claimed → done`. Has constraints, acceptance criteria, and dependency chains. |
76+
| 🔒 **Claim** | "I'm working on this." Tracks which files are being touched. Heartbeat every 10-15 min — stale claims get flagged. |
77+
| **Signal** | Event notification: completion, blocked, conflict. When a completion signal fires, dependent intents auto-unblock. |
78+
| 📦 **Context Package** | Everything an agent needs to start work — assembled in one call via `get_context`. Solves state handoff: structured output travels with the task so Agent B gets a stable input contract, not just "the file changed." |
8179

8280
## Architecture
8381

docs/welcome.png

-2.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)