| name | confidence-update |
| description | SOP for updating confidence scores on claims and evidence pages based on new information. |
| execution | sop |
Confidence Update
Update confidence scores on claim and evidence pages when new supporting or contradicting information arrives.
Tool
CC file edit + vault_search
Protocol
- Identify pages with outdated confidence (based on new evidence or contradictions)
- Read current page content and confidence score
- Assess new evidence: does it support or contradict?
- Update confidence score in frontmatter (increase for support, decrease for contradiction)
- Add note in page body explaining the update
HARD-GATE
Confidence changes must be justified with specific evidence references.
Never change confidence without citing the reason.
Yield
Returns: { updated: number, pages: Array<{path: string, old: number, new: number}> }