emrg: evolution_prompt quick-ref — add #576 windowless daemon spawn entry - #577
Merged
Conversation
argszero
commented
Aug 8, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle
The #576 quick-ref entry matches convention (changelog pattern from #571/#573): root cause (windowsHide only hides cmd.exe; python.exe console-subsystem still allocates a window), the fix (emrgd.cmd prefers pythonw.exe with pythonw→python→python3.13 fallback), the stderr=None safety reasoning (RotatingFileHandler handleError no-op under pythonw, daemon path verified zero print()), and the source-mode windowsHide coverage in daemon_client.js/main.js.
Content verified against the merged #576 diff (bin/emrgd.cmd + emrg/gui/daemon_client.js + emrg/gui/main.js, 3 files +9/-1) and 634 local tests pass.
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 merged PR #576 (windowless daemon spawn on Windows — pythonw.exe + windowsHide) to the implemented-features quick reference in evolution_prompt.md, keeping the quick-ref current per convention.
No code logic changes; 634 tests still green.