generated from coulomb/repo-seed
Add Markitect bridge and activation quality
This commit is contained in:
18
tests/fixtures/markitect-invalid-graph.json
vendored
Normal file
18
tests/fixtures/markitect-invalid-graph.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"schema_version": "markitect.memory.graph.v1",
|
||||
"id": "invalid-graph",
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node.a",
|
||||
"kind": "decision"
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge.bad",
|
||||
"kind": "depends_on",
|
||||
"source": "node.a",
|
||||
"target": "missing"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user