feat: persistent work journal with auto-snapshots and context recovery#5
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: persistent work journal with auto-snapshots and context recovery
Jira Ticket number and link
Ticket No: #2
Ticket link: #2
Ticket No: #1
Ticket link: #1
Type of Change
Description
• Adds persistent work journal system (
src/core/work-journal.ts) that stores work snapshots locally in~/.config/devdaily/journal/with search, merge, and cross-project aggregation• Implements automatic snapshot capture (
src/core/auto-snapshot.ts) that runs afterstandup,pr, andweekcommands with optional git hooks for post-commit/post-checkout triggers• Introduces new commands:
devdaily snapshotfor manual captures,devdaily contextfor work recovery, anddevdaily recallfor searching work history• Refactors standup generation with
src/core/standup-context.tsfor richer factual signals and better context building• Closes #2
• Closes #1
Impact
Transforms devdaily from a stateless CLI tool into a persistent work memory system that tracks development context across sessions, enabling developers to recover work state after interruptions and maintain project continuity across days and context switches.
Additional Information
This release includes a production-grade README rewrite, comprehensive test coverage increase from 580 to 654 tests, and new configuration schema with journal settings. The work journal respects privacy by storing data locally only.
Checklist