بنقرة واحدة
evidence-attachment
// SOP for attaching evidence to a claim — create typed edge (supported_by, contradicts, qualifies) with evidence quality metadata.
// SOP for attaching evidence to a claim — create typed edge (supported_by, contradicts, qualifies) with evidence quality metadata.
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-attachment |
| description | SOP for attaching evidence to a claim — create typed edge (supported_by, contradicts, qualifies) with evidence quality metadata. |
| execution | sop |
| used-by | evidence-linking-arg, strength-assessment |
Attach a piece of evidence to a claim with a typed relationship edge.
vault_add_edge + vault_search
supported_by — evidence directly supports the claimcontradicts — evidence directly contradicts the claimqualifies — evidence limits the scope or adds conditions (use related_to edge)edge_type: supported_by | contradicts | related_toevidence_quality: strong | moderate | weakdirectness: direct | indirect | analogical[[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, edge_type: string, quality: string }