relate: 089f4cd8 --RELATED_TO--> 9ea72015
This commit is contained in:
parent
9581fd1f7f
commit
0d329499e2
@ -0,0 +1,13 @@
|
||||
---
|
||||
id: 2f7fc7c4-66b6-44d1-be62-2ba56af9b687
|
||||
type: RELATED_TO
|
||||
from_id: 089f4cd8-4b2b-49a5-aac1-af2811b8ea7d
|
||||
from_title: "Test auto-edge second memory"
|
||||
to_id: 9ea72015-0b85-4a42-9ae1-144866f8d86f
|
||||
to_title: "Cognitive Memory v3.0: Rich Edges + Hybrid Embeddings + MCP Server"
|
||||
strength: 0.8
|
||||
created: "2026-03-01T04:06:13.209575+00:00"
|
||||
updated: "2026-03-01T04:06:13.209575+00:00"
|
||||
---
|
||||
|
||||
Auto-edge: Test auto-edge second memory → Cognitive Memory v3.0: Rich Edges + Hybrid Embeddings + MCP Server
|
||||
@ -6,7 +6,7 @@ tags: [cognitive-memory, mcp, architecture, upgrade]
|
||||
importance: 0.9
|
||||
confidence: 0.8
|
||||
created: "2026-02-19T20:10:42.128691+00:00"
|
||||
updated: "2026-02-28T22:11:02.699906+00:00"
|
||||
updated: "2026-03-01T04:06:13.209575+00:00"
|
||||
relations:
|
||||
- target: dc6b6c6f-1319-47cf-a691-dd40751ff121
|
||||
type: BUILDS_ON
|
||||
@ -33,6 +33,11 @@ relations:
|
||||
direction: incoming
|
||||
strength: 0.85
|
||||
edge_id: aea53b08-79a6-446a-bd1c-13f37b872c4e
|
||||
- target: 089f4cd8-4b2b-49a5-aac1-af2811b8ea7d
|
||||
type: RELATED_TO
|
||||
direction: incoming
|
||||
strength: 0.8
|
||||
edge_id: 2f7fc7c4-66b6-44d1-be62-2ba56af9b687
|
||||
---
|
||||
|
||||
Major upgrade to cognitive-memory skill. Phase 1: Rich edges as first-class markdown files in graph/edges/ with bidirectional frontmatter refs (edge_id field). relate() returns edge_id string instead of bool. Cascade deletion on memory delete. CLI: edge-get, edge-search, edge-update, edge-delete. Phase 2: Hybrid embedding providers (Ollama local + OpenAI optional) with automatic fallback chain. _config.json stores provider settings (gitignored). Dimension mismatch safety triggers re-embedding on provider switch. Phase 3: MCP server (mcp_server.py) with 18 tools via JSON-RPC 2.0 stdio protocol. Registered in ~/.claude.json. Phase 4: Updated SKILL.md, SCHEMA.md, feature.json to v3.0.0. Index version bumped from 1 to 2 (adds edges section). All stdlib-only, no external dependencies.
|
||||
|
||||
@ -6,7 +6,7 @@ tags: [test, auto-edge]
|
||||
importance: 0.1
|
||||
confidence: 0.8
|
||||
created: "2026-03-01T04:06:12.758680+00:00"
|
||||
updated: "2026-03-01T04:06:13.142713+00:00"
|
||||
updated: "2026-03-01T04:06:13.209575+00:00"
|
||||
relations:
|
||||
- target: 8e2d1904-24e0-41df-95f2-2edc4407b9f3
|
||||
type: RELATED_TO
|
||||
@ -18,6 +18,11 @@ relations:
|
||||
direction: outgoing
|
||||
strength: 0.8
|
||||
edge_id: 0645a098-9a7b-4c7e-969c-9c15ad0ef449
|
||||
- target: 9ea72015-0b85-4a42-9ae1-144866f8d86f
|
||||
type: RELATED_TO
|
||||
direction: outgoing
|
||||
strength: 0.8
|
||||
edge_id: 2f7fc7c4-66b6-44d1-be62-2ba56af9b687
|
||||
---
|
||||
|
||||
Another temporary memory to test edge creation between new memories.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user