generated from coulomb/repo-seed
Complete memory graph and document value workplans
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user