feat(FN-5425): add coordination notice system for multi-agent room task fil
Adds a `room-coordination.ts` helper module for multi-agent coordination messaging, wires coordination notices into the agent heartbeat path, and ships tests plus documentation for the feature. A changeset prepares the `@runfusion/fusion` package for release. Fusion-Task-Id: FN-5425
This commit is contained in:
committed by
gsxdsm
parent
5c15031416
commit
6fdfb1ad5c
@@ -307,7 +307,8 @@ export type DatabaseMutationType =
|
||||
* ```
|
||||
*/
|
||||
| "worktree:pool-double-lease-detected"
|
||||
| "room:ambiguity:branch";
|
||||
| "room:ambiguity:branch"
|
||||
| "room:coordination:branch";
|
||||
|
||||
// ── Filesystem mutation types ─────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user