CC-OS-005: Output Style Name Exceeds Length
Summary
- Rule ID:
CC-OS-005 - Severity:
LOW - Category:
claude-output-styles - Normative Level:
SHOULD - Auto-Fix:
No - Verified On:
2026-04-22
Applicability
- Tool:
claude-code - Version Range:
unspecified - Spec Revision:
unspecified
Evidence Sources
Test Coverage Metadata
- Unit tests:
true - Fixture tests:
true - E2E tests:
false
Examples
The following examples demonstrate what triggers this rule and how to fix it.
Invalid
---
name: A very very very very very very very very very very long output style name
description: Short
---
Be brief.
Valid
---
name: Concise
description: Short replies
---
Be brief.