Skip to content

feat: add bridge mode navigation and TypeScript infrastructure#18

Merged
khaliqgant merged 7 commits into
claude/multi-project-agent-sockets-prSdqfrom
claude/resolve-merge-conflicts-eJaFN
Dec 25, 2025
Merged

feat: add bridge mode navigation and TypeScript infrastructure#18
khaliqgant merged 7 commits into
claude/multi-project-agent-sockets-prSdqfrom
claude/resolve-merge-conflicts-eJaFN

Conversation

@khaliqgant

Copy link
Copy Markdown
Member
  • Add "Open Dashboard" navigation for projects in bridge command palette
  • Add project dashboard route (/project/:id) with context detection
  • Add dashboard buttons to project cards and sidebar for quick navigation
  • Add "Back to Bridge" link in project dashboard view
  • Add "Message Lead" button on project cards
  • Add "Go to Bridge" command in main dashboard command palette
  • Create TypeScript infrastructure for bridge frontend (types, state, app)
  • Update build scripts to compile both dashboard and bridge frontend

claude and others added 7 commits December 25, 2025 11:26
- POST /api/spawn - Create new agent with name, cli, task
- GET /api/workers - List active spawned workers
- DELETE /api/workers/:name - Release a worker

Enable with: agent-relay up --spawn
- Remove --spawn flag requirement, API always enabled
- Rename /api/workers to /api/spawned for consistency
- Update response field from 'workers' to 'agents'
…ets-RCkNs

Add Bridge & Staffing design for multi-project orchestration
Resolved merge conflicts by keeping PR branch's bridge/spawn implementation.
Also moved app.js and app.js.map to .gitignore as they are build artifacts
that should be generated at build/publish time, not tracked in git.
@khaliqgant khaliqgant changed the base branch from main to claude/multi-project-agent-sockets-prSdq December 25, 2025 17:09
@khaliqgant khaliqgant merged commit 6068139 into claude/multi-project-agent-sockets-prSdq Dec 25, 2025
1 of 6 checks passed
@khaliqgant khaliqgant deleted the claude/resolve-merge-conflicts-eJaFN branch December 25, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants