Skip to content

Commit 49a6b27

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

33 files changed

Lines changed: 33 additions & 33 deletions

File tree

rules/ansible-best-practices.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flag Ansible antipatterns including non-FQCN modules, missing tags,
33
alwaysApply: false
44
globs:
55
- "**/ansible/**/*.yml"
6-
standards-version: 1.9.0
6+
standards-version: 1.10.0
77
---
88

99
# Ansible Best Practices

rules/backup-coverage.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alwaysApply: false
44
globs:
55
- "**/compose*.yml"
66
- "**/docker-compose*.yml"
7-
standards-version: 1.9.0
7+
standards-version: 1.10.0
88
---
99

1010
# Backup Coverage

rules/compose-arm64.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alwaysApply: false
44
globs:
55
- "**/compose*.yml"
66
- "**/docker-compose*.yml"
7-
standards-version: 1.9.0
7+
standards-version: 1.10.0
88
---
99

1010
# Compose ARM64 Compatibility

rules/exposed-ports.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alwaysApply: false
44
globs:
55
- "**/compose*.yml"
66
- "**/docker-compose*.yml"
7-
standards-version: 1.9.0
7+
standards-version: 1.10.0
88
---
99

1010
# Exposed Ports

rules/homelab-secrets.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Flag hardcoded credentials, IP addresses, SSH keys, and secrets in home lab code and configuration files.
33
alwaysApply: true
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Home Lab Secrets Detection

rules/inventory-consistency.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ globs:
55
- "**/hosts"
66
- "**/inventory*"
77
- "**/.env*"
8-
standards-version: 1.9.0
8+
standards-version: 1.10.0
99
---
1010

1111
# Inventory Consistency

rules/privileged-containers.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alwaysApply: false
44
globs:
55
- "**/compose*.yml"
66
- "**/docker-compose*.yml"
7-
standards-version: 1.9.0
7+
standards-version: 1.10.0
88
---
99

1010
# Privileged Containers

rules/resource-limits.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alwaysApply: false
44
globs:
55
- "**/compose*.yml"
66
- "**/docker-compose*.yml"
7-
standards-version: 1.9.0
7+
standards-version: 1.10.0
88
---
99

1010
# Resource Limits

rules/ssh-safety.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Flag dangerous SSH commands that could cause data loss or system damage on the Raspberry Pi.
33
alwaysApply: true
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# SSH Command Safety

rules/weak-credentials.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ globs:
55
- "**/compose*.yml"
66
- "**/docker-compose*.yml"
77
- "**/.env*"
8-
standards-version: 1.9.0
8+
standards-version: 1.10.0
99
---
1010

1111
# Weak Credentials

0 commit comments

Comments
 (0)