this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Document 3am day boundary in README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

alice 7ba8de46 d77d663d

+2
+2
README.md
··· 56 56 57 57 **Summarization**: Each session is summarized focusing on outcomes - what was built, fixed, or changed. The daily summary rolls up all sessions by project into brief phrases. 58 58 59 + **Day boundary**: Days end at 3am, not midnight. Work done before 3am counts toward the previous day (aligns with typical sleep schedules). To change this, edit `getEffectiveDate()` in `src/core/session-reader.ts`. 60 + 59 61 **Storage**: Processed data is stored in `data/worklog.db` (SQLite). 60 62 61 63 ## Development