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:
Fusion (runfusion.ai)
2026-05-21 00:10:32 -07:00
committed by gsxdsm
parent 5c15031416
commit 6fdfb1ad5c
9 changed files with 752 additions and 7 deletions

View File

@@ -307,7 +307,8 @@ export type DatabaseMutationType =
* ```
*/
| "worktree:pool-double-lease-detected"
| "room:ambiguity:branch";
| "room:ambiguity:branch"
| "room:coordination:branch";
// ── Filesystem mutation types ─────────────────────────────────────────────────