Loom
Demonstrated persistent context, task routing, recovery checkpoints, and evidence-bound completion.
Archive only
Loom proved that agents need task ownership, checkpoints, routing, and recovery. Current CREATE SOMETHING repo work now uses Linear as the source of truth for tracked ownership, status, and evidence.
The archive separates current authority, durable lessons, and legacy reference in one inspectable sequence.
Loom is historical proof of the coordination problem. Linear is the source of truth for current tracked ownership, status, and evidence.
The archive is valuable because it makes three durable coordination requirements inspectable.
Context must survive when sessions end or ownership changes.
Agent choice needs the task, cost, and proof surface.
Done must survive outside the chat window.
# Historical MCP reference
loom work "Fix authentication bug" --agent claude-code
loom checkpoint "JWT validation implemented"
loom route lm-abc --strategy cheapest
loom complete lm-abc --evidence "commit abc123"
# Current repo coordination uses Linear.Install commands, tool names, and the original comparison remain here for historical MCP users and design evidence.
Install with the retained Cursor deep link Open legacy installernpx --yes @createsomething/loom-mcp {"mcpServers":{"loom":{"command":"npx","args":["@createsomething/loom-mcp"]}}} codex mcp add loom --command "npx @createsomething/loom-mcp" npm install -g @createsomething/loom-mcp loom_workloom_createloom_spawnloom_readyloom_completeloom_routeloom_agentsloom_analyticsloom_record_executionloom_checkpointloom_resumeloom_get_resume_briefloom_update_contextloom_formulasloom_discussloom_verify_plan| Feature | Beads | Gas Town | Loom |
|---|---|---|---|
| Multi-agent coordination | No | No | Yes |
| Smart routing | No | Basic | Yes |
| Session memory | No | Yes | Yes |
| Crash recovery | No | Yes | Yes |
| Git sync | Yes | No | Yes |
| Ground integration | No | No | Yes |
| Cost optimization | No | No | Yes |
Use this page to understand the coordination lesson. Use Linear-backed workflows for current ownership and evidence, or inspect the archive directly when historical implementation detail matters.