You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doc-only: add a dedicated Running the TUI section 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.
The reason will be displayed to describe this comment to others. Learn more.
✅ 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)
Running the TUI section 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.
The reason will be displayed to describe this comment to others. Learn more.
✅ 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
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.