dev-manager-tauri/docs/templates/project-brief.md.tmpl
lanrtop 0552180e45 docs(blueprint): agent 友好基础设施方案 + 炼境自身接入包 + 蓝图规范 v1.8.0
- CONVENTIONS.md v1.8.0:蓝图定位为意图层,files 字段变可选,status/progress 从 git 推断
- 新增 agent-infrastructure 模块(concept):接入包 v2,扫描→确认→生成三件套
- AGENTS.md.tmpl 注入四支柱 + T1-T4 防腐元规则
- 炼境自身接入自己的包:AGENTS.md + docs/ai-context/ + .claude/rules/
- docs/templates/ 三件套模板:agents-meta-rules / project-brief / project-context
2026-06-29 16:38:45 +09:00

45 lines
1.1 KiB
Cheetah
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# <!-- 项目名 --> — 速查卡
> 由炼境接入包生成。请补全 TODO 段落后提交到仓库。
> 目标:新 agent 30 秒内能定向,不超过 300 字。
**定位**<!-- TODO: 一句话描述项目定位和核心功能 -->
## 技术栈
| 层 | 技术 |
|----|------|
<!-- TODO: 填入技术栈,例:
| 前端 | React 19 + TypeScript |
| 后端 | Node.js + Hono |
| 数据 | PostgreSQL + Drizzle ORM |
| 包管理 | pnpm |
-->
## 关键约定(改代码前必看)
<!-- TODO: 列出 3-5 条最重要的开发约束,例:
1. **类型单一来源**:跨模块共享类型只在 `packages/types/` 定义
2. **ORM 唯一**:使用 Drizzle禁止 Prisma
3. **API 层禁止写统计逻辑**:一律用 SQL view
-->
## 目录速查
```
<!-- TODO: 列出关键目录及职责,例:
src/routes/ API 路由
src/types/ 共享类型(单一来源)
drizzle/schema.ts 数据库 schema
-->
```
## 验收命令
```bash
# TODO: 填入项目的一键验证命令
# pnpm typecheck # 类型检查
# pnpm test # 测试
# pnpm lint # lint
```