refactor(workflow): S16 legacy retry field demotion#1589
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
dec019d to
40336f7
Compare
0040cf8 to
af43c55
Compare
Greptile SummaryThis PR adds
Confidence Score: 5/5Safe to merge. The new gate function is a pure addition with no changes to existing behavior. The state-based predicate No files require special attention. Important Files Changed
Reviews (8): Last reviewed commit: "fix(FN-000): align authoritative workflo..." | Re-trigger Greptile |
40336f7 to
021ddbb
Compare
af43c55 to
42f1c6c
Compare
021ddbb to
a70ab3e
Compare
42f1c6c to
ab6a3ea
Compare
a70ab3e to
02b791a
Compare
95d7e79 to
c1b51bd
Compare
02b791a to
a613b33
Compare
a613b33 to
90705d2
Compare
c1b51bd to
cde8801
Compare
cde8801 to
a71b495
Compare
4aa973e to
93e9933
Compare
a9ba949 to
8382a87
Compare
93e9933 to
192b3a9
Compare
8382a87 to
a29b5d9
Compare
2b9f4fe to
33ca566
Compare
a29b5d9 to
2d5f995
Compare
33ca566 to
1f85d9b
Compare
Address PR #1589 feedback by making hasAuthoritativeWorkflowWork match projection source selection for cancelled and task-kind work items.
33ca566 to
1f85d9b
Compare
2d5f995 to
5c07d45
Compare
Fusion-Task-Id: FN-000
Address PR #1589 feedback by making hasAuthoritativeWorkflowWork match projection source selection for cancelled and task-kind work items.
1f85d9b to
7a141d1
Compare
5c07d45 to
edd43ce
Compare
Addressed: |
|
Ready to review this PR? Stage has broken it down into 3 individual chapters for you:
Chapters generated by Stage for commit edd43ce on Jun 16, 2026 9:19am UTC. |
Stack Slice
feature/workflow-owned-merge-s15-self-healing-policy-deletiondocs/plans/2026-06-09-003-refactor-workflow-owned-merge-full-migration-slices-plan.mdGoal
Demote task-level retry/merge counters to projections and remove policy reads that still treat them as authority.
Dependency
S9 retry state, S12 projections, and S15 self-healing policy deletion.
Expected Scope
core types, retry summary, manual retry reset, core store, project engine, self-healing, retry tests.
Expected Tests
Retry summaries derive from workflow state, manual retry emits workflow wake, task field changes alone cannot cause scheduler/recovery/merge action.
Exit Gate
Task retry fields are display-only compatibility data.
Status
Draft stack placeholder. This PR reserves ordering and review context; implementation should replace or extend the handoff artifact before this slice is marked ready.
Implementation Added