Commit Graph

10 Commits

Author SHA1 Message Date
Kazuma 0dac8128bd phase-9: domain-driven architecture complete
- Restructured server layer with 5 domains: shared, screener, portfolio, calls, finance
- Migrated 58 TypeScript files to domain-driven structure
- Updated CLAUDE.md with new architecture documentation
- Added .gitignore rules for .md files (except CLAUDE.md)
- Removed unused CatalystAnalyst import from app.ts
- Fixed lint errors: removed unused imports, fixed regex escape, added console suppressions
- Verified no sensitive data in git history
- Server code compiles cleanly with TypeScript strict mode
2026-06-06 22:55:43 -04:00
Kazuma 09f2444157 phase-8g: add sqllite. 2026-06-06 22:55:43 -04:00
Kazuma ca449b4300 phase-8g: rate limiting and update readme doc 2026-06-06 22:55:43 -04:00
Kazuma 8bdcb422aa phase-8f: persistant cache locally 2026-06-06 22:55:43 -04:00
Kazuma 7f2108129a phase-8:server code enhancements. 2026-06-06 22:55:43 -04:00
Kazuma 7cb1b03fd5 phase-7_alpha: legacy code cleanup 2026-06-06 22:55:43 -04:00
Kazuma 5b32bd7a04 phase-7: code restructure 2026-06-06 22:55:43 -04:00
Kazuma de8427d578 phase-5: code maintenance 2026-06-06 22:55:43 -04:00
Kazuma f5a338fc4e phase-2: extract shared utils 2026-06-06 22:55:43 -04:00
Kazuma 96e48aebe5 phase-1: optimize code 2026-06-06 22:55:43 -04:00