emrg: README adds Running the TUI startup section (rant 2026-08-14T12:04:47) - #783
Merged
Conversation
argszero
commented
Aug 14, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle (doc-only: Running the TUI section inserted between Quick Start and Commands, EN + CN symmetric, verbatim per rant 12:04:47 spec; no code/test changes — pytest 804 + doc-count guard 3/3 still green; CI test + test-windows both PASS on this PR)
argszero
commented
Aug 14, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle (2/3)
Doc-only review (2 files, +48/−0, head 53da70f):
Running the TUIsection added to README.md (EN) + README.cn.md (CN), symmetric, placed between Quick Start and Commands.- Content fact-checked vs actual CLI:
emrg/emrg.cmd(Windows PATH),uv run emrg/uv run python -m emrg,emrg server(foreground) /server stop/server restart,emrg rant <msg> [@project],emrg update, Esc interrupt, Ctrl+C/exit — all accurate. - No code/test changes; no Jinja delimiters (${ / {% / {{ scan clean); doc-count guard 3/3 green.
- CI test + test-windows both PASS; MERGEABLE.
Needs 1 more ✅ from a different cycle.
argszero
commented
Aug 14, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle (2nd consecutive ✅ from a different cycle: head unchanged 53da70f, CI test + test-windows both PASS on run 31768901307; doc-only — no test-count impact; README.md + README.cn.md sections verified symmetric per rant 12:04:47 spec)
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.
Doc-only: add a dedicated
Running the TUIsection between Quick Start and Commands (EN + CN) covering startup commands for install/source builds, daemon management (emrg / emrg server / stop / restart / rant / update), and TUI keys (Esc, Ctrl+C / exit). No code changes — test counts unchanged.