Context
Found during Linux arm64 FAT testing (issue #1). kos validate --merged reports 1 failure in the aae-orc orchestrator graph.
Problem
_kos/nodes/bedrock/elem-tmux-cmc.yaml in the aae-orc orchestrator graph has three validation issues:
- ID mismatch: filename is
elem-tmux-cmc.yaml but the id field contains bedrock/elem-tmux-cmc.yaml — should be just elem-tmux-cmc
- Confidence/directory mismatch: file lives in
bedrock/ but declares confidence: frontier
- Unknown edge type: uses
supports which isn't in the schema (valid types: derives, implements, contradicts, supersedes)
Validate output
PARSE ERROR bedrock/elem-tmux-cmc.yaml: edges[0].type: unknown variant `supports`,
expected one of `derives`, `implements`, `contradicts`, `supersedes`
at line 28 column 11
FAIL bedrock/elem-tmux-cmc.yaml
✗ filename 'elem-tmux-cmc.yaml' does not match id 'bedrock/elem-tmux-cmc.yaml'
✗ in directory 'bedrock' but confidence is 'frontier' (expected 'frontier/')
Notes
- This is a data issue in the aae-orc
_kos/ graph, not a kos binary bug
- The node may need to be moved to
frontier/ and have its id and edge type fixed
- Or if tmux-cmc is genuinely bedrock, the
confidence field should be updated to match
Context
Found during Linux arm64 FAT testing (issue #1).
kos validate --mergedreports 1 failure in the aae-orc orchestrator graph.Problem
_kos/nodes/bedrock/elem-tmux-cmc.yamlin the aae-orc orchestrator graph has three validation issues:elem-tmux-cmc.yamlbut theidfield containsbedrock/elem-tmux-cmc.yaml— should be justelem-tmux-cmcbedrock/but declaresconfidence: frontiersupportswhich isn't in the schema (valid types:derives,implements,contradicts,supersedes)Validate output
Notes
_kos/graph, not a kos binary bugfrontier/and have its id and edge type fixedconfidencefield should be updated to match