Skip to content

Commit b8bee7c

Browse files
MishaKavclaude
andcommitted
fix: add comment character to YAML mode headers
Fixed 10 .cm files that were missing the # comment character in their -*- mode: yaml -*- header lines. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent fcd0e33 commit b8bee7c

10 files changed

Lines changed: 10 additions & 10 deletions

docs/downloads/automation-library/integrations/amazon_q/comment_amazon_q_prompt.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

docs/downloads/automation-library/integrations/amazon_q/label_amazon_q_by_prompt.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

docs/downloads/automation-library/integrations/claude_code/comment_claude_code_prompt.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

docs/downloads/automation-library/integrations/claude_code/label_claude_code_by_prompt.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

docs/downloads/automation-library/integrations/copilot/label_copilot_by_comment.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

docs/downloads/automation-library/integrations/copilot/label_copilot_by_prompt.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

docs/downloads/automation-library/integrations/cursor/comment_cursor_prompt.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

docs/downloads/automation-library/integrations/cursor/label_cursor_by_prompt.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

docs/downloads/automation-library/integrations/windsurf/comment_windsurf_prompt.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

docs/downloads/automation-library/integrations/windsurf/label_windsurf_by_prompt.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-*- mode: yaml -*-
1+
# -*- mode: yaml -*-
22

33
manifest:
44
version: 1.0

0 commit comments

Comments
 (0)