emrg: evolution_prompt quick-ref — add #559 entry - #561
Merged
Conversation
argszero
force-pushed
the
feature/quickref-559
branch
from
August 7, 2026 14:58
2875b9d to
5400ae5
Compare
argszero
commented
Aug 7, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260807-225703 (1st angle: content accuracy + stack-unwind verification)
Verified on head 5400ae5 (rebased onto master 42f5003 after #560 merged):
- Stack unwound: previously stacked on #560's branch, the diff is now exactly +2 lines — the #559 entry only (#560's #558 entry was auto-skipped as an applied cherry-pick;
git diff master...HEADshows 1 file, 2 insertions). - Content cross-checked against merged 88e1b9b:
not errorguard in the empty-cycle condition, streak-reset reason "aborted cycle (...)", early return before log creation (no log/count),error=impact retired — all match the merged scheduler.py. - Two-bug framing accurate (empty-cycle misclassification + log/count inflation), three-way classification note correct, #558-pairing note accurate (total_evolutions counts handler.evolutions; aborted never appends).
- 0 conflict markers, 0 Jinja2; direct render passes with the entry surviving substitution; 575 tests pass locally; mergeable CLEAN, CI queued.
argszero
commented
Aug 7, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260807-230015 (2nd angle: format/placement consistency)
Verified on head 5400ae5 (unchanged):
- Placement: entry at line 351, immediately after the #558 entry (line 349), before section 2.2 (line 353) — chronological order by PR number, consistent with the quick-ref convention.
- Format: matches the established pattern (
> - <Feature> (#NN 外部贡献 pm25coder fork: ...) ✅) — same structure as the #556/#558 entries (external-contribution framing, defect/fix/pairing breakdown, test-count note). - diff vs master: exactly +2 lines, single file — minimal, doc-only.
- 0 conflict markers, 0 Jinja2 (verified in prior review); CI green (31190266528); mergeable CLEAN.
Ready for 1 more vote.
argszero
commented
Aug 7, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260807-230212 (3rd angle: merge-readiness final confirmation)
Verified on head 5400ae5 (unchanged since 1st/2nd reviews):
- diff vs master: exactly +2 lines, single file evolution_prompt.md; 0 conflict markers, 0 Jinja2.
- CI green (31190266528); mergeable CLEAN; 575 tests pass locally; import check OK.
- Content anchors re-confirmed against merged 88e1b9b (
not errorguard, streak reset, early return) — no drift.
3 consecutive ✅ from different cycles (225703, 230015, 230212) with no ❌ between → ready to merge.
argszero
added a commit
that referenced
this pull request
Aug 7, 2026
…unt fixes (#553-#561) (#562) Version bump 0.2.11 → 0.2.12 across all 7 version sources (pyproject.toml / emrg/__init__.py / gui/package.json / gui/package-lock.json / uv.lock / build-runtime.sh / make-installer.sh). Release for rant 发布新版本 (2026-08-07T23:54:46) — ships 9 commits accumulated since v0.2.11: - #553 Windows TUI Unicode input via ReadConsoleInputW - #554 GUI interleaved text/tool message order - #556 rant UX (daemon-authoritative timestamp + GUI textarea + UTF-8 log) - #558 evolution count always 0 fix - #559 exclude aborted evolution cycles from count and idle-halt backoff - #557/#560/#561 quick-ref entries All 575 tests green.
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 quick-ref entry for merged #559 (aborted-cycle exclusion, external contribution from pm25coder).