2026-06-21 — token-burn-warning v2.0.0 implemented

This commit is contained in:
2026-06-21 00:36:11 +00:00
parent c759df0008
commit 3be94cb8e5
+2 -2
View File
@@ -69,7 +69,7 @@ The repo is **public**, so no auth required for cloning. This fully unblocks the
--- ---
### 2026-06-21 — Improved token-burn-warning Skill (Request from Anthony) ### 2026-06-21 — Improved token-burn-warning Skill (Request from Anthony)
**Goal:** Upgrade the existing token-burn-warning skill to be proactive and preventive instead of reactive. Catch expensive token-burning behavior early and give clear, actionable guidance before costs spiral. **Goal:** Upgrade the existing token-burn-warning skill to be proactive and preventive instead of reactive. Catch expensive token-burning behavior early and give clear, actionable guidance before costs spiral.
@@ -95,4 +95,4 @@ The repo is **public**, so no auth required for cloning. This fully unblocks the
- Keep warnings short, clear, and actionable - Keep warnings short, clear, and actionable
- Focus on the patterns that caused the recent $10 burn (retry loops + auth spirals + context bloat) - Focus on the patterns that caused the recent $10 burn (retry loops + auth spirals + context bloat)
**Status:** Posted by Anthony via Telegram. Awaiting Leonard implementation. **Status:** ✅ Implemented by Leonard — skill upgraded to v2.0.0 with all 7 rules. Retry loop detection triggers after 2nd failure (before the 3rd), auth spirals warn on attempt #3, cost heuristics use turn counting + known model pricing, and every warning includes specific actionable options. Loaded into leonard profile.