feat(config-audit): TOK flags skill description > 500 chars (v5 M2) [skip-docs]
- New Pattern F in TOK: low-severity finding when SKILL.md description > 500 chars - Scoped to discovery.files (project-local) — activeConfig.skills walk would pull in user/plugin skills out of project scope - New fixtures: skill-bloated (594-char desc) + skill-tight (46-char baseline) 574 → 576 tests, all green.
This commit is contained in:
parent
25ca6139b4
commit
9a44df22ac
4 changed files with 71 additions and 1 deletions
8
plugins/config-audit/tests/fixtures/skill-tight/skills/tight/SKILL.md
vendored
Normal file
8
plugins/config-audit/tests/fixtures/skill-tight/skills/tight/SKILL.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: tight
|
||||
description: Tight skill description, well under 500 chars.
|
||||
---
|
||||
|
||||
# Tight skill
|
||||
|
||||
Minimal body.
|
||||
Loading…
Add table
Add a link
Reference in a new issue