Skip to content

Commit 7a38e74

Browse files
committed
chore: bump standards-version signals and drift-check pin to 1.9.0
Aligns this repo with the meta-repo's current MINOR (v1.9.x). Two coupled changes: 1. Signal bump: standards-version 1.7.0 -> 1.9.0 across all SKILL.md, .mdc, AGENTS.md (where present), and CLAUDE.md (where present) files. 2. Workflow pin: drift-check@v1.<old> -> drift-check@v1.9. Per Phase 2 Design Decision 1, drift-check consumers track explicit MINOR for deliberate standards version awareness. Each MINOR represents a meaningful standards revision; tool repos signal which revision they are aligned with via the signal version, and consume the matching action via explicit MINOR pin. The actual purpose of this rollout is to align ecosystem signals with current MINOR so the (now-active per DTD#12) stale-counts checker is exercised against current standards, and so the meta-repo's mode: all drift-check reads consistent versions across the ecosystem. Refs TMHSDigital/Developer-Tools-Directory#12. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Made-with: Cursor
1 parent 2e2b754 commit 7a38e74

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

.github/workflows/drift-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: TMHSDigital/Developer-Tools-Directory/.github/actions/drift-check@v1.7
18+
- uses: TMHSDigital/Developer-Tools-Directory/.github/actions/drift-check@v1.9
1919
with:
2020
mode: self
2121
format: gh-summary

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- standards-version: 1.7.0 -->
1+
<!-- standards-version: 1.9.0 -->
22

33
# AGENTS.md
44

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- standards-version: 1.7.0 -->
1+
<!-- standards-version: 1.9.0 -->
22

33
# CLAUDE.md
44

rules/buildx-best-practices.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/docker-compose*.yaml"
88
- "**/compose*.yml"
99
- "**/compose*.yaml"
10-
standards-version: 1.7.0
10+
standards-version: 1.9.0
1111
---
1212

1313
# Buildx Best Practices

rules/compose-scaling.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ globs:
66
- "**/docker-compose*.yaml"
77
- "**/compose*.yml"
88
- "**/compose*.yaml"
9-
standards-version: 1.7.0
9+
standards-version: 1.9.0
1010
---
1111

1212
# Compose Scaling

rules/compose-validation.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ globs:
66
- "**/docker-compose*.yaml"
77
- "**/compose*.yml"
88
- "**/compose*.yaml"
9-
standards-version: 1.7.0
9+
standards-version: 1.9.0
1010
---
1111

1212
# Docker Compose Validation Rules

rules/docker-image-pinning.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/docker-compose*.yaml"
88
- "**/compose*.yml"
99
- "**/compose*.yaml"
10-
standards-version: 1.7.0
10+
standards-version: 1.9.0
1111
---
1212

1313
# Docker Image Tag Pinning

rules/docker-logging.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/docker-compose*.yaml"
88
- "**/compose*.yml"
99
- "**/compose*.yaml"
10-
standards-version: 1.7.0
10+
standards-version: 1.9.0
1111
---
1212

1313
# Docker Logging Validation Rules

rules/docker-port-conflicts.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/compose*.yml"
88
- "**/compose*.yaml"
99
- "**/Dockerfile*"
10-
standards-version: 1.7.0
10+
standards-version: 1.9.0
1111
---
1212

1313
# Docker Port Conflict Detection

rules/docker-resource-limits.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ globs:
88
- "**/compose*.yaml"
99
- "**/Dockerfile*"
1010
- "**/*docker*"
11-
standards-version: 1.7.0
11+
standards-version: 1.9.0
1212
---
1313

1414
# Docker Resource Limits

0 commit comments

Comments
 (0)