diff --git a/Agent.md b/Agent.md index d76c3bc..e611e19 100644 --- a/Agent.md +++ b/Agent.md @@ -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 diff --git a/README.en.md b/README.en.md index 9721964..28d7ddd 100644 --- a/README.en.md +++ b/README.en.md @@ -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) diff --git a/README.md b/README.md index be587b6..dcfe6d1 100644 --- a/README.md +++ b/README.md @@ -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)