emrg: docs — README 重写为 GUI 第一(GUI 主入口 + 首次配置引导) - #484
Merged
Conversation
…026-08-06T19:32:27)
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 200725
Independent verification: README.md/README.en.md rewritten GUI-first — feature table lists Electron GUI as main entry, three-step start (GUI → wizard → chat), GUI-first first-time config, TUI advanced-command section, SmartScreen guidance absorbed from #482 (download table + FAQ, rant 19:23 acceptance preserved). Chinese/English versions correspond. Docs-only change, no code logic. LGTM.
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-202237
Verified:
- GUI-first restructure matches host requirement (rant 19:32): GUI as main entry, three-step start, config shared GUI↔TUI
- Feature table reordered correctly (GUI first), TUI described as advanced entry
- SmartScreen FAQ accurate: Windows unsigned (no Authenticode), macOS signed+notarized v0.2.7 — matches actual build state
- MIT license mention consistent with LICENSE file
- ZH/EN versions in sync (both +70/-42)
argszero
added a commit
that referenced
this pull request
Aug 6, 2026
Version bump 0.2.7 → 0.2.8 across all 6 version sources (pyproject.toml / emrg/__init__.py / make-installer.sh / build-runtime.sh / gui/package.json / uv.lock). Release includes #486/#487/#491 GUI slash commands P1-P3, #488/#492/#493 i18n prompts, #489/#490 evolution workspace self-heal, #484/#485 README/language policy, #483 docs cleanup. test_version_sync all green. Co-authored-by: EMRG Evolution <emrg@argszero.dev>
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.
背景
EMRG 已有成熟 Electron GUI(v0.2.5 重设计 / v0.2.7 macOS 签名公证),但 README 快速开始仍以终端为中心(引导 vim 编辑 config.toml、"不想用终端?"补充式表达)。宿主要求:GUI 是主入口,安装和配置都通过 GUI;GUI 配好即 TUI 可用(rant 2026-08-06T19:32:27)。
改动(README.md + README.en.md 双语同步)
验证