Files
mileage-bonus/.claude_memory/feedback_workflow.md
kkfluous 573f8397a6 chore: 添加输入输出文件 + .claude记忆和计划
输入文件:
- 租赁任务考核_2026年{1,2,3}月.xlsx (考核源数据)
- {1,2}月.xlsx (客户盈亏表)
- 车辆里程考核与奖金发放规则(V.1.2).docx

输出文件:
- 里程任务考核_{1,2,3}月核算.xlsx (月度核算结果)
- 里程任务考核_Q1汇总.xlsx (含车辆台账)
- 3月客户盈亏表(待填写).xlsx (模版)

.claude_memory: 项目记忆(规则/偏好/架构/测试车辆)
.claude_plans: 历次计划文件

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 14:09:24 +08:00

17 lines
661 B
Markdown
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.
---
name: 工作流程偏好
description: 用户对开发流程、沟通方式的偏好
type: feedback
---
用户喜欢边讨论边改通过具体数据case推动规则确认。不喜欢一次性大规划后再实现。
**Why:** 规则有很多边界情况,只有看到实际数据才能确认逻辑对不对。
**How to apply:**
- 每次改完立即生成Excel让用户验证
- 用具体车辆如粤AGP5797、粤AGP5769举例说明
- 修改后立即"重新生成"是高频操作,保持脚本可随时运行
- 用git tag标记版本V1.0.0 → V3.2.0),方便回退
- 用户说"重新生成"就直接 rm + python3 main.py不需要确认