docs: refresh project architecture and repository rules

This commit is contained in:
Jerry
2026-07-27 17:31:21 +08:00
parent 550b339bcc
commit 8895178844
5 changed files with 211 additions and 452 deletions
+3 -2
View File
@@ -8,8 +8,9 @@ CAD Agent Studio is a two-pane web app for agent-driven CAD work:
## Setup
The app first reads the private shared configuration at `../llm.config.yaml`.
That file is Git-ignored and may use a direct `apiKey` or an environment name
in `apiKeyEnv`. It falls back to the app-local example:
The repository currently versions that configuration for the private deployment.
It may use a direct `apiKey` or an environment name in `apiKeyEnv`, and falls
back to the app-local example:
```bash
cp config/llm.config.yaml.example ../llm.config.yaml