Skip to content

Commit d32e248

Browse files
authored
fix: suppress stale-counts for cursor-plugin type to unblock D-1 (#16)
The cursor-plugin tool repos use narrative aggregate descriptions in AGENTS.md and CLAUDE.md (e.g., "the skills/ directory contains 9 SKILL.md files"). These are intentional documentation, not stale data. The stale-counts check flags them as warnings, which now fails CI per the rc=1 propagation fix shipped in v1.7.4. Suppresses stale-counts at the cursor-plugin type level to match the existing mcp-server pattern (which already skips this check). This is a type-level suppression, not global; the meta-repo and any future repo types retain stale-counts. Interim decision; the underlying policy question (can stale-counts be made smarter to distinguish narrative from truth-bearing aggregates?) is tracked in #12 and remains open. Required to proceed with Phase 2 Session D D-1 rollout. See #1 Phase 2 Session D. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
1 parent 6c7eea7 commit d32e248

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.4
1+
1.7.5

standards/drift-checker.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"types": {
88
"cursor-plugin": {
9-
"skip_checks": []
9+
"skip_checks": ["stale-counts"]
1010
},
1111
"mcp-server": {
1212
"skip_checks": ["required-refs", "stale-counts"]

0 commit comments

Comments
 (0)