nexus/server/src
Forgotten 04f708c32e Add issue ancestors, @-mention wakeups on comments
- issueService.getAncestors() walks parent chain, returning up to 50 ancestors
- GET /issues/:id now includes ancestors array for context delivery to agents
- POST /issues/:id/comments now parses @-mentions and wakes mentioned agents

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 20:07:14 -06:00
..
__tests__ Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00
middleware Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
realtime Implement agent runtime services and WebSocket realtime 2026-02-17 12:24:43 -06:00
routes Add issue ancestors, @-mention wakeups on comments 2026-02-17 20:07:14 -06:00
services Add issue ancestors, @-mention wakeups on comments 2026-02-17 20:07:14 -06:00
types Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
app.ts Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
config-file.ts Add CLI package, config file support, and workspace setup 2026-02-17 13:39:47 -06:00
config.ts Add CLI package, config file support, and workspace setup 2026-02-17 13:39:47 -06:00
errors.ts Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
index.ts Implement agent runtime services and WebSocket realtime 2026-02-17 12:24:43 -06:00