mindnet_obsidian/Dictionary/analysis_policies.yaml
Lars b4d2424778
Some checks are pending
Node.js build / build (20.x) (push) Waiting to run
Node.js build / build (22.x) (push) Waiting to run
Refactor chain inspection logic and improve documentation
- Enhanced chain inspection logic to better handle link completeness and confidence levels based on updated template definitions.
- Improved documentation to clarify the functionality and usage of the Mindnet Causal Assistant plugin, including detailed sections on chain inspection features.
- Updated tests to ensure accuracy and reliability of the new chain inspection enhancements.
2026-01-20 12:27:34 +01:00

23 lines
484 B
YAML

version: 1
profiles:
discovery:
severities:
missing_link_constraints: info
weak_chain_roles: info
unmapped_edge_types: info
missing_slot_*: info
decisioning:
severities:
missing_link_constraints: warn
weak_chain_roles: info
unmapped_edge_types: warn
missing_slot_*: warn
audit:
severities:
missing_link_constraints: warn
weak_chain_roles: info
unmapped_edge_types: error
missing_slot_*: warn