hyv fix
hyv fix applies targeted line-level fixes from scan results using your profile context.
quick answer
run after hyv scan when you want automatic patch suggestions.
use this for
- fixing flagged lines quickly
- pairing scan + fix in a pre-commit hook
- mcp workflows that patch files
steps
- run hyv scan draft.md first.
- run hyv fix draft.md
- review changes before commit.
details to know
- fix respects the same auth and quota rules as rewrite.
- always review — do not blind-commit fixes on legal copy.
limits and edge cases
- fix may refuse when the file changed since scan.
- not every flag has an automatic fix — some need human judgment.
ready to install instead of reading about it?
npm i -g @holdyourvoice/hyv