@builder.io/dev-tools 1.19.13-dev.202601081848.dae810301 → 1.19.13-dev.202601081900.a78f70f0c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,8 +7,8 @@ import type { CustomInstruction } from "$/ai-utils";
7
7
  /**
8
8
  * Get custom instructions from the filesystem
9
9
  * Searches for instruction files in:
10
- * - .cursor/rules/ - Rule files (.mdc, .md, etc.)
11
- * - .builder/rules/ - Rule files (.mdc, .md, etc.)
10
+ * - .cursor/rules/ - Rule files (.mdc or RULE.md only)
11
+ * - .builder/rules/ - Rule files (.md, .mdx, .mdc)
12
12
  * - .claude/skills/ - SKILL.md files only (subdirectories supported)
13
13
  * - .builder/skills/ - SKILL.md files only (subdirectories supported)
14
14
  * - .cursorrules, .builderrules, .windsurfrules