$ luarocks install meow.review.nvimmeow.review.nvim is a Neovim plugin designed to help developers review AI-generated code.
It provides inline code annotations (ISSUE, SUGGESTION, NOTE) that are persisted to
.cache/meow-review/annotations.json and can be exported to Markdown for consumption by AI agents.
Features:
- Annotate code ranges with typed comments (ISSUE, SUGGESTION, NOTE)
- Treesitter-aware context capture (function/class name)
- Git hunk detection via gitsigns or vim.diff (vimdiff)
- JSON persistence per project (git root)
- Markdown and JSON export for AI agent consumption
- Sign column + extmark-based position tracking with stale detection
- Resolved annotation state (excluded from export by default)
- Pluggable exporter and formatter registry
- Auto-registered avante.nvim and codecompanion.nvim exporters
- :checkhealth meow.review support