About Scavi
Clean context.
Better agents.
Scavi is an open-source context linter for AI coding agents. It checks whether repository instructions still match the code they describe.
What it catches
- stale paths and removed files
- invalid package scripts
- package-manager mismatches
- conflicting agent instructions
How it works
Scavi reads files such as AGENTS.md, CLAUDE.md, Cursor rules, and Copilot instructions, then validates their claims against repository evidence. Deterministic answers stay local and require no LLM.
Core commands
npx scavi-cli checkcheck repository contextscavi initcreate a configurationscavi fixpreview minimal safe fixes