Skip to content

Commit baf7d63

Browse files
TMHSDigitalclaude
andauthored
chore: stamp skills/rules content to standards-version 1.10.0 (#19)
Updated 15 files. Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a57dd39 commit baf7d63

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

rules/cfx-csharp-conventions.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CFX C# conventions
33
description: Coding conventions for C# scripts in FiveM and RedM resources
44
globs: ["**/*.cs", "**/*.csproj"]
55
alwaysApply: false
6-
standards-version: 1.9.0
6+
standards-version: 1.10.0
77
---
88

99
# CFX C# conventions

rules/cfx-javascript-conventions.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CFX JavaScript conventions
33
description: Coding conventions for JavaScript scripts in FiveM and RedM resources
44
globs: ["**/*.js", "**/*.ts"]
55
alwaysApply: false
6-
standards-version: 1.9.0
6+
standards-version: 1.10.0
77
---
88

99
# CFX JavaScript conventions

rules/cfx-lua-conventions.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CFX Lua conventions
33
description: Coding conventions for Lua scripts in FiveM and RedM resources
44
globs: ["**/*.lua"]
55
alwaysApply: false
6-
standards-version: 1.9.0
6+
standards-version: 1.10.0
77
---
88

99
# CFX Lua conventions

rules/fxmanifest-standards.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: fxmanifest standards
33
description: Standards for FiveM/RedM resource manifest files
44
globs: ["**/fxmanifest.lua"]
55
alwaysApply: true
6-
standards-version: 1.9.0
6+
standards-version: 1.10.0
77
---
88

99
# fxmanifest.lua standards

rules/performance-rules.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Performance rules
33
description: Performance optimization rules for CFX resources
44
globs: ["**/*.lua", "**/*.js", "**/*.cs"]
55
alwaysApply: true
6-
standards-version: 1.9.0
6+
standards-version: 1.10.0
77
---
88

99
# CFX performance rules

rules/security-best-practices.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Security best practices
33
description: Security rules for FiveM/RedM resource development
44
globs: ["**/*.lua", "**/*.js", "**/*.cs"]
55
alwaysApply: false
6-
standards-version: 1.9.0
6+
standards-version: 1.10.0
77
---
88

99
# CFX security best practices

skills/client-server-patterns/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Client-Server Patterns
33
description: Correct patterns for client/server scripting in Lua, JavaScript, and C# for CFX
44
globs: ["**/*.lua", "**/*.js", "**/*.cs"]
5-
standards-version: 1.9.0
5+
standards-version: 1.10.0
66
---
77

88
# Client-Server Patterns

skills/database-integration/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Database Integration
33
description: Guide database setup and queries for FiveM/RedM resources using oxmysql
44
globs: ["**/*.lua", "**/*.js", "**/*.sql"]
5-
standards-version: 1.9.0
5+
standards-version: 1.10.0
66
---
77

88
# Database Integration

skills/framework-detection/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Framework Detection
33
description: Detect which framework a project is using and adapt code generation accordingly
44
globs: ["**/fxmanifest.lua", "**/*.lua"]
5-
standards-version: 1.9.0
5+
standards-version: 1.10.0
66
---
77

88
# Framework Detection

skills/fxmanifest/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: fxmanifest.lua Expert
33
description: Expert knowledge on writing and editing FiveM/RedM resource manifest files
44
globs: ["**/fxmanifest.lua"]
5-
standards-version: 1.9.0
5+
standards-version: 1.10.0
66
---
77

88
# fxmanifest.lua Expert

0 commit comments

Comments
 (0)