episode: Refactor: issue-poller.sh — replaced 5 of 6 Haiku+MCP calls with direct curl+jq Gitea API calls

This commit is contained in:
Cal Corum 2026-03-03 15:25:29 -06:00
parent 455771e5e1
commit bb3dda2e75

View File

@ -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