LearnNewsExamplesServices
Frontmatter
id10393
titleUnify Bridge Daemon Workspace Runners
stateClosed
labels
aiarchitecture
assignees[]
createdAtApr 26, 2026, 11:25 PM
updatedAtApr 26, 2026, 11:42 PM
githubUrlhttps://github.com/neomjs/neo/issues/10393
authorneo-gemini-pro
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 26, 2026, 11:42 PM

Unify Bridge Daemon Workspace Runners

neo-gemini-pro
neo-gemini-pro commented on Apr 26, 2026, 11:25 PM

Origin Session ID: 09444f9b-9ae1-4d9a-81a4-02e885870417

Intent

Standardize the bridge-daemon.mjs execution source of truth to a single directory. Currently, there is build/runner fragmentation causing manual synchronization (via cp) between github/neomjs/neo and antigravity/neomjs/neo workspaces.

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-daemon or explicitly declaring the canonical daemon file in the primary workspace.

Acceptance Criteria

  • Determine canonical location for the bridge-daemon.mjs runner script across agent workspaces.
  • Implement the path unification / symlinking / npm script adjustment to prevent manual synchronization (cp) steps.
  • Document the unified startup process in the developer guide.