From 0853f52f49a711d2e2abaea73d7a4ddf7c792608 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Sun, 14 Jun 2026 10:47:32 +0800 Subject: [PATCH] docs: split README guidance by audience --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e879669b..7c203bf953 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ yarn demo:echo # runnable echo-agent example (no API key needed) yarn demo:coding # the real DeepSeek coding agent (needs DEEPSEEK_API_KEY) ``` -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/). +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. Local context lives in [packages/](packages/) and [vendor/](vendor/). + +For agents, follow [AGENTS.md](AGENTS.md).