Forráskód Böngészése

docs: split README guidance by audience

Tianyi Cui 3 hónapja
szülő
commit
0853f52f49
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      README.md

+ 3 - 1
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).