relate: 436e133f --RELATED_TO--> 91e8d0c6

This commit is contained in:
Cal Corum 2026-03-03 15:25:52 -06:00
parent 65b4cc9cb2
commit c50bd509c2
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
id: ee09b1f2-02b3-4773-901e-f9a42c9ff39d
type: RELATED_TO
from_id: 436e133f-2c31-488a-9810-fb6ca5b45250
from_title: "Refactor: issue-poller.sh — replaced 5 of 6 Haiku+MCP calls with direct curl+jq Gitea API calls"
to_id: 91e8d0c6-74c0-472f-b123-d30123bfd009
to_title: "Fix: Cleanup of duplicate labels and PRs from issue-poller infinite loop in paper-dynasty-database"
strength: 0.8
created: "2026-03-03T21:25:52.347520+00:00"
updated: "2026-03-03T21:25:52.347520+00:00"
---
The refactor's ensure_label helper directly prevents the duplicate label issue that was cleaned up

View File

@ -6,7 +6,7 @@ tags: [paper-dynasty-database, gitea, cleanup, automation, duplicate-labels, cla
importance: 0.5
confidence: 0.8
created: "2026-03-03T21:25:33.268899+00:00"
updated: "2026-03-03T21:25:48.745118+00:00"
updated: "2026-03-03T21:25:52.347520+00:00"
relations:
- target: b27fb831-811e-4103-b5f1-3c36d5b1ad20
type: RELATED_TO
@ -28,6 +28,11 @@ relations:
direction: incoming
strength: 0.95
edge_id: c250081e-5695-4789-b483-395a3f8645ea
- target: 436e133f-2c31-488a-9810-fb6ca5b45250
type: RELATED_TO
direction: incoming
strength: 0.8
edge_id: ee09b1f2-02b3-4773-901e-f9a42c9ff39d
---
# Cleanup: Duplicate Labels and PRs from Issue-Poller Loop

View File

@ -6,7 +6,7 @@ tags: [issue-poller, gitea-api, curl, jq, cost-optimization, automation, claude-
importance: 0.8
confidence: 0.8
created: "2026-03-03T21:25:29.636362+00:00"
updated: "2026-03-03T21:25:46.826311+00:00"
updated: "2026-03-03T21:25:52.347520+00:00"
relations:
- target: 28217f02-2f47-4231-b785-b2c582ce52ab
type: BUILDS_ON
@ -28,6 +28,11 @@ relations:
direction: incoming
strength: 0.9
edge_id: b6ee1850-88c1-4860-b757-b07e1d7fb855
- target: 91e8d0c6-74c0-472f-b123-d30123bfd009
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: ee09b1f2-02b3-4773-901e-f9a42c9ff39d
---
# Issue-Poller Refactor: Haiku → curl+jq