mindnet_obsidian/tests/fixtures/chain_roles.yaml
Lars 3bb59afdda
Some checks are pending
Node.js build / build (20.x) (push) Waiting to run
Node.js build / build (22.x) (push) Waiting to run
Enhance template matching and chain inspection features
- 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.
2026-01-18 22:10:44 +01:00

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