amplify_verify_claim
Attach proof (git commit, test run, user confirmation, etc.) to a lesson and automatically promote its verification level based on evidence rules.
Instructions
v1.4.0 — Attach evidence to a lesson to promote it. Promotion rules: (claim + 1 evidence) → 'evidence' (conf 0.7); (evidence + user_confirmation OR ≥2 distinct evidence types) → 'confirmed' (conf 1.0). Use this when tests pass, a commit lands, or the user explicitly confirms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lesson id to verify. | |
| evidence_type | Yes | ||
| evidence_link | Yes | Git SHA, test ID, URL, or short note — proof of the claim. | |
| promote_to | No | Optional override (default: follow auto-promotion rules). |