chore: seal Design Vision v1 and monorepo scaffold

Archive the differentiated YuXinGu product docs, AI engineering system,
design contract, and Go/Vue scaffold. Next execution prioritizes Cece-parity
over early innovation (see .ai/product/STRATEGY.md).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-02 16:00:44 +08:00
co-authored by Cursor
parent 2686866376
commit 2fb1dfee14
193 changed files with 8854 additions and 1851 deletions
+31
View File
@@ -0,0 +1,31 @@
# CONTRIBUTING
## AI-first
This project is driven by the **AI Engineering System** under [`.ai/`](.ai/).
Agents must load [AGENTS.md](AGENTS.md) and `.ai/*` before coding.
Human product docs (PRD, business) stay in `apps/docs/`.
Do **not** treat `apps/docs/standards/` as the source of truth — it only points here for history.
## Local
```bash
# optional CN Go proxy
export GOPROXY=https://goproxy.cn,direct
cd apps/api && go mod tidy && go run ./cmd/server
npm install && npm run dev:h5
docker compose -f deploy/docker-compose.yml up -d # postgres
```
## Git
Trunk-Based: short `feature/*` / `fix/*` into `main`.
Commits: Conventional Commits (`feat:`, `fix:`, `docs:`, …).
## PR
- One feature point.
- Include Review checklist results when AI-assisted.
- API changes update `proto/openapi.yaml`.