Version
desloppify 1.0
Reproduction
With an active triaged plan containing multiple manual clusters, resolve one completed cluster:
desloppify plan resolve tensorart-contract-cycle --note "..." --confirm
The target cluster had two review findings and touched only TensorArt image-generation files.
Actual result
The command correctly resolved the two TensorArt findings, but also printed that it auto-completed unrelated action steps:
- conversation-persistence-ownership step 1
- suggestion-capability-ownership steps 2, 3, 4, and 6
None of those clusters or their source files had been changed.
Expected result
Only action steps belonging to the resolved cluster, or steps whose complete issue reference set was actually resolved, should be auto-completed. Unrelated cluster plan state should remain unchanged.
The source commits were unaffected; this appears limited to plan bookkeeping.
Version
desloppify 1.0
Reproduction
With an active triaged plan containing multiple manual clusters, resolve one completed cluster:
The target cluster had two review findings and touched only TensorArt image-generation files.
Actual result
The command correctly resolved the two TensorArt findings, but also printed that it auto-completed unrelated action steps:
None of those clusters or their source files had been changed.
Expected result
Only action steps belonging to the resolved cluster, or steps whose complete issue reference set was actually resolved, should be auto-completed. Unrelated cluster plan state should remain unchanged.
The source commits were unaffected; this appears limited to plan bookkeeping.