diff --git a/.openclaw/skills/ponytail-audit/SKILL.md b/.openclaw/skills/ponytail-audit/SKILL.md index ba82812..07ead9e 100644 --- a/.openclaw/skills/ponytail-audit/SKILL.md +++ b/.openclaw/skills/ponytail-audit/SKILL.md @@ -32,6 +32,6 @@ End with `net: - lines, - deps possible.` Nothing to cut: `Lean already. S ## Boundaries Scope: over-engineering and complexity only. Correctness bugs, security holes, -and performance are explicitly out of scope — route them to a normal review +and performance are explicitly out of scope. Route them to a normal review pass. Lists findings, applies nothing. One-shot. "stop ponytail-audit" or "normal mode" to revert. diff --git a/.openclaw/skills/ponytail-review/SKILL.md b/.openclaw/skills/ponytail-review/SKILL.md index fbb5923..284b783 100644 --- a/.openclaw/skills/ponytail-review/SKILL.md +++ b/.openclaw/skills/ponytail-review/SKILL.md @@ -45,7 +45,7 @@ If there is nothing to cut, say `Lean already. Ship.` and stop. ## Boundaries Scope: over-engineering and complexity only. Correctness bugs, security holes, -and performance are explicitly out of scope — route them to a normal review +and performance are explicitly out of scope. Route them to a normal review pass, not this one. A single smoke test or `assert`-based self-check is the ponytail minimum, not bloat, never flag it for deletion. Does not apply the fixes, only lists them. diff --git a/skills/ponytail-audit/SKILL.md b/skills/ponytail-audit/SKILL.md index b95bb93..5582d10 100644 --- a/skills/ponytail-audit/SKILL.md +++ b/skills/ponytail-audit/SKILL.md @@ -36,6 +36,6 @@ End with `net: - lines, - deps possible.` Nothing to cut: `Lean already. S ## Boundaries Scope: over-engineering and complexity only. Correctness bugs, security holes, -and performance are explicitly out of scope — route them to a normal review +and performance are explicitly out of scope. Route them to a normal review pass. Lists findings, applies nothing. One-shot. "stop ponytail-audit" or "normal mode" to revert. diff --git a/skills/ponytail-review/SKILL.md b/skills/ponytail-review/SKILL.md index 2bbfeb9..e137a85 100644 --- a/skills/ponytail-review/SKILL.md +++ b/skills/ponytail-review/SKILL.md @@ -50,7 +50,7 @@ If there is nothing to cut, say `Lean already. Ship.` and stop. ## Boundaries Scope: over-engineering and complexity only. Correctness bugs, security holes, -and performance are explicitly out of scope — route them to a normal review +and performance are explicitly out of scope. Route them to a normal review pass, not this one. A single smoke test or `assert`-based self-check is the ponytail minimum, not bloat, never flag it for deletion. Does not apply the fixes, only lists them.