Skip to content

Commit ac917cc

Browse files
MishaKavclaude
andauthored
fix: add comment character to YAML mode headers (#840)
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 ac917cc

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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)