diff --git a/rules/cfx-csharp-conventions.mdc b/rules/cfx-csharp-conventions.mdc index 4f3e7a8..a686c48 100644 --- a/rules/cfx-csharp-conventions.mdc +++ b/rules/cfx-csharp-conventions.mdc @@ -3,7 +3,7 @@ title: CFX C# conventions description: Coding conventions for C# scripts in FiveM and RedM resources globs: ["**/*.cs", "**/*.csproj"] alwaysApply: false -standards-version: 1.9.0 +standards-version: 1.10.0 --- # CFX C# conventions diff --git a/rules/cfx-javascript-conventions.mdc b/rules/cfx-javascript-conventions.mdc index 661f277..21c3719 100644 --- a/rules/cfx-javascript-conventions.mdc +++ b/rules/cfx-javascript-conventions.mdc @@ -3,7 +3,7 @@ title: CFX JavaScript conventions description: Coding conventions for JavaScript scripts in FiveM and RedM resources globs: ["**/*.js", "**/*.ts"] alwaysApply: false -standards-version: 1.9.0 +standards-version: 1.10.0 --- # CFX JavaScript conventions diff --git a/rules/cfx-lua-conventions.mdc b/rules/cfx-lua-conventions.mdc index 1234a0d..4d7c733 100644 --- a/rules/cfx-lua-conventions.mdc +++ b/rules/cfx-lua-conventions.mdc @@ -3,7 +3,7 @@ title: CFX Lua conventions description: Coding conventions for Lua scripts in FiveM and RedM resources globs: ["**/*.lua"] alwaysApply: false -standards-version: 1.9.0 +standards-version: 1.10.0 --- # CFX Lua conventions diff --git a/rules/fxmanifest-standards.mdc b/rules/fxmanifest-standards.mdc index 9653fab..12193d1 100644 --- a/rules/fxmanifest-standards.mdc +++ b/rules/fxmanifest-standards.mdc @@ -3,7 +3,7 @@ title: fxmanifest standards description: Standards for FiveM/RedM resource manifest files globs: ["**/fxmanifest.lua"] alwaysApply: true -standards-version: 1.9.0 +standards-version: 1.10.0 --- # fxmanifest.lua standards diff --git a/rules/performance-rules.mdc b/rules/performance-rules.mdc index 235df63..f916f8e 100644 --- a/rules/performance-rules.mdc +++ b/rules/performance-rules.mdc @@ -3,7 +3,7 @@ title: Performance rules description: Performance optimization rules for CFX resources globs: ["**/*.lua", "**/*.js", "**/*.cs"] alwaysApply: true -standards-version: 1.9.0 +standards-version: 1.10.0 --- # CFX performance rules diff --git a/rules/security-best-practices.mdc b/rules/security-best-practices.mdc index f756f33..a8f957a 100644 --- a/rules/security-best-practices.mdc +++ b/rules/security-best-practices.mdc @@ -3,7 +3,7 @@ title: Security best practices description: Security rules for FiveM/RedM resource development globs: ["**/*.lua", "**/*.js", "**/*.cs"] alwaysApply: false -standards-version: 1.9.0 +standards-version: 1.10.0 --- # CFX security best practices diff --git a/skills/client-server-patterns/SKILL.md b/skills/client-server-patterns/SKILL.md index c430afb..b64cadb 100644 --- a/skills/client-server-patterns/SKILL.md +++ b/skills/client-server-patterns/SKILL.md @@ -2,7 +2,7 @@ title: Client-Server Patterns description: Correct patterns for client/server scripting in Lua, JavaScript, and C# for CFX globs: ["**/*.lua", "**/*.js", "**/*.cs"] -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Client-Server Patterns diff --git a/skills/database-integration/SKILL.md b/skills/database-integration/SKILL.md index 03065bd..1482481 100644 --- a/skills/database-integration/SKILL.md +++ b/skills/database-integration/SKILL.md @@ -2,7 +2,7 @@ title: Database Integration description: Guide database setup and queries for FiveM/RedM resources using oxmysql globs: ["**/*.lua", "**/*.js", "**/*.sql"] -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Database Integration diff --git a/skills/framework-detection/SKILL.md b/skills/framework-detection/SKILL.md index e245e05..993eda7 100644 --- a/skills/framework-detection/SKILL.md +++ b/skills/framework-detection/SKILL.md @@ -2,7 +2,7 @@ title: Framework Detection description: Detect which framework a project is using and adapt code generation accordingly globs: ["**/fxmanifest.lua", "**/*.lua"] -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Framework Detection diff --git a/skills/fxmanifest/SKILL.md b/skills/fxmanifest/SKILL.md index 43725ec..c43782b 100644 --- a/skills/fxmanifest/SKILL.md +++ b/skills/fxmanifest/SKILL.md @@ -2,7 +2,7 @@ title: fxmanifest.lua Expert description: Expert knowledge on writing and editing FiveM/RedM resource manifest files globs: ["**/fxmanifest.lua"] -standards-version: 1.9.0 +standards-version: 1.10.0 --- # fxmanifest.lua Expert diff --git a/skills/native-functions/SKILL.md b/skills/native-functions/SKILL.md index 0c8ba25..898c7f9 100644 --- a/skills/native-functions/SKILL.md +++ b/skills/native-functions/SKILL.md @@ -2,7 +2,7 @@ title: Native Function Lookup description: Help the AI agent find and correctly use FiveM and RedM native functions globs: ["**/*.lua", "**/*.js", "**/*.cs"] -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Native Function Lookup diff --git a/skills/nui-development/SKILL.md b/skills/nui-development/SKILL.md index 9622f9a..078c544 100644 --- a/skills/nui-development/SKILL.md +++ b/skills/nui-development/SKILL.md @@ -2,7 +2,7 @@ title: NUI Development description: Guide development of NUI (in-game web UI) interfaces for FiveM and RedM globs: ["**/fxmanifest.lua", "**/*.html", "**/*.css"] -standards-version: 1.9.0 +standards-version: 1.10.0 --- # NUI Development diff --git a/skills/performance-optimization/SKILL.md b/skills/performance-optimization/SKILL.md index 0bc2d7d..71007bb 100644 --- a/skills/performance-optimization/SKILL.md +++ b/skills/performance-optimization/SKILL.md @@ -2,7 +2,7 @@ title: Performance Optimization description: CFX-specific performance best practices for FiveM and RedM resources globs: ["**/*.lua", "**/*.js", "**/*.cs"] -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Performance Optimization diff --git a/skills/resource-scaffolding/SKILL.md b/skills/resource-scaffolding/SKILL.md index d6609a2..8939574 100644 --- a/skills/resource-scaffolding/SKILL.md +++ b/skills/resource-scaffolding/SKILL.md @@ -2,7 +2,7 @@ title: Resource Scaffolding description: Guide the AI agent through creating a new FiveM or RedM resource from scratch globs: ["**/fxmanifest.lua"] -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Resource Scaffolding diff --git a/skills/state-bags/SKILL.md b/skills/state-bags/SKILL.md index a30ec00..d7107ec 100644 --- a/skills/state-bags/SKILL.md +++ b/skills/state-bags/SKILL.md @@ -2,7 +2,7 @@ title: State Bags description: Modern data synchronization using State Bags instead of TriggerClientEvent patterns globs: ["**/*.lua", "**/*.js", "**/*.cs"] -standards-version: 1.9.0 +standards-version: 1.10.0 --- # State Bags