- Added new properties to TemplateMatch interface for tracking slots and links completeness, and confidence levels. - Updated resolveCanonicalEdgeType function to handle optional edge vocabulary. - Enhanced computeFindings function to include missing link constraints findings. - Improved inspectChains function to report on links completeness and confidence levels. - Refactored tests to utilize real configuration files and improve integration with the vault structure. - Updated helper functions to support loading from real vault paths, enhancing test reliability.
20 lines
378 B
YAML
20 lines
378 B
YAML
roles:
|
|
causal:
|
|
description: Causal relationships
|
|
edge_types:
|
|
- resulted_in
|
|
- caused_by
|
|
- causes
|
|
influences:
|
|
description: Influence relationships
|
|
edge_types:
|
|
- wirkt_auf
|
|
- influences
|
|
- influenced_by
|
|
structural:
|
|
description: Structural relationships
|
|
edge_types:
|
|
- part_of
|
|
- contains
|
|
- references
|