Skip to content

Commit f4c8ced

Browse files
tyaginidhiCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8d02547 commit f4c8ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/power-pages/references/approval-gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
> **Markers applied across all SKILL.md files.** Each gate has both a machine-readable `<!-- gate: ID | category=X | cancel-leaves=Y -->` HTML comment and a human-readable `> 🚦 **Gate (...)**` block. Each pure data-gathering prompt has a `<!-- not-a-gate: <reason> -->` comment.
88
>
9-
> **Lint is hard-fail for every skill.** `scripts/lint-skills-alm.js` enforces the five GATE rules (`GATE-must-have-marker`, `GATE-id-must-be-unique`, `GATE-must-be-in-catalog`, `GATE-intent-must-call-helper`, `GATE-cancel-leaves-known-vocab`) at error severity on every SKILL.md under `plugins/power-pages/skills/`.
9+
> **Lint is hard-fail for every skill.** `scripts/lint-skills-alm.js` enforces seven rules (`GATE-must-have-marker`, `GATE-id-must-be-unique`, `GATE-must-be-in-catalog`, `GATE-intent-must-call-helper`, `GATE-cancel-leaves-known-vocab`, `CATALOG-row-must-have-marker`, `GATE-prose-block-required`) at error severity on every SKILL.md under `plugins/power-pages/skills/`.
1010
1111
---
1212

0 commit comments

Comments
 (0)