Commit 17811a4
committed
chore: add validate-counts job for README aggregate count enforcement
Adds a validate-counts job that enforces README.md aggregate count
claims match the actual filesystem counts of skills/SKILL.md and
rules/*.mdc. Mirrors the canonical pattern shipping in CFX and Unity.
Filesystem walk (not plugin.json introspection) because this repo
uses glob-based plugin.json (`"skills": ["skills/**/SKILL.md"]`),
where len(m['skills']) would always return 1. The walk approach
matches what the existing "Count components" step already does
informationally; this job promotes it to enforcement.
Currently passes (skill/rule counts match README claims). Pure
CI hardening; catches future drift before it ships.
Refs TMHSDigital/Developer-Tools-Directory#39.
Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com>
Made-with: Cursor1 parent 1b190e0 commit 17811a4
1 file changed
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
0 commit comments