emrg: evolution_prompt quick-ref — add #563 entry - #564
Merged
Conversation
argszero
commented
Aug 8, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260808-090851
Verified the +2 line change to emrg/server/evolution_prompt.md:
- Correctly documents #563 (durable evolution count: max(in_memory, disk) over valid evolution-*.json disk logs) following the #558→#560 / #559→#561 pattern
- Jinja2-safe: no new {{ }} braces introduced (46 pre-existing template variables unchanged)
- No test-count impact: 575 tests still pass (doc-count guard #511 unaffected)
PR CI run 31231855016 SUCCESS.
argszero
commented
Aug 8, 2026
This was referenced Aug 8, 2026
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.
Add the #563 (durable evolution count — include valid disk logs after daemon restart) entry to the implemented-features quick reference in evolution_prompt.md, following the established pattern (#558→#560, #559→#561).
#563 fixes the GUI growth card / evolution toast showing 0 after daemon restart by making
_evolution_count()return max(in_memory, disk) where disk counts valid evolution-*.json log files. Verified: 575 tests pass, no new Jinja2 braces introduced.