Skip to content

Commit f354322

Browse files
committed
fix(agents): reject YAML-unsafe rule descriptions and quote the Cursor projection
1 parent 4f21be1 commit f354322

24 files changed

Lines changed: 42 additions & 24 deletions

‎.claude/rules/sim-caching.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: In-process caching rules: lru-cache with a ceiling, never hand-rolled TTL maps
2+
description: In-process caching with lru-cache and a ceiling, never hand-rolled TTL maps
33
paths:
44
- "apps/sim/lib/**/*.ts"
55
- "apps/sim/providers/**/*.ts"

‎.claude/rules/sim-list-ordering.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: List and menu ordering: mirror the sidebar or toolbar, one separator before the destructive action
2+
description: List and menu ordering that mirrors the sidebar or toolbar, with one separator before the destructive action
33
paths:
44
- "apps/sim/app/**/*.tsx"
55
- "apps/sim/ee/**/*.tsx"

‎.cursor/rules/constitution.mdc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Sim product language, positioning, and tone guidelines
2+
description: "Sim product language, positioning, and tone guidelines"
33
alwaysApply: true
44
---
55

‎.cursor/rules/emcn-components.mdc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: EMCN component library patterns
2+
description: "EMCN component library patterns"
33
globs: ["packages/emcn/**"]
44
---
55

‎.cursor/rules/global.mdc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Global coding standards that apply to all files
2+
description: "Global coding standards that apply to all files"
33
alwaysApply: true
44
---
55

‎.cursor/rules/landing-seo-geo.mdc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: SEO and GEO guidelines for the landing page
2+
description: "SEO and GEO guidelines for the landing page"
33
globs: ["apps/sim/app/(landing)/**/*.tsx","apps/sim/content/**/*.mdx"]
44
---
55

‎.cursor/rules/sim-architecture.mdc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Core architecture principles for the Sim app
2+
description: "Core architecture principles for the Sim app"
33
globs: ["apps/sim/**"]
44
---
55

‎.cursor/rules/sim-caching.mdc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: In-process caching rules: lru-cache with a ceiling, never hand-rolled TTL maps
2+
description: "In-process caching with lru-cache and a ceiling, never hand-rolled TTL maps"
33
globs: ["apps/sim/lib/**/*.ts","apps/sim/providers/**/*.ts","apps/sim/executor/**/*.ts","apps/sim/tools/**/*.ts"]
44
---
55

‎.cursor/rules/sim-components.mdc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Component patterns and structure for React components
2+
description: "Component patterns and structure for React components"
33
globs: ["apps/sim/**/*.tsx"]
44
---
55

‎.cursor/rules/sim-hooks.mdc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Custom hook patterns and best practices
2+
description: "Custom hook patterns and best practices"
33
globs: ["apps/sim/**/use-*.ts","apps/sim/**/hooks/**/*.ts"]
44
---
55

0 commit comments

Comments
 (0)