fix: correct digest progress semantics#45
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
Summary by CodeRabbit
WalkthroughVersion bumped to 0.1.7. The DigestProgressTracker's progress tracking flow was refactored to centralize per-serial state management in the completeSerial method, which now accepts an input object containing the serial ID and word count. The emitSerialProgress method was simplified to only emit events without state mutations. SerialProgressTracker.complete was updated to pass the required object format. Test expectations were adjusted to reflect that digest progress is now emitted after serial completion rather than during fragment work, and a new test was added to verify digest progress remains zero during active serial work. Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Comment |
Summary
Testing