From bb3dda2e752510333dc1d60c63c63a05dcecd3c5 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Tue, 3 Mar 2026 15:25:29 -0600 Subject: [PATCH] =?UTF-8?q?episode:=20Refactor:=20issue-poller.sh=20?= =?UTF-8?q?=E2=80=94=20replaced=205=20of=206=20Haiku+MCP=20calls=20with=20?= =?UTF-8?q?direct=20curl+jq=20Gitea=20API=20calls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- episodes/2026-03-03.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-03-03.md b/episodes/2026-03-03.md index 44b4b60c962..3b00ee09f0f 100644 --- a/episodes/2026-03-03.md +++ b/episodes/2026-03-03.md @@ -271,3 +271,7 @@ Session size: 39 messages, 14 tool calls ## 15:25 - Insight: gitea-mcp list_repo_issues silently ignores type parameter — PRs always included - **Type:** insight - **Tags:** gitea-mcp, mcp, gitea-api, tool-limitations, list_repo_issues, claude-scheduled + +## 15:25 - Refactor: issue-poller.sh — replaced 5 of 6 Haiku+MCP calls with direct curl+jq Gitea API calls +- **Type:** solution +- **Tags:** issue-poller, gitea-api, curl, jq, cost-optimization, automation, claude-scheduled, refactor