From dffe9eb822e53068d2a4b5d18afc3733125763f7 Mon Sep 17 00:00:00 2001 From: Emeriko Date: Fri, 19 Jun 2026 02:20:49 +0200 Subject: [PATCH] fix: drop em dashes from ponytail-audit/review scope wording (#163) #163 clarified the audit/review Boundaries scope but reintroduced em dashes, which this repo deliberately purged (commit 88431de "replace em dashes with plain punctuation across prose"). Keeps the clearer wording, swaps the em dash for a period. .openclaw mirrors regenerated; suite green. Co-Authored-By: Claude Opus 4.8 --- .openclaw/skills/ponytail-audit/SKILL.md | 2 +- .openclaw/skills/ponytail-review/SKILL.md | 2 +- skills/ponytail-audit/SKILL.md | 2 +- skills/ponytail-review/SKILL.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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.