Skip to content

fix: scope plan step auto-completion - #707

Open
szupzj18 wants to merge 1 commit into
peteromallet:mainfrom
szupzj18:chris/fix/plan-resolve-step-scope
Open

fix: scope plan step auto-completion#707
szupzj18 wants to merge 1 commit into
peteromallet:mainfrom
szupzj18:chris/fix/plan-resolve-step-scope

Conversation

@szupzj18

Copy link
Copy Markdown

Fixes #701.

Root cause: plan resolution purges the target IDs, then scans every cluster for steps whose references are absent. This also completes unrelated steps with already-stale references.

Change: limit auto-completion to steps linked to IDs resolved by the current operation.

Validation:

  • RED: unrelated stale step completed with the target step
  • 525 related tests passed
  • Ruff CI rules passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: plan resolve auto-completes unrelated cluster steps

1 participant