Skip to content

Commit 8b87896

Browse files
committed
chore: remove ABOUTME comments from ai-context files
1 parent 8989120 commit 8b87896

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/cli/scripts/compile-ai-context.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// ABOUTME: Compiles the context template with code examples into rules and skill outputs.
2-
// ABOUTME: Generates dist/ai-context/checkly.rules.md and skills/monitoring/SKILL.md
3-
41
import { mkdir, readFile, writeFile } from 'fs/promises'
52
import { join } from 'path'
63
import { EXAMPLE_CONFIGS } from '../src/ai-context/context'

packages/cli/src/ai-context/context.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// ABOUTME: Configuration for code examples used in AI context generation.
2-
// ABOUTME: Maps template placeholders to generated example file paths.
3-
41
export const EXAMPLE_CONFIGS: Record<
52
string,
63
{

0 commit comments

Comments
 (0)