- 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.
23 lines
484 B
YAML
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
|