You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalize extension hook targets and render a single connector between pipeline steps, with hook tooltips listing the dispatched commands.
Add an agent-facing addPipelinePhases canvas action that inserts installed, manually runnable commands without removing or reordering existing phases; persist and broadcast changes.
Ignore generated specs/ artifacts so sample Wizard runs do not enter repository changes.
Validation
Wizard suite passed 287/287 tests after the pipeline changes.
This keeps a stale top-level artifact.targetCommand when the binding-derived target wins. resolveHooksForCommand prefers a.targetCommand over each binding's targetCommand (pipeline/active-artifacts.mjs:229), so the conflicting legacy case exercised below still resolves and displays the old command despite the normalized ID/bindings. Normalize the top-level field to the selected target as well.
Won't fix (hook target normalization edge case). The reported mismatch requires a hook artifact whose top-level targetCommand conflicts with its binding's targetCommand. The current deterministic composition assembler creates hook artifacts with matching ID/binding targets and does not set a competing top-level target, so ordinary extension installation and refresh do not produce this shape. We have not identified a normal Wizard workflow that generates the conflict; it is covered only by a synthetic inconsistent/legacy input in the test.
If such a record is supplied from stale or externally constructed metadata, the Wizard could display the old hook command because resolveHooksForCommand prefers the top-level field. This is a display/attribution issue, not evidence that the actual hook executor runs a different command or that artifacts are deleted. Given the narrow trigger, we are deferring the defensive normalization change for this PR. Revisit if a real producer or user report demonstrates the conflicting shape.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
addPipelinePhasescanvas action that inserts installed, manually runnable commands without removing or reordering existing phases; persist and broadcast changes.specs/artifacts so sample Wizard runs do not enter repository changes.Validation
origin/maincompleted cleanly;git diff --checkpassed.Generated specifications and Wizard session state are not included.