diff --git a/scripts/uninstall.js b/scripts/uninstall.js index e4dce52c..e2fe7c41 100644 --- a/scripts/uninstall.js +++ b/scripts/uninstall.js @@ -36,5 +36,5 @@ try { console.log(`Removed ponytail statusLine entry from ${settingsPath}`); } } catch (e) { - if (e.code !== 'ENOENT') throw e; + if (e.code !== 'ENOENT' && !(e instanceof SyntaxError) throw e; } diff --git a/skills/ponytail-help/SKILL.md b/skills/ponytail-help/SKILL.md index 7e096bf2..0d8995e5 100644 --- a/skills/ponytail-help/SKILL.md +++ b/skills/ponytail-help/SKILL.md @@ -28,6 +28,8 @@ Level sticks until changed or session end. | **ponytail** | `/ponytail` | Lazy mode itself. Simplest solution that works. | | **ponytail-review** | `/ponytail-review` | Over-engineering review: `L42: yagni: factory, one product. Inline.` | | **ponytail-gain** | `/ponytail-gain` | Measured-impact scoreboard: less code, less cost, more speed. | +| **ponytail-audit** | `/ponytail-audit` | Review diffs for unnecessary complexity. | +| **ponytail-debt** | `/ponytail-debt` | Harvest ponytail: shortcuts into a debt ledger. | | **ponytail-help** | `/ponytail-help` | This card. | Codex uses `@ponytail`, `@ponytail-review`, and `@ponytail-help`; Claude Code