Complete memory graph and document value workplans
This commit is contained in:
parent
f49ebb563b
commit
6cc44da628
25 changed files with 1546 additions and 168 deletions
17
examples/memory/invalid-memory-graph.yaml
Normal file
17
examples/memory/invalid-memory-graph.yaml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue