From 40298c28472317e1851fa7a9a0dcea14df0fe3b7 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Sun, 14 Jun 2026 10:46:17 +0800 Subject: [PATCH] docs: compact README guidance --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index aa5cceb162..75e879669b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,4 @@ yarn demo:echo # runnable echo-agent example (no API key needed) yarn demo:coding # the real DeepSeek coding agent (needs DEEPSEEK_API_KEY) ``` -For agent instructions see [AGENTS.md](AGENTS.md). For the architecture design see [docs/architecture.md](docs/architecture.md). Each subdirectory has its own README.md with local context: [packages/](packages/), [vendor/](vendor/). - -For local setup, hooks, environment variables, and quality gates, see the [development guide](docs/development.md). +For humans, start with the [development guide](docs/development.md) for local setup, hooks, environment variables, and quality gates, then read the [architecture design](docs/architecture.md) before package work. For agents, follow [AGENTS.md](AGENTS.md). Local context lives in [packages/](packages/) and [vendor/](vendor/).