shrinivas-sn/verify-claims ? reverse-engineered prompt
Reverse engineered prompt
Build me a small TypeScript command line tool called verify claims that checks whether statements in Markdown are still true.
I want to write a hidden comment above a line in a docs file, like a claim with a command, then have the tool run that command and report whether the claim is still valid. If the command passes, show a clear success line with the file and line number. If it fails, show the file, line number, the command, and the exit code. It should accept one or more quoted glob patterns for Markdown files, and it should fail with exit code 1 if any claim is false or if the pattern matches no files.
Please make it usable from the command line and easy to run in CI. Keep the output simple and readable. If you need current TypeScript or Node docs while wiring it up, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit