落地 synastry/star/ask API 与 H5 页面,补齐 cece-frontend-re complete-design 证据文档,并加入 Android 模拟器截图抓取脚本。 Co-authored-by: Cursor <cursoragent@cursor.com>
70 lines
2.1 KiB
Markdown
70 lines
2.1 KiB
Markdown
# AI Engineering System
|
|
|
|
Machine-readable rules for Cursor / Claude Code / other agents.
|
|
**Source of truth for engineering constraints.** Prompts are helpers, not the core.
|
|
|
|
## Priority (what AI depends on most)
|
|
|
|
1. `constitution.md` — laws
|
|
2. `architecture.md` — layers
|
|
3. `domain.md` — ubiquitous language
|
|
4. `patterns/` — how to implement
|
|
5. `examples/` — copy shapes
|
|
6. `playbooks/` — step flows
|
|
7. `review.md` + `definition-of-done.md` + `checklists/`
|
|
8. `prompts/` — optional task templates
|
|
|
|
Also always: `ai-contract.md`, `forbidden.md`, `file-map.md`, `workflow.md`, `commands.md`, `adr/`.
|
|
|
|
## Tree
|
|
|
|
```
|
|
.ai/
|
|
├── constitution.md
|
|
├── architecture.md
|
|
├── tech-stack.md
|
|
├── domain.md
|
|
├── domain/
|
|
│ └── domain-map.md # DDD contexts / aggregates
|
|
├── product/
|
|
│ ├── feature-design.md # Feature Spec 强制规范
|
|
│ ├── feature-spec/ # 单功能详细设计
|
|
│ ├── feature-map.md # 愈心谷 Feature Tree
|
|
│ └── cece-feature-map.md
|
|
├── file-map.md
|
|
├── workflow.md
|
|
├── ai-contract.md
|
|
├── coding.md
|
|
├── api.md
|
|
├── database.md
|
|
├── ui.md # IA pointer → design/
|
|
├── design/ # AI Design System + reverse-engineering-spec.md
|
|
├── environment.md # Local / CI / Prod 分离
|
|
├── development.md # 本地本机开发
|
|
├── docker.md # Docker 用途边界
|
|
├── deployment.md # 生产 / CI 部署
|
|
├── testing.md
|
|
├── security.md
|
|
├── review.md
|
|
├── definition-of-done.md
|
|
├── forbidden.md
|
|
├── commands.md
|
|
├── adr/
|
|
├── patterns/
|
|
├── playbooks/
|
|
├── checklists/
|
|
├── examples/
|
|
└── prompts/ # auxiliary
|
|
```
|
|
|
|
## Cursor
|
|
|
|
`.cursor/rules|templates|commands` are **symlinks** into this directory.
|
|
Truth = `.ai/` only. See `../.cursor/README.md`.
|
|
|
|
## Evolution
|
|
|
|
See `ROADMAP.md` — Phase 2/3 (anti-patterns, metrics, gates, memory, graph, mcp, skills) are deferred on purpose.
|
|
|
|
Root entry: `AGENTS.md` · `CLAUDE.md`
|