Skip to content

Commit 1d01ae7

Browse files
committed
docs: simplify file path patterns in ide-mapping files for consistency
1 parent 7000eac commit 1d01ae7

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

rules/04-tooling/ide-mapping.claude.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
paths:
3-
- "**/*.md"
4-
- "**/*.mdc"
53
---
64

75
# Claude Code — Syntax Reference

rules/04-tooling/ide-mapping.copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo: "**/*.md,**/*.mdc"
2+
applyTo: "**"
33
---
44

55
# GitHub Copilot — Syntax Reference

rules/04-tooling/ide-mapping.cursor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Cursor file locations, syntax and frontmatter reference
3-
globs: ["**/*.md", "**/*.mdc"]
3+
alwaysApply: true
44
---
55

66
# Cursor — Syntax Reference

0 commit comments

Comments
 (0)