claude-memory/graph/fixes/added-default-order-by-id-to-notifications-list-endpoint-ad7d61.md
Cal Corum 34bb613c57 Add 20 retroactive edges and sync pending memory updates
- 20 new high-quality edges across 8 project clusters
- Edge types: BUILDS_ON, RELATED_TO, ALTERNATIVE_TO, REQUIRES
- Updated relation metadata on connected memories
- New episode entries and memory files from recent sessions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 23:34:07 -06:00

654 B

id type title tags importance confidence created updated relations
ad7d6151-b1d9-4ee6-b31e-16bd338181f5 fix Added default ORDER BY id to notifications list endpoint
paper-dynasty
postgresql
migration
ordering
0.6 0.8 2026-02-01T01:29:12.408391+00:00 2026-02-20T04:32:29.691769+00:00
target type direction strength edge_id
08952bac-ce99-4b92-b9d9-edc9237c6bc6 RELATED_TO incoming 0.85 47087f18-d3c6-479b-a097-1dea13393c76

Modified GET /api/v2/notifs endpoint in app/routers_v2/notifications.py to add order_by(Notification.id) to ensure consistent row ordering for PostgreSQL migration compatibility.