fix: feishu-drill 账本 add 加 -f(W3-F1 实测缺陷之二) - #449
Conversation
.gitignore 守护的是工作树 ephemeral 影子;feishu-ledger 分支是持久化真源, 首建时文件未被跟踪,无 -f 的 git add 被 ignore 拒绝。
PR Summary by QodoForce-add ignored Feishu shadow evidence to the ledger branch
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 4 remain after this review. 📝 WalkthroughWalkthrough工作流更新影子账本的 Git 暂存步骤。该步骤使用 Changes影子账本持久化
Suggested labels: Merge Risk: ⚪ Minimal · up to This change updates the Feishu drill workflow to force-add the ledger evidence file when it is ignored, preserving the intended persistent ledger behavior. No actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can group findings by type and pick your Finding display, from Minimal to Full |
Card: #416
ADR: ADR-0103(决策 7)
缺陷
run 33252965116:
governance/feishu/shadow-evidence.jsonl在 .gitignore(守护工作树 ephemeral 副本),feishu-ledger 分支首建时该文件未被跟踪,git add被 ignore 拒绝 → exit 1。修复
账本分支是持久化真源,
git add -f显式强制(跟踪后幂等,与 butler-ledger 既有形态一致)。Summary by CodeRabbit