From 4c9e98ae5ed42c6cbb5529e88c23635123b68127 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 2 Mar 2026 23:38:10 -0600 Subject: [PATCH] episode: Fix: Replace manual db.close() calls with FastAPI middleware in paper-dynasty-database --- episodes/2026-03-02.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-03-02.md b/episodes/2026-03-02.md index 23968a1dd2b..00487cfeb8d 100644 --- a/episodes/2026-03-02.md +++ b/episodes/2026-03-02.md @@ -206,3 +206,7 @@ Work - **Tags:** pr-reviewer, cognitive-memory, automation - **Memory:** [pr-review-cognitive-memory7-approved-e9afda](graph/workflows/pr-review-cognitive-memory7-approved-e9afda.md) - **Summary:** Reviewed cognitive-memory PR #7 — fix: filter archived/dormant memories from semantic_recall() + +## 23:38 - Fix: Replace manual db.close() calls with FastAPI middleware in paper-dynasty-database +- **Type:** fix +- **Tags:** paper-dynasty-database, fastapi, peewee, python, middleware, database, connection-management