invariance_dna_promote_edge_candidate
Promote an accepted DNA edge candidate into a durable semantic link. Preview with dry_run to avoid persisting; re-promoting returns the existing link.
Instructions
Promote an accepted DNA edge candidate into a durable semantic link. The candidate must be accepted, carry a semantic_similarity signal, and have at least two evidence chunks (otherwise the API returns 422). Idempotent: re-promoting returns the existing link with already_promoted=true. Set dry_run=true to preview the would-be link without writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Edge candidate ID. | |
| dry_run | No | Preview only — run the gates and return the would-be link without persisting. |