refactor: remove automation commands feature#698
Merged
Conversation
Removes the automation command group and related infrastructure that was added in commits a965b34 and 4840995. The feature is no longer part of the CLI. Changes: - Delete src/commands/automation/ directory (10 files) - Remove automation command group from src/index.ts - Remove automation SDK build step from build.mjs - Remove ./automation export from package.json - Remove automation documentation from README.md and SKILL.md All tests pass (365 passing).
Contributor
Author
Merge activity
|
Merged
calclavia
pushed a commit
that referenced
this pull request
Mar 13, 2026
Automated Release PR --- ## [4.7.0](v4.6.0...v4.7.0) (2026-03-13) ### Features * **skill:** add publish command ([#696](#696)) ([2b8c592](2b8c592)) ### Refactors * remove automation commands feature ([#698](#698)) ([5413f9b](5413f9b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: smithery-chore-bot[bot] <259537197+smithery-chore-bot[bot]@users.noreply.github.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.
What's added in this PR?
Removes the automation command group (deterministic MCP tool scripting) and all related infrastructure from the CLI. The feature is being removed from the product.
Changes
src/commands/automation/directory (10 files including context, init, create, list, get, remove, run, and utilities)src/index.tsbuild.mjs./automationexport frompackage.jsonREADME.mdandSKILL.mdVerification
Related to
Revert of commits a965b34 (Add automation commands) and 4840995 (Add zod schema validation for automations)