Reorganize .claude/commands with checkly-cli- prefix#1337
Merged
Conversation
…dencies Rename the project-local slash commands to a checkly-cli- prefix so they are clearly distinct from built-in commands, add the new update-dependencies command, and update CLAUDE.md to reference all three by their new names. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The new-alert-channel command had no AI-context step, unlike new-monitor. Add a phase covering the shared configure-alert-channels.md reference, the context.fixtures.json example fixture, the EXAMPLE_CONFIGS entry, and the sync:skills step, plus matching naming-convention rows. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
98027e0 to
fb814ce
Compare
The workflow used an `on:` paths filter (packages/cli/**), so PRs that don't touch the CLI never trigger it. When the check is marked required in branch protection, a never-reported check stays pending and blocks merge forever. Move the path filter inside the job via dorny/paths-filter: the workflow now runs on every PR and reports a status, but the sync/diff steps only execute when packages/cli/** actually changed. Co-Authored-By: Claude Opus 4.8 (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.
What
Reorganizes the project-local slash commands in
.claude/commands/.checkly-cli-so they are clearly distinct from built-in Claude Code commands:new-monitor.md→checkly-cli-new-monitor.mdnew-alert-channel.md→checkly-cli-new-alert-channel.mdcheckly-cli-update-dependencies.mdcommand.CLAUDE.mdto reference all three commands by their new names.configure-alert-channels.mdreference, thecontext.fixtures.jsonexample fixture, theEXAMPLE_CONFIGSentry, and thesync:skillsstep.🤖 Generated with Claude Code