Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Community needs voiced in HN agent-UI discussions map directly to EMRG's design:
pkill -f "emrg.server"; rm -f ~/.emrg/emrgd.port; python -m emrg
```

Python: `uv run pytest tests/ -v` (472) — import check: `uv run python -c "from emrg.client.app import run_client"`
Python: `uv run pytest tests/ -v` (473) — import check: `uv run python -c "from emrg.client.app import run_client"`
GUI: `cd emrg/gui && npm test` (37: 22 daemon_client + 7 integration + 8 renderer smoke) — syntax: `node --check main.js preload.js daemon_client.js renderer/js/*.js`

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ EMRG doesn't just keep up — it catches up on its own.
git clone https://github.com/argszero/emrg.git
cd emrg
uv sync # install deps
uv run pytest tests/ -v # run tests (currently 472 items)
uv run pytest tests/ -v # run tests (currently 473 items)
uv run python -m emrg # launch TUI

# Optional: Electron GUI (non-developer entry point, Phase 3)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ HN 社区([讨论帖](https://news.ycombinator.com/item?id=49119274))对 age
git clone https://github.com/argszero/emrg.git
cd emrg
uv sync # 安装依赖
uv run pytest tests/ -v # 跑测试(当前 472 项)
uv run pytest tests/ -v # 跑测试(当前 473 项)
uv run python -m emrg # 启动 TUI

# 可选:Electron GUI(非开发者主入口,Phase 3)
Expand Down
Loading