relate: 21be13ae --RELATED_TO--> 9ea72015

This commit is contained in:
Cal Corum 2026-02-28 22:13:11 -06:00
parent 143d2ea713
commit 22a4d3faa9
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
id: 776d09a5-d1b3-4fe3-ac8a-5b41e40460d1
type: RELATED_TO
from_id: 21be13ae-c01b-4bf1-917a-9e1ef18312a8
from_title: "Cognitive-memory has no test suite — use inline smoke tests"
to_id: 9ea72015-0b85-4a42-9ae1-144866f8d86f
to_title: "Cognitive Memory v3.0: Rich Edges + Hybrid Embeddings + MCP Server"
strength: 0.6
created: "2026-03-01T04:13:11.742730+00:00"
updated: "2026-03-01T04:13:11.742730+00:00"
---
Smoke test workflow applies to the cognitive-memory project established in v3.0

View File

@ -6,13 +6,18 @@ tags: [cognitive-memory, testing, workflow, smoke-tests, development]
importance: 0.5
confidence: 0.8
created: "2026-03-01T04:12:49.340723+00:00"
updated: "2026-03-01T04:13:02.149309+00:00"
updated: "2026-03-01T04:13:11.742730+00:00"
relations:
- target: ee85bf89-93f0-48e4-b911-7ddc18a735b5
type: RELATED_TO
direction: outgoing
strength: 0.7
edge_id: d48a8a66-5b89-435c-9e8b-1f41a10b8b13
- target: 9ea72015-0b85-4a42-9ae1-144866f8d86f
type: RELATED_TO
direction: outgoing
strength: 0.6
edge_id: 776d09a5-d1b3-4fe3-ac8a-5b41e40460d1
---
# Cognitive-memory Has No Test Suite — Use Inline Smoke Tests

View File

@ -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-03-01T04:13:06.123582+00:00"
updated: "2026-03-01T04:13:11.742730+00:00"
relations:
- target: dc6b6c6f-1319-47cf-a691-dd40751ff121
type: BUILDS_ON
@ -53,6 +53,11 @@ relations:
direction: incoming
strength: 0.75
edge_id: 13e98a58-b81d-49b0-89b9-0f23d3d24657
- target: 21be13ae-c01b-4bf1-917a-9e1ef18312a8
type: RELATED_TO
direction: incoming
strength: 0.6
edge_id: 776d09a5-d1b3-4fe3-ac8a-5b41e40460d1
---
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.