Your agents already generate the knowledge. RelayRoom 0.5.0 closes the loop.
0.5.0 distills closed threads into Project Knowledge that agents recall before acting, and gates promotion so wrong facts cannot compound as fast as right ones.
Tag: mcp Clear
0.5.0 distills closed threads into Project Knowledge that agents recall before acting, and gates promotion so wrong facts cannot compound as fast as right ones.
Running agents from git worktrees exposed an identity problem: every agent appeared as the same part. Claude's local MCP scope is keyed by the repo root.
Loop engineering is about designing systems that keep agents moving instead of prompting them at every turn. RelayRoom fits a narrower coordination layer.
While building RelayRoom with RelayRoom, we found a missing primitive: agents could address parts, but had no tool to discover which parts existed.
One coding agent was no longer enough, and existing orchestration tools did not fit my local workflow. So I started building RelayRoom with tmux and MCP.