Skip to content

fix: replace nonexistent extract step in plugin scaffold#812

Closed
jackwener wants to merge 1 commit intomainfrom
fix/plugin-scaffold-extract
Closed

fix: replace nonexistent extract step in plugin scaffold#812
jackwener wants to merge 1 commit intomainfrom
fix/plugin-scaffold-extract

Conversation

@jackwener
Copy link
Copy Markdown
Owner

Summary

  • Plugin scaffold YAML template used extract pipeline step which doesn't exist in the registry
  • Replaced with select (JSONPath selection), which is the correct step for this operation
  • Fixes the Unknown pipeline step "extract" error when running scaffolded plugins

Part of #810

Test plan

  • opencli plugin create test-plugin generates valid YAML
  • Running the scaffolded hello command works end-to-end

…gin scaffold

The YAML template generated by `opencli plugin create` used an `extract`
step that doesn't exist in the pipeline registry, causing runtime errors.
Replace with `select` which handles JSONPath selection correctly.

Closes part of #810
@jackwener
Copy link
Copy Markdown
Owner Author

Closing in favor of opus0's #814 (same fix, both approved)

@jackwener jackwener closed this Apr 5, 2026
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.

1 participant