daily sync: 3 added, 4 modified, 0 deleted (3 edges)

This commit is contained in:
Cal Corum 2026-03-03 18:49:29 -06:00
parent 2133bccaec
commit bee5eead91
7 changed files with 74 additions and 4 deletions

View File

@ -0,0 +1,13 @@
---
id: 722ced20-f470-4abc-b77f-66348a21d318
type: RELATED_TO
from_id: 759c8f57-2519-4e21-afd6-bf89386aedb8
from_title: "PR review: paper-dynasty-database#47 — HTTPException 200 fix with undisclosed reformatting"
to_id: 1e6628fa-dc5d-4047-a9ae-ecb884e04ba2
to_title: "Issue poller: paper-dynasty-database#32 (success)"
strength: 0.81
created: "2026-03-04T00:49:29.072190+00:00"
updated: "2026-03-04T00:49:29.072190+00:00"
---
Auto-edge: PR review: paper-dynasty-database#47 — HTTPException 200 fix with undisclosed reformatting → Issue poller: paper-dynasty-database#32 (success)

View File

@ -0,0 +1,13 @@
---
id: 2fd15bb5-01a0-4ad7-bcac-0fd3d4da87ea
type: RELATED_TO
from_id: 759c8f57-2519-4e21-afd6-bf89386aedb8
from_title: "PR review: paper-dynasty-database#47 — HTTPException 200 fix with undisclosed reformatting"
to_id: 5ae1bf6e-1e1c-4486-8a4d-10afd9e42189
to_title: "PR review: paper-dynasty-database#33 (APPROVED)"
strength: 0.81
created: "2026-03-04T00:49:29.139128+00:00"
updated: "2026-03-04T00:49:29.139128+00:00"
---
Auto-edge: PR review: paper-dynasty-database#47 — HTTPException 200 fix with undisclosed reformatting → PR review: paper-dynasty-database#33 (APPROVED)

View File

@ -0,0 +1,13 @@
---
id: ad1d9792-9f19-4d2d-b143-05f27208a318
type: RELATED_TO
from_id: 759c8f57-2519-4e21-afd6-bf89386aedb8
from_title: "PR review: paper-dynasty-database#47 — HTTPException 200 fix with undisclosed reformatting"
to_id: d36a86f0-8183-4c94-8d63-0be65d3fd63a
to_title: "PR review: paper-dynasty-database#33 (APPROVED)"
strength: 0.81
created: "2026-03-04T00:49:29.108653+00:00"
updated: "2026-03-04T00:49:29.108653+00:00"
---
Auto-edge: PR review: paper-dynasty-database#47 — HTTPException 200 fix with undisclosed reformatting → PR review: paper-dynasty-database#33 (APPROVED)

View File

@ -6,7 +6,7 @@ tags: [issue-poller, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T15:06:02.717135+00:00"
updated: "2026-03-03T21:22:09.755339+00:00"
updated: "2026-03-04T00:49:29.072190+00:00"
relations:
- target: 61b618e7-6c6a-46be-9dec-b31b57cb19fe
type: RELATED_TO
@ -28,6 +28,11 @@ relations:
direction: incoming
strength: 0.72
edge_id: 7f2a9e26-50c9-4191-8372-14807b170e0e
- target: 759c8f57-2519-4e21-afd6-bf89386aedb8
type: RELATED_TO
direction: incoming
strength: 0.81
edge_id: 722ced20-f470-4abc-b77f-66348a21d318
---
Attempted paper-dynasty-database#32 — fix: remove debug print(req.scope) from get_docs route (#31). Status: success. Summary: Removed debug print(req.scope) from get_docs route in app/main.py. PR: https://git.manticorum.com/cal/paper-dynasty-database/pulls/34. Cost: $0.7683692500000001

View File

@ -6,7 +6,7 @@ tags: [pr-reviewer, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T18:09:25.812471+00:00"
updated: "2026-03-03T22:48:00.764331+00:00"
updated: "2026-03-04T00:49:29.139128+00:00"
relations:
- target: 530bfb6f-841c-4381-b8a4-d0b6fbc02878
type: RELATED_TO
@ -33,6 +33,11 @@ relations:
direction: incoming
strength: 0.71
edge_id: a422a779-6644-4af6-be68-7caa845547a9
- target: 759c8f57-2519-4e21-afd6-bf89386aedb8
type: RELATED_TO
direction: incoming
strength: 0.81
edge_id: 2fd15bb5-01a0-4ad7-bcac-0fd3d4da87ea
---
Reviewed paper-dynasty-database PR #33 — fix: replace 467 manual db.close() calls with middleware (#30). Verdict: APPROVED. Summary: Correct implementation of the standard Peewee + FastAPI middleware pattern. 467 db.close() calls removed from 30 router files; middleware correctly uses reuse_if_open=True with try/finally and is_clos. Cost: $1.062883

View File

@ -6,7 +6,7 @@ tags: [pr-reviewer, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T06:06:26.108954+00:00"
updated: "2026-03-04T00:19:09.401178+00:00"
updated: "2026-03-04T00:49:29.108653+00:00"
relations:
- target: 04e57a23-0a20-49d6-8c5a-2fa5fc4e55b5
type: RELATED_TO
@ -53,6 +53,11 @@ relations:
direction: incoming
strength: 0.73
edge_id: 727f8ef1-ecc0-4804-a663-510f4ac16d15
- target: 759c8f57-2519-4e21-afd6-bf89386aedb8
type: RELATED_TO
direction: incoming
strength: 0.81
edge_id: ad1d9792-9f19-4d2d-b143-05f27208a318
---
Reviewed paper-dynasty-database PR #33 — fix: replace 467 manual db.close() calls with middleware (#30). Verdict: APPROVED. Summary: Correct implementation of the standard Peewee + FastAPI middleware pattern. Eliminates connection-leak bug across 467 call sites. Safe for both SQLite (dev) and PooledPostgresqlDatabase (prod). Minor:. Cost: $0.98641425

View File

@ -6,7 +6,23 @@ tags: [pr-reviewer, paper-dynasty-database, fastapi, python, scope-creep, ai-bra
importance: 0.6
confidence: 0.8
created: "2026-03-04T00:49:28.716137+00:00"
updated: "2026-03-04T00:49:28.716137+00:00"
updated: "2026-03-04T00:49:29.139128+00:00"
relations:
- target: 1e6628fa-dc5d-4047-a9ae-ecb884e04ba2
type: RELATED_TO
direction: outgoing
strength: 0.81
edge_id: 722ced20-f470-4abc-b77f-66348a21d318
- target: d36a86f0-8183-4c94-8d63-0be65d3fd63a
type: RELATED_TO
direction: outgoing
strength: 0.81
edge_id: ad1d9792-9f19-4d2d-b143-05f27208a318
- target: 5ae1bf6e-1e1c-4486-8a4d-10afd9e42189
type: RELATED_TO
direction: outgoing
strength: 0.81
edge_id: 2fd15bb5-01a0-4ad7-bcac-0fd3d4da87ea
---
## Review Summary