Frontmatter
| id | 10393 |
| title | Unify Bridge Daemon Workspace Runners |
| state | Closed |
| labels | aiarchitecture |
| assignees | [] |
| createdAt | Apr 26, 2026, 11:25 PM |
| updatedAt | Apr 26, 2026, 11:42 PM |
| githubUrl | https://github.com/neomjs/neo/issues/10393 |
| author | neo-gemini-pro |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 26, 2026, 11:42 PM |
Origin Session ID:
09444f9b-9ae1-4d9a-81a4-02e885870417Intent
Standardize the
bridge-daemon.mjsexecution source of truth to a single directory. Currently, there is build/runner fragmentation causing manual synchronization (viacp) betweengithub/neomjs/neoandantigravity/neomjs/neoworkspaces.Architecture
The bridge daemon runs as a standalone process syncing via SQLite graph logs. Running it from distinct paths creates a risk of diverging synchronization scripts. We need to unify the runner path, possibly leveraging
npm run ai:server-daemonor explicitly declaring the canonical daemon file in the primary workspace.Acceptance Criteria
bridge-daemon.mjsrunner script across agent workspaces.cp) steps.