chore(cli): align agent manifest with bin.ts (plan/apply/verify, capability flags)#356
Merged
chore(cli): align agent manifest with bin.ts (plan/apply/verify, capability flags)#356
Conversation
…ify + capability-matrix landings The hand-maintained agent-manifest.ts had drifted from the actual CLI surface that bin.ts implements. Agents calling `amplitude-wizard manifest` to discover the available verbs would not see plan/apply/ verify, the capability-matrix flags, or AMPLITUDE_WIZARD_MAX_TURNS. - Add plan, apply, verify to commands (with --plan-id on apply). - Add --yes, --auto-approve, --force to globalFlags. Reword --ci so it no longer mis-claims --yes as an alias — they're now distinct capability-gate flags per the matrix from #254. - Add AMPLITUDE_WIZARD_MAX_TURNS to env (#291). - Extend agent-manifest.test.ts with three new assertions covering the added entries so future drift fails fast. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🧙 Wizard CIRun the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands: Test all apps:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
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
Audit follow-up to #310 and #354. The hand-maintained `agent-manifest.ts` had drifted from the actual CLI surface that `bin.ts` implements, so agents calling `amplitude-wizard manifest` were getting an out-of-date contract.
What was missing:
Also extends `agent-manifest.test.ts` with three new assertions (capability-matrix flags, MAX_TURNS env, plan/apply/verify commands + the `--plan-id` on `apply`) so this kind of drift fails fast next time someone adds a flag without updating the manifest.
cc @amplitude/growth
Test plan
🤖 Generated with Claude Code
Note
Cursor Bugbot is generating a summary for commit 204ca6d. Configure here.