fix(payments): bump manifest to v0.3.1 + add cliCommands + new step type#28
Merged
Conversation
`wfctl plugin install` overwrites the bundled plugin.json with this registry manifest. Without `cliCommands` here, BMW's `wfctl payments webhook ensure` workflow fails with `unknown command: payments` — the plugin-CLI surface added in workflow-plugin-payments v0.3.1 (commit 9827c59) is invisible to wfctl. Bumps: - version 0.2.2 → 0.3.1 (sync with latest plugin release) - stepTypes += step.payment_webhook_endpoint_ensure - capabilities.cliCommands += payments command - downloads URLs → v0.3.1 Confirmed via BMW debug run 25622418763: data/plugins/payments/plugin.json on the runner = this 1KB registry stub (not the 27KB manifest in the release tarball), missing capabilities.cliCommands. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Registry schema rejects additionalProperties on cliCommands items. flagsPassthrough is wfctl-side metadata (default false); not part of the registry contract. wfctl handles arg pass-through generically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
`wfctl plugin install` overwrites the bundled `plugin.json` with this registry manifest. The previous v0.2.2 entry lacks the `capabilities.cliCommands` field added in workflow-plugin-payments v0.3.1, so `wfctl payments` fails with `unknown command: payments` on every install.
Diagnostic
Confirmed via BMW debug run 25622418763:
The 1 KB file is THIS registry manifest (stamped to plugin.json by `wfctl plugin install`).
Changes
Test plan
🤖 Generated with Claude Code