From 313076aafb6a27423bd7abe0562dbd8cbae828c9 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sat, 28 Feb 2026 00:03:28 -0600 Subject: [PATCH] relate: 89f32ef3 --RELATED_TO--> 59268a95 --- ...TED_TO--fix-race-condition-in-cognitiv-28b233.md | 13 +++++++++++++ ...ix-matching-in-cognitive-memory-client-89f32e.md | 7 ++++++- ...cognitive-memory-save-state-loses-last-59268a.md | 7 ++++++- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 graph/edges/fix-partial-uuid-prefix-matchi--RELATED_TO--fix-race-condition-in-cognitiv-28b233.md diff --git a/graph/edges/fix-partial-uuid-prefix-matchi--RELATED_TO--fix-race-condition-in-cognitiv-28b233.md b/graph/edges/fix-partial-uuid-prefix-matchi--RELATED_TO--fix-race-condition-in-cognitiv-28b233.md new file mode 100644 index 00000000000..da38cc1d27f --- /dev/null +++ b/graph/edges/fix-partial-uuid-prefix-matchi--RELATED_TO--fix-race-condition-in-cognitiv-28b233.md @@ -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 diff --git a/graph/fixes/fix-partial-uuid-prefix-matching-in-cognitive-memory-client-89f32e.md b/graph/fixes/fix-partial-uuid-prefix-matching-in-cognitive-memory-client-89f32e.md index 851fe66c9ca..119baa51d2d 100644 --- a/graph/fixes/fix-partial-uuid-prefix-matching-in-cognitive-memory-client-89f32e.md +++ b/graph/fixes/fix-partial-uuid-prefix-matching-in-cognitive-memory-client-89f32e.md @@ -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 diff --git a/graph/fixes/fix-race-condition-in-cognitive-memory-save-state-loses-last-59268a.md b/graph/fixes/fix-race-condition-in-cognitive-memory-save-state-loses-last-59268a.md index 06fe7d6ef15..b619d658a4c 100644 --- a/graph/fixes/fix-race-condition-in-cognitive-memory-save-state-loses-last-59268a.md +++ b/graph/fixes/fix-race-condition-in-cognitive-memory-save-state-loses-last-59268a.md @@ -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