learning_ai_notes/backend/src/modules
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
..
ecosystem-phase1 fix(notes): preserve phase1 transcript event lineage 2026-04-03 17:40:59 -07:00
ecosystem-phase3 feat(phase3): wire notelett trail import route 2026-04-04 00:33:38 -07:00
intake fix(intake): support comma-separated status filter in GET /intake/jobs — fixes mobile polling contract mismatch 2026-04-06 20:48:26 -07:00
note-agent-actions feat(backend): add note-prompts module with Smart Actions LLM integration 2026-04-06 08:01:42 -07:00
note-artifacts fix(backend): fix trackEvent call signature and route registration tests 2026-03-31 01:00:32 -07:00
note-collaborators fix(test): resolve all TS lint errors in note-collaborators routes test — properly typed mock fns 2026-04-06 20:56:20 -07:00
note-prompts feat(intake): add URL intake pipeline — classifier, extractors, rules engine, routes, 6 new prompt templates (27 total), 26 new tests 2026-04-06 20:28:36 -07:00
note-relationships fix(backend): fix trackEvent call signature and route registration tests 2026-03-31 01:00:32 -07:00
note-shares fix(note-shares): treat expired shares as not found 2026-03-31 13:05:30 -07:00
note-tasks fix(backend): fix trackEvent call signature and route registration tests 2026-03-31 01:00:32 -07:00
note-versions feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
notes feat(backend): add domain event bus and wire note CRUD events 2026-04-13 10:00:12 -07:00
palace fix(palace): pass stripped plainText to extractor instead of raw HTML 2026-04-10 01:42:00 -07:00
saved-views feat: add DELETE endpoints, role enforcement, telemetry and feature flags 2026-03-29 20:47:12 -07:00
workspaces feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00