Skip to content
b2o2i edited this page Apr 3, 2026 · 6 revisions

st-fix — Improve a story using fact-check feedback

Rewrites the weak parts of a story using its fact-check results. Targets only claims that scored false or partially false — leaving accurate sections untouched.

Run after: st-fact · Run before: st-post

Related: st-fact · st-merge · st-post


For developers

Three modes: patch (default) bundles all false claims into one prompt; best-source finds how other AIs in the container handled the same claim and presents alternatives; synthesize passes all stories and scores to the AI and asks for a full rewrite. Mode is set via --mode.

Clone this wiki locally