docs: compact README guidance

This commit is contained in:
Tianyi Cui
2026-06-14 10:50:10 +08:00
parent c3a3b6ae41
commit 40298c2847
+1 -3
View File
@@ -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/).