We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Feature
Leave comments, click Finish Review, paste the prompt into your agent. The prompt points the agent to the review file and comments file, and tells it to run crit go <port> when done. Crit detects the signal, reloads with a diff, and you review again.
When you click "Finish Review", Crit writes a .review.md file (your comments interleaved as blockquotes) and a .comments.json file (structured comment data). A prompt is copied to your clipboard.
The prompt tells the agent to address comments in the review file, mark them resolved in the comments JSON, and run crit go <port> when done. Paste it into any agent.
When the agent runs crit go, the browser starts a new round with a diff of what changed. Previous comments show as resolved or still open.
Add new comments on the updated version and repeat. The loop continues until the plan is right.
Install Crit and start reviewing markdown in seconds.
$ brew install tomasz-tomczyk/tap/crit
$ crit plan.md
Or download a pre-built binary from GitHub Releases.