Files
GrandClaw-prototype/openspec/config.yaml

9 lines
751 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: |
- 当前项目是一个纯前端的原型开发项目,没有后端或其他外部系统需要交互,重点在于展示功能点对应在前端页面上的样式、布局等内容,不需要设计复杂的正式的逻辑交互
- 项目使用pnpm作为包管理器
- 不需要构建测试使用pnpm build命令确保项目代码可以正常打包即可严禁运行pnpm dev等类似的挂起命令
- 使用中文进行思考、交流、文档、注释
- README.md是项目的开发文档记录了代码结构和关键的开发模式每次需求变更都要按需更新该文档以反映最新的代码情况便于AI下次参与开发可以一次性获取足够的上下文信息