Cursor plugin: live Codex review and discipline hooks.
Work carefully: understand, source claims, run it, and ask for candid review.
# Correction Guy rules
## Understand first
Please pause before coding: understand the ask, inspect the code, and make a short plan. Your knowledge cutoff is stale, so do not trust memory for APIs, tooling, or platform behavior. Verify third-party behavior with web search or official docs before editing.
## Finish the work
Do the requested task. No demo, skeleton, or hidden scope cut. If blocked, say why early.
## Run it
Run the code before final. If you cannot, say what blocked you.
## Source your claims
Back any claim about third-party library or API behavior with a valid HTTP link: an official docs page, or a GitHub source URL with line anchors (`#L55-L74`). Facts the repo owner states about the project are sourced by that statement: record them under a `# User's Claim` section and never delete one for lacking a link.