Skip to content

Commit 915e247

Browse files
authored
chore: add standards-version frontmatter to skills and rules (#21)
Phase 1 of the agent-file drift checker work (TMHSDigital/Developer-Tools-Directory Issue #1). Adds `standards-version: 1.6.3` to YAML frontmatter of every SKILL.md and .mdc rule file in this repo. Mechanical change, no content edits. The standards-version field enables the drift checker (Phase 2) to compare each file against the current meta-repo standards version. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
1 parent fc4e720 commit 915e247

27 files changed

Lines changed: 27 additions & 0 deletions

File tree

rules/buildx-best-practices.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ globs:
77
- "**/docker-compose*.yaml"
88
- "**/compose*.yml"
99
- "**/compose*.yaml"
10+
standards-version: 1.6.3
1011
---
1112

1213
# Buildx Best Practices

rules/compose-scaling.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ globs:
66
- "**/docker-compose*.yaml"
77
- "**/compose*.yml"
88
- "**/compose*.yaml"
9+
standards-version: 1.6.3
910
---
1011

1112
# Compose Scaling

rules/compose-validation.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ globs:
66
- "**/docker-compose*.yaml"
77
- "**/compose*.yml"
88
- "**/compose*.yaml"
9+
standards-version: 1.6.3
910
---
1011

1112
# Docker Compose Validation Rules

rules/docker-image-pinning.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ globs:
77
- "**/docker-compose*.yaml"
88
- "**/compose*.yml"
99
- "**/compose*.yaml"
10+
standards-version: 1.6.3
1011
---
1112

1213
# Docker Image Tag Pinning

rules/docker-logging.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ globs:
77
- "**/docker-compose*.yaml"
88
- "**/compose*.yml"
99
- "**/compose*.yaml"
10+
standards-version: 1.6.3
1011
---
1112

1213
# Docker Logging Validation Rules

rules/docker-port-conflicts.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ globs:
77
- "**/compose*.yml"
88
- "**/compose*.yaml"
99
- "**/Dockerfile*"
10+
standards-version: 1.6.3
1011
---
1112

1213
# Docker Port Conflict Detection

rules/docker-resource-limits.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ globs:
88
- "**/compose*.yaml"
99
- "**/Dockerfile*"
1010
- "**/*docker*"
11+
standards-version: 1.6.3
1112
---
1213

1314
# Docker Resource Limits

rules/docker-secrets.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Flag hardcoded passwords, tokens, and registry credentials in Docker configurations. Suggest environment variables or Docker secrets.
33
alwaysApply: true
4+
standards-version: 1.6.3
45
---
56

67
# Docker Secrets and Credential Safety

rules/dockerfile-lint.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: Flag common Dockerfile antipatterns including unpinned base images,
33
alwaysApply: false
44
globs:
55
- "**/Dockerfile*"
6+
standards-version: 1.6.3
67
---
78

89
# Dockerfile Linting Rules

rules/swarm-security.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ globs:
99
- "**/compose*.yaml"
1010
- "**/docker-stack*.yml"
1111
- "**/docker-stack*.yaml"
12+
standards-version: 1.6.3
1213
---
1314

1415
# Swarm Security

0 commit comments

Comments
 (0)