Commit d32e248
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.com1 parent 6c7eea7 commit d32e248
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments