- 新增OpenSpec规范文档,包含变更提案、任务清单和设计文档模板 - 添加AI代理配置文件,包括文档维护、代码分析和开发专家代理 - 更新.gitignore文件,排除Claude相关的临时文件和目录 - 添加项目上下文文档,定义技术栈、代码规范和架构模式 - 创建完整的OpenSpec指令文档,指导AI编码助手进行规范驱动开发 - 配置多端开发代理,支持Java、React、Taro/NutUI等技术栈 - 建立代码质量和工程规范,确保团队协作的一致性 - 定义微服务架构下的领域驱动设计模式和COLA架构规范
18 lines
660 B
Markdown
18 lines
660 B
Markdown
<!-- OPENSPEC:START -->
|
|
# OpenSpec Instructions
|
|
|
|
These instructions are for AI assistants working in this project.
|
|
|
|
Always open `@/openspec/AGENTS.md` when the request:
|
|
- Mentions planning or proposals (words like proposal, spec, change, plan)
|
|
- Introduces new capabilities, breaking changes, architecture shifts, or big performance/security work
|
|
- Sounds ambiguous and you need the authoritative spec before coding
|
|
|
|
Use `@/openspec/AGENTS.md` to learn:
|
|
- How to create and apply change proposals
|
|
- Spec format and conventions
|
|
- Project structure and guidelines
|
|
|
|
Keep this managed block so 'openspec update' can refresh the instructions.
|
|
|
|
<!-- OPENSPEC:END --> |