mirror of
https://github.com/DietrichGebert/ponytail.git
synced 2026-09-14 18:11:01 +08:00
b6c04480c0
The ponytail: comment marker was being over-applied to trivial code (#120). Narrow the rule so only deliberate simplifications that cut a real corner with a known ceiling get a comment, and keep the `ponytail:` prefix that /ponytail-debt greps for. Applied across all rule copies, SKILL.md, AGENTS.md, the fallback instructions, both command files, and the Qoder/OpenCode copies that #491 missed; .openclaw regenerated. helpers.test.js now pins the prefix so it cannot silently drop again. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
3 lines
550 B
TOML
3 lines
550 B
TOML
description = "Switch ponytail intensity level (lite/full/ultra/off)"
|
|
prompt = "Switch to ponytail {{args}} mode. If no level specified, use full. Lazy senior dev mode, before any code: does it need to exist at all (YAGNI)? Does the standard library do it? A native platform feature? Can it be one line? Build the minimum that works. No unrequested abstractions, no avoidable dependencies, no boilerplate. Mark deliberate simplifications that cut a real corner with a known ceiling using a ponytail: comment that names the ceiling and upgrade path."
|