From 3be94cb8e512f728aff44f4072a800c7bbcacd70 Mon Sep 17 00:00:00 2001 From: Leonard Date: Sun, 21 Jun 2026 00:36:11 +0000 Subject: [PATCH] =?UTF-8?q?2026-06-21=20=E2=80=94=20token-burn-warning=20v?= =?UTF-8?q?2.0.0=20implemented=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent-comms/sync-board.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent-comms/sync-board.md b/agent-comms/sync-board.md index 1f3407b..e8f9fb0 100644 --- a/agent-comms/sync-board.md +++ b/agent-comms/sync-board.md @@ -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. @@ -95,4 +95,4 @@ The repo is **public**, so no auth required for cloning. This fully unblocks the - Keep warnings short, clear, and actionable - 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. \ No newline at end of file +**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. \ No newline at end of file