From 7247445c7d6a6a0ca0f611bbddb590381147faa7 Mon Sep 17 00:00:00 2001 From: stefan judis Date: Tue, 11 Aug 2026 18:07:18 +0200 Subject: [PATCH] fix(cli): use valid allowed-tools syntax in checkly skill frontmatter --- packages/cli/src/ai-context/skill.md | 2 +- skills/checkly/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/src/ai-context/skill.md b/packages/cli/src/ai-context/skill.md index 138231e1..bc51032b 100644 --- a/packages/cli/src/ai-context/skill.md +++ b/packages/cli/src/ai-context/skill.md @@ -1,7 +1,7 @@ --- name: checkly description: Set up, create, test and manage monitoring checks using the Checkly CLI. Use when working with API Checks, Browser Checks, URL Monitors, ICMP Monitors, Playwright Check Suites, Heartbeat Monitors, Alert Channels, Dashboards, or Status Pages. Access Checkly account plan, entitlements, feature limits, members, and pending invites. Includes generic API pass-through (`checkly api`) for endpoints without dedicated commands. -allowed-tools: Bash(npx:checkly:*) Bash(npm:install:*) +allowed-tools: Bash(npx checkly:*), Bash(npm install:*) metadata: author: checkly --- diff --git a/skills/checkly/SKILL.md b/skills/checkly/SKILL.md index 90e192af..c9fe2596 100644 --- a/skills/checkly/SKILL.md +++ b/skills/checkly/SKILL.md @@ -1,7 +1,7 @@ --- name: checkly description: Set up, create, test and manage monitoring checks using the Checkly CLI. Use when working with API Checks, Browser Checks, URL Monitors, ICMP Monitors, Playwright Check Suites, Heartbeat Monitors, Alert Channels, Dashboards, or Status Pages. Access Checkly account plan, entitlements, feature limits, members, and pending invites. Includes generic API pass-through (`checkly api`) for endpoints without dedicated commands. -allowed-tools: Bash(npx:checkly:*) Bash(npm:install:*) +allowed-tools: Bash(npx checkly:*), Bash(npm install:*) metadata: author: checkly ---