mindnet_obsidian/Dictionary/analysis_policies.yaml
Lars 327ff4c9c7
Some checks failed
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled
Refactor analysis policies and update chain roles and templates
- Removed the audit section from analysis policies for simplification.
- Updated chain roles to version 0.3.1, refining descriptions and edge types for clarity and consistency.
- Enhanced chain templates by removing redundant node types and improving allowed node type definitions.
- Revised graph schema documentation to clarify edge type definitions and improve overall structure.
2026-01-21 07:17:29 +01:00

16 lines
332 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