Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/cli/src/ai-context/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export const REFERENCES = [
description: 'MultiStepCheck construct for complex user flows',
},
{
id: 'monitors',
linkText: 'Monitors',
description: 'TCP, URL, DNS, ICMP, and Heartbeat monitors',
id: 'uptime-monitors',
linkText: 'Uptime Monitors',
description: 'TCP (`TcpMonitor`), URL (`UrlMonitor`), DNS (`DnsMonitor`), ICMP (`IcmpMonitor`), and Heartbeat monitors (`HeartbeatMonitor`)',
},
{
id: 'check-groups',
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/src/ai-context/skill-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ The `checkly.config.ts` at the root of your project defines a range of defaults

## Check and Monitor Constructs

Parse and read further reference documentation when tasked with creating or managing any of the following Checkly constructs:

<!-- REFERENCE_LINKS -->
4 changes: 3 additions & 1 deletion skills/monitoring/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ export default defineConfig({

## Check and Monitor Constructs

Parse and read further reference documentation when tasked with creating or managing any of the following Checkly constructs:

- [API Checks](references/api-checks.md) - ApiCheck construct, assertions, and authentication setup scripts
- [Browser Checks](references/browser-checks.md) - BrowserCheck construct with Playwright test files
- [Playwright Checks](references/playwright-checks.md) - PlaywrightCheck construct for multi-browser test suites
- [MultiStep Checks](references/multistep-checks.md) - MultiStepCheck construct for complex user flows
- [Monitors](references/monitors.md) - TCP, URL, DNS, ICMP, and Heartbeat monitors
- [Uptime Monitors](references/uptime-monitors.md) - TCP (`TcpMonitor`), URL (`UrlMonitor`), DNS (`DnsMonitor`), ICMP (`IcmpMonitor`), and Heartbeat monitors (`HeartbeatMonitor`)
- [Check Groups](references/check-groups.md) - CheckGroupV2 construct for organizing checks
- [Alert Channels](references/alert-channels.md) - Email, Phone, and Slack alert channels
- [Supporting Constructs](references/supporting-constructs.md) - Status pages, dashboards, maintenance windows, and private locations
Expand Down
Loading