1
0
Files
spring-boot-service-template/openspec/config.yaml

14 lines
873 B
YAML
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.
schema: spec-driven
context: |
- maven管理的java项目遵循java代码最佳实践规范
- 交流、文档、注释、提交信息使用中文,代码命名使用英文
- 新增代码要遵循原有代码的设计风格和模式,优先考虑复用已有组件、工具、依赖库
- **优先阅读README.md**README.md文档是项目的开发文档记录代码结构和关键开发模式优先读取获取上下文
- 涉及页面/路由/组件/功能模块变更或技术栈调整时同步更新README.md
- Git提交: 仅中文; 格式为"类型: 简短描述",类型可选: feat(新功能)/fix(修复)/refactor(重构)/docs(文档)/style(格式)/test(测试)/chore(构建/工具); 多行描述空行后加详细说明; 禁创建git操作task
rules:
proposal:
- 仔细审查每一个过往spec判断是否存在Modified Capabilities