Commit Graph

4 Commits

Author SHA1 Message Date
a2e8fbcf94 Fix search.ts to use normalizeTickerOrNull for optional ticker 2026-03-15 16:06:49 -04:00
5f0abbb007 Consolidate server utilities into shared module
- Add lib/server/utils/normalize.ts with normalizeTicker, normalizeTagsOrNull, nowIso, todayIso
- Add lib/server/utils/validation.ts with asRecord, asBoolean, asStringArray, asEnum
- Add lib/server/utils/index.ts re-exporting all utilities
- Remove duplicate lib/server/utils.ts (old file)
- Update all repos and files to use shared utilities
- Remove redundant ?? '' from normalizeTicker calls
- Update watchlist.ts to use normalizeTagsOrNull for null-return tags
2026-03-15 15:56:16 -04:00
12a9741eca Improve job status notifications 2026-03-09 18:53:41 -04:00
e20aba998b Add search and RAG workspace flows 2026-03-07 20:34:00 -05:00