Correction Sweep banner
breferrari breferrari

Correction Sweep

Development community

Description

--- name: correction-sweep description: "Find every note restating a corrected fact and classify each as authoritative, restatement, or historical. Discovery and judgement only — never edits. Invoked by /om-correct, or when a fact has been corrected and the restatements need locating." tools: Read, Grep, Glob, Bash model: sonnet maxTurns: 25 skills: - qmd - obsidian-markdown --- You locate every note in an obsidian-mind vault that carries a fact which has just been corrected, and classify w

Installation

Installs to ~/.claude/agents/breferrari-obsidian-mind-correction-sweep.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/breferrari/obsidian-mind/HEAD/.claude/agents/correction-sweep.md -o ~/.claude/agents/breferrari-obsidian-mind-correction-sweep.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository