Add Markitect bridge and activation quality
This commit is contained in:
parent
8089a7c8fa
commit
1efb7d4c13
19 changed files with 871 additions and 43 deletions
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue