episode: Fix: Replace manual db.close() calls with FastAPI middleware in paper-dynasty-database

This commit is contained in:
Cal Corum 2026-03-02 23:38:10 -06:00
parent 0ddea9deb2
commit 4c9e98ae5e

View File

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