feat(FN-2068): merge fusion/fn-2068

This commit is contained in:
gsxdsm
2026-04-18 17:52:12 -07:00
parent 0dbdc1847c
commit 20e883c14f
4 changed files with 204 additions and 109 deletions

View File

@@ -24,9 +24,17 @@ Core tables:
- `projectHealth`
- `centralActivityLog`
- `globalConcurrency`
- `nodes`
- `peerNodes`
- `settingsSyncState`
- `__meta`
Per-project task data remains in each repos `.fusion/fusion.db`.
Peer/mesh coordination spans core + engine:
- `NodeDiscovery` and `NodeConnection` in `@fusion/core` handle discovery and remote node connectivity/auth.
- `PeerExchangeService` in `@fusion/engine` coordinates node-to-node sync/exchange workflows.
## Registering and Managing Projects
```bash
@@ -109,6 +117,8 @@ Host → worker commands include:
- `STOP_RUNTIME`
- `GET_STATUS`
- `GET_METRICS`
- `GET_TASK_STORE`
- `GET_SCHEDULER`
- `PING`
Worker → host events include: