This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# cursor_project_rules
这个目录用于存放项目级规则与上下文知识库。
## 建议文件
- `global-rules.mdc`:通用开发规范(命名、风格、异常处理、安全要求)
- `domain-rules.mdc`:业务规则(领域术语、流程约束、数据口径)
- `implementation-plan.mdc`:功能实施步骤与执行日志
## 使用约定
1. 新规则先写到对应 `*.mdc` 文件,再由 AI 执行。
2. 新功能开发按 `implementation-plan.mdc` 顺序执行。
3. 每完成一步,在 `implementation-plan.mdc` 标记 `Done` 并补两行执行说明。
4. **工程任务权威来源**:`docs/查价系统-工程任务拆解-v1.2.md`(v1.2 增量 task-119~135)。
5. **v1.2 当前开发入口**:Phase 0 的 task-119 → task-120(插在 073 之后)。