relate: 89f32ef3 --RELATED_TO--> 59268a95

This commit is contained in:
Cal Corum 2026-02-28 00:03:28 -06:00
parent 769b5cd1e7
commit 313076aafb
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
id: 28b233ae-7bb5-441d-8a95-44617fb82618
type: RELATED_TO
from_id: 89f32ef3-2d87-4b8c-aa6e-ce5a7f60566c
from_title: "Fix: Partial UUID prefix matching in cognitive memory client (git-style)"
to_id: 59268a95-4712-48b4-bccb-6171c7885301
to_title: "Fix: Race condition in cognitive-memory _save_state loses last_reflection timestamp when daily+weekly timers collide"
strength: 0.7
created: "2026-02-28T06:03:28.384589+00:00"
updated: "2026-02-28T06:03:28.384589+00:00"
---
Both are client-side fixes to the cognitive memory system improving reliability and usability

View File

@ -6,13 +6,18 @@ tags: [cognitive-memory, fix, uuid, mcp, client.py, claude-configs]
importance: 0.8
confidence: 0.8
created: "2026-02-28T06:03:13.780326+00:00"
updated: "2026-02-28T06:03:25.212458+00:00"
updated: "2026-02-28T06:03:28.384589+00:00"
relations:
- target: 9ea72015-0b85-4a42-9ae1-144866f8d86f
type: BUILDS_ON
direction: outgoing
strength: 0.8
edge_id: 6100de8d-c1dc-4ec9-8981-5c65a396da0e
- target: 59268a95-4712-48b4-bccb-6171c7885301
type: RELATED_TO
direction: outgoing
strength: 0.7
edge_id: 28b233ae-7bb5-441d-8a95-44617fb82618
---
# Partial UUID Prefix Matching in CognitiveMemoryClient

View File

@ -6,13 +6,18 @@ tags: [cognitive-memory, fix, race-condition, systemd, state-management, atomici
importance: 0.8
confidence: 0.8
created: "2026-02-20T06:47:07.701221+00:00"
updated: "2026-02-20T06:47:17.701728+00:00"
updated: "2026-02-28T06:03:28.384589+00:00"
relations:
- target: b33e2316-6313-4ed9-b95a-3a469b820101
type: CAUSES
direction: outgoing
strength: 0.9
edge_id: 6f7d12e4-b494-4aea-9be9-f43a5492719c
- target: 89f32ef3-2d87-4b8c-aa6e-ce5a7f60566c
type: RELATED_TO
direction: incoming
strength: 0.7
edge_id: 28b233ae-7bb5-441d-8a95-44617fb82618
---
# Race Condition in _save_state Corrupts last_reflection Timestamp