daily sync: 3 added, 4 modified, 0 deleted (3 edges)

This commit is contained in:
Cal Corum 2026-03-01 16:16:45 -06:00
parent 8be0bb3926
commit 9cd1124f00
7 changed files with 75 additions and 5 deletions

View File

@ -6,7 +6,7 @@ tags: [homelab, automation, commit, configuration, session-log]
importance: 0.6
confidence: 0.8
created: "2026-02-28T20:56:53.670312+00:00"
updated: "2026-03-01T04:13:13.331186+00:00"
updated: "2026-03-01T22:16:45.908384+00:00"
relations:
- target: ee85bf89-93f0-48e4-b911-7ddc18a735b5
type: FOLLOWS
@ -18,6 +18,11 @@ relations:
direction: incoming
strength: 0.65
edge_id: ed1f50e9-eec3-491a-9e41-097f567ee28d
- target: 5fb6b3c0-cc6a-4baa-8552-8d2731379b0b
type: RELATED_TO
direction: incoming
strength: 0.78
edge_id: 8d2b6329-8e85-4620-be9b-88805105c047
---
Commits made: 1

View File

@ -2,11 +2,11 @@
id: b1ba1b27-d2bf-44f9-a1f5-0ace2017dc18
type: decision
title: "Multi-graph support: named, segregated memory namespaces for cognitive memory"
tags: ["[\\\\\\\\\\\\\\\"cognitive-memory\\\\\\\\\\\\\\\"", multi-graph, architecture, mcp, "\\\\\\\\\\\\\\\"v3.1.0\\\\\\\\\\\\\\\"]"]
tags: ["[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"cognitive-memory\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"", multi-graph, architecture, mcp, "\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"v3.1.0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]"]
importance: 0.8
confidence: 0.8
created: "2026-02-28T20:56:05.164875+00:00"
updated: "2026-02-28T20:57:19.908975+00:00"
updated: "2026-03-01T22:16:45.870481+00:00"
relations:
- target: dc9c2638-360e-4e15-990c-76fcd16672c0
type: BUILDS_ON
@ -23,6 +23,11 @@ relations:
direction: outgoing
strength: 0.8
edge_id: f5227880-ea2c-4330-b7f1-eb367fc12c9e
- target: 5fb6b3c0-cc6a-4baa-8552-8d2731379b0b
type: BUILDS_ON
direction: outgoing
strength: 0.7
edge_id: 2adf60cc-84e8-4351-9ea0-1036983c39a1
---
# Multi-graph Support for Cognitive Memory (v3.1.0)

View File

@ -0,0 +1,13 @@
---
id: 8d2b6329-8e85-4620-be9b-88805105c047
type: RELATED_TO
from_id: 5fb6b3c0-cc6a-4baa-8552-8d2731379b0b
from_title: "Migration Script: Default-to-Named-Graph Memory Transfer"
to_id: 9eb16f9f-c825-4233-b64f-d0acd140374a
to_title: "[homelab] feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load"
strength: 0.78
created: "2026-03-01T22:16:45.908384+00:00"
updated: "2026-03-01T22:16:45.908384+00:00"
---
Auto-edge: Migration Script: Default-to-Named-Graph Memory Transfer → [homelab] feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load

View File

@ -0,0 +1,13 @@
---
id: ac0d00ea-f279-49b5-b186-b8c3cc4deffe
type: RELATED_TO
from_id: 5fb6b3c0-cc6a-4baa-8552-8d2731379b0b
from_title: "Migration Script: Default-to-Named-Graph Memory Transfer"
to_id: d0d1a325-a308-474a-baf7-6939a76a136b
to_title: "MemoryGraph MCP Installation and Protocol"
strength: 0.79
created: "2026-03-01T22:16:45.892156+00:00"
updated: "2026-03-01T22:16:45.892156+00:00"
---
Auto-edge: Migration Script: Default-to-Named-Graph Memory Transfer → MemoryGraph MCP Installation and Protocol

View File

@ -0,0 +1,13 @@
---
id: 2adf60cc-84e8-4351-9ea0-1036983c39a1
type: BUILDS_ON
from_id: b1ba1b27-d2bf-44f9-a1f5-0ace2017dc18
from_title: "Multi-graph support: named, segregated memory namespaces for cognitive memory"
to_id: 5fb6b3c0-cc6a-4baa-8552-8d2731379b0b
to_title: "Migration Script: Default-to-Named-Graph Memory Transfer"
strength: 0.7
created: "2026-03-01T22:16:45.870481+00:00"
updated: "2026-03-01T22:16:45.870481+00:00"
---
Auto-edge: Multi-graph support: named, segregated memory namespaces for cognitive memory → Migration Script: Default-to-Named-Graph Memory Transfer

View File

@ -6,13 +6,18 @@ tags: [pai, claude-code, memorygraph, mcp, setup, configuration]
importance: 0.8
confidence: 0.8
created: "2025-12-06T16:25:59.811824+00:00"
updated: "2025-12-06T16:25:59.811850+00:00"
updated: "2026-03-01T22:16:45.892156+00:00"
relations:
- target: 991e1162-d73c-4b6c-a27f-77aa0f9b9a68
type: RELATED_TO
direction: incoming
strength: 0.5
context: "Both part of PAI infrastructure improvements - NoteDiscovery skill migration and MemoryGraph setup happened in same session as part of context management strategy"
- target: 5fb6b3c0-cc6a-4baa-8552-8d2731379b0b
type: RELATED_TO
direction: incoming
strength: 0.79
edge_id: ac0d00ea-f279-49b5-b186-b8c3cc4deffe
---
Installed MemoryGraph MCP for persistent graph-based memory across sessions. Used SQLite backend (zero config, stores at ~/.memorygraph/memory.db). Installation: pipx install memorygraphMCP, then 'claude mcp add --scope user memorygraph -- memorygraph --profile extended'. Extended profile provides 11 tools including get_memory_statistics. Added Memory Protocol section to ~/.claude/CLAUDE.md with: required recall before complex work, automatic storage triggers (bug fix, git commit, architecture decision, pattern, config, troubleshooting), importance scale (0.8-1.0 critical, 0.5-0.7 standard, 0.3-0.4 minor), tag requirements (project, technology, category), and relationship types (SOLVES, CAUSES, BUILDS_ON, etc.).

View File

@ -6,7 +6,23 @@ tags: [cognitive-memory, migration, multi-graph, python, script, solution]
importance: 0.85
confidence: 0.8
created: "2026-03-01T22:16:44.476551+00:00"
updated: "2026-03-01T22:16:44.476551+00:00"
updated: "2026-03-01T22:16:45.908384+00:00"
relations:
- target: b1ba1b27-d2bf-44f9-a1f5-0ace2017dc18
type: BUILDS_ON
direction: incoming
strength: 0.7
edge_id: 2adf60cc-84e8-4351-9ea0-1036983c39a1
- target: d0d1a325-a308-474a-baf7-6939a76a136b
type: RELATED_TO
direction: outgoing
strength: 0.79
edge_id: ac0d00ea-f279-49b5-b186-b8c3cc4deffe
- target: 9eb16f9f-c825-4233-b64f-d0acd140374a
type: RELATED_TO
direction: outgoing
strength: 0.78
edge_id: 8d2b6329-8e85-4620-be9b-88805105c047
---
# Memory Migration Script: Default to Named Project Graphs