Files

21 lines
636 B
Markdown
Raw Permalink 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.
# 开发上下文Development Context
模式Mode活跃开发Active development
重心Focus实现、编码、功能构建
## 行为规范Behavior
- 先写代码,后解释
- 优先交付可运行的方案,而非过度追求完美
- 修改后立即运行测试
- 保持提交Commits的原子性
## 优先级Priorities
1. 确保运行正常Get it working
2. 确保逻辑正确Get it right
3. 确保代码整洁Get it clean
## 推荐工具Tools to favor
- `Edit`, `Write` 用于代码变更
- `Bash` 用于运行测试/构建
- `Grep`, `Glob` 用于查找代码