Add new project detection with ๐ flag for first appearances
- Add isNewProject() and getNewProjectsForDate() DB queries
- Integrate new project detection into brag summary pipeline
- Strip date prefixes from src/tries/ project names at source
- Add isNew flag to daily summary projects for UI display
- Update CLAUDE.md with monorepo path and summary quality docs
Projects in src/tries/ often have date prefixes (2025-12-15-todo-app)
which the LLM would shorten. Now handled at the source instead of
fuzzy matching in the summarizer.
๐ค Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>