Complete memory graph and document value workplans

This commit is contained in:
2026-05-15 13:30:50 +02:00
parent f49ebb563b
commit 6cc44da628
25 changed files with 1546 additions and 168 deletions

View File

@@ -0,0 +1,17 @@
schema_version: markitect.memory.graph.v1
id: invalid-memory-graph
title: Invalid Memory Graph
intent: Exercise graph validation diagnostics for fixture consumers.
nodes:
- id: node.unknown-kind
kind: unknown_kind
text: This node kind is not part of the memory graph vocabulary.
edges:
- id: edge.unknown-target
kind: supports
source: node.unknown-kind
target: node.missing
events:
- id: event.unknown-kind
kind: unrecognized_event
timestamp: "2026-05-15T08:35:00Z"