Skip to content

Commit 6e10a3b

Browse files
committed
docs(contributing): point at validate.yml after evals.yml consolidation
1 parent 9c4d6c6 commit 6e10a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pnpm exec lefthook install
3939

4040
After that, every commit will run the framework-local checks (json/yaml validity, schema validation on the three Claude Code surfaces, SKILL.md frontmatter, per-plugin CATALOG.md regeneration, commitlint).
4141

42-
Verify your environment any time with `./scripts/doctor.sh` (`user`, `contributor`, or `all`); it reports a colour-coded OK / WARN / FAIL per check and exits non-zero on critical failures. The canonical issue and PR label list lives in [`.github/labels.yml`](./.github/labels.yml); the [`evals`](./.github/workflows/evals.yml) workflow validates every `plugins/*/skills/*/evals/scenarios.json` on push and pull request.
42+
Verify your environment any time with `./scripts/doctor.sh` (`user`, `contributor`, or `all`); it reports a colour-coded OK / WARN / FAIL per check and exits non-zero on critical failures. The canonical issue and PR label list lives in [`.github/labels.yml`](./.github/labels.yml); the [`validate`](./.github/workflows/validate.yml) workflow runs the same lefthook hooks against the full tree on every push and pull request, so contributions that bypass the local hooks are still gated by the same checks.
4343

4444
---
4545

0 commit comments

Comments
 (0)