feat: Refine agent rule glob patterns and enable glob trigger for svelte rule.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
trigger: glob
|
trigger: glob
|
||||||
globs: **/*.svelte.ts,**/*.svelte
|
globs: *.svelte.ts,*.svelte
|
||||||
---
|
---
|
||||||
|
|
||||||
# Convex + Svelte Best Practices
|
# Convex + Svelte Best Practices
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
trigger: glob
|
trigger: glob
|
||||||
description: Regras de tipagem para queries e mutations do Convex
|
description: Regras de tipagem para queries e mutations do Convex
|
||||||
globs: **/*.svelte.ts,**/*.svelte
|
globs: *.svelte.ts,*.svelte
|
||||||
---
|
---
|
||||||
|
|
||||||
# Regras de Tipagem do Convex
|
# Regras de Tipagem do Convex
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
trigger: always_on
|
trigger: glob
|
||||||
|
globs: *.svelte.ts,*.svelte
|
||||||
---
|
---
|
||||||
|
|
||||||
You are able to use the Svelte MCP server, where you have access to comprehensive Svelte 5 and SvelteKit documentation. Here's how to use the available tools effectively:
|
You are able to use the Svelte MCP server, where you have access to comprehensive Svelte 5 and SvelteKit documentation. Here's how to use the available tools effectively:
|
||||||
|
|||||||
Reference in New Issue
Block a user