con un clic
evidence-linking
// SOP for linking evidence pages to causal claims — creates supported_by or contradicts edges.
// SOP for linking evidence pages to causal claims — creates supported_by or contradicts edges.
SOP for detecting and resolving concept aliases — merge duplicate pages, redirect edges.
SOP for creating a claim page in the vault — atomic proposition with type classification, source attribution, and initial confidence.
SOP for creating a new concept page with proper frontmatter, content, and initial edges.
SOP for flagging contradictions in the causal model — identify conflicting evidence or mechanism claims.
SOP for creating a dimension page — documents an axis of variation with its values and semantics.
SOP for creating multiple edges in a batch — efficient bulk relationship creation.
| name | evidence-linking |
| description | SOP for linking evidence pages to causal claims — creates supported_by or contradicts edges. |
| execution | sop |
| used-by | evidence-collection, evidence-weighing |
Link evidence pages to the causal claims they support or contradict.
vault_add_edge
[[dir/slug]] pointing to the claim (dir/slug = target path minus .md). Place inline at semantically relevant location. Skip if already present.Returns: { claim: string, evidence: string, relationship: string, weight: number }