Skip to content

validate-config missing max description length check #233

@philoserf

Description

@philoserf

Location

  • hooks/validate-config.py:62-67

Description

CLAUDE.md specifies skill descriptions should be 200-500 chars. The hook only enforces a 50-char minimum — no maximum, no range check matching the documented convention. Descriptions can pass validation while violating the spec.

Suggested Fix

Add upper-bound check (500 chars) and adjust minimum to match the documented 200-char floor.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions