Agent skill sync with docs: drop mint automations CLI commands - #7471
Merged
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8e9cecf. Configure here.
The skill dropped mint automations to match #7458, but the build test still required the phrase. Move it to the doesNotMatch guard instead. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
The build and test hardcoded a list of retired CLI commands. mint analytics was restored in the docs, but the blocklist kept it out of SKILL.md's CLI quick reference. Commands get removed and restored, so a blocklist goes stale; the skill content itself is the source of truth. Co-Authored-By: Claude Opus 5.5 (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
Align the canonical Mintlify skill with the removal of
mint automationsCLI commands from the docs.Changes
agent-context/context/skills/mintlify/reference/cli.md: removed theAutomationssection (mint automations create/list/deleteandmint workflow(s)aliases).agent-context/context/skills/mintlify/SKILL.md: droppedmint automationsfrom the CLI table summary and the CLI commands quick reference.Context
mint automationssection fromcli/commands.mdxand removed it from themint config subdomain"Used by" list.Validation
npm test,npm run check,npm run buildcannot run in this sandbox (npm is blocked by the sandbox permission policy). Diff is scoped to the two skill files andgit diff --checkpasses.Note
Low Risk
Documentation and build-validation changes for distributed agent skills only; no runtime product or auth paths.
Overview
Aligns the canonical Mintlify agent skill with upstream docs by removing all
mint automationsguidance (including the full Automations section inreference/cli.mdand mentions inSKILL.md).The skill now documents
mint analyticsin the CLI index and quick-reference list, and the agent-context build no longer rejects “retired” CLI strings inSKILL.md(that check and related README wording are gone). Tests were updated to stop requiringmint automationsand to stop forbiddingmint analytics.Reviewed by Cursor Bugbot for commit 9e959f7. Bugbot is set up for automated code reviews on this repo. Configure here.