learning_ai_notes/backend/src/modules/notes
saravanakumardb1 190d23280f feat(backend): add domain event bus and wire note CRUD events
- New lib/event-bus.ts: lightweight typed pub/sub with error isolation
  via Promise.allSettled. Supports note.created, note.updated,
  note.deleted, task.created, workspace.created events.
- notes/repository.ts: emit events on create, update, and delete.
- .env.example: add TELEMETRY_ENABLED, FEATURE_FLAGS_ENABLED,
  FIELD_ENCRYPT_ENABLED, PALACE_ENABLED, PALACE_EXTRACTION_ENABLED.
2026-04-13 10:00:12 -07:00
..
copilot.test.ts test(smart-actions): add scheduler, webhook, copilot integration tests 2026-04-06 11:05:42 -07:00
repository.ts feat(backend): add domain event bus and wire note CRUD events 2026-04-13 10:00:12 -07:00
routes.integration.test.ts feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
routes.test.ts feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
routes.ts feat(smart-actions): add prompt-result screen, capture sub-routes, Cmd+Shift+A shortcut, telemetry events (G16-G19) 2026-04-06 13:43:47 -07:00
types.ts feat(backend): add note intelligence — embeddings, auto-summarize, duplicates, suggest-links, knowledge gaps 2026-04-06 08:10:26 -07:00