chore: fix stale skill-frontmatter and check-manifests references
c8a7c9efolded the skill-frontmatter hook into skill-size-check but left validate.sh's FAIL messages, skill-author's create.md, and the skill template's frontmatter comment naming the deleted hook as the enforcer -- misleading for anyone tracing a FAIL back to the gate that raises it.f11b645swept check-manifests references but missed a hand-authored "Local hooks in this repo" table in the git plugin's vendored pre-commit research doc, which still listed both check-manifests and skill-frontmatter as active hooks. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YR2CjVumUbEGWcMikcoXBD
This commit is contained in:
@@ -168,7 +168,5 @@ Local hooks in this repo:
|
||||
| Hook | Stage | Entry |
|
||||
|------|-------|-------|
|
||||
| `run-tests` | pre-push | `bash tests/run-tests.sh` |
|
||||
| `check-manifests` | pre-push | `bash scripts/check-manifests.sh` |
|
||||
| `validate-plugins` | pre-push | `claude plugin validate --strict` per plugin dir |
|
||||
| `validate-marketplace` | pre-push | `claude plugin validate --strict .claude-plugin/marketplace.json` |
|
||||
| `skill-frontmatter` | pre-commit | Validates SKILL.md has `name:` and `description:` |
|
||||
|
||||
Reference in New Issue
Block a user