CodeGuard Rule Checker as CLI #71
neilck
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a CLI that checks existing files against CodeGuard rules by calling LLM directly with source files.
Built for my own purpose as a startup developer, as adding all the rules into Agent context, and possibly having that run on every code change would eat up all my tokens. So instead, I run the CLI when I'm getting ready to commit the code.
https://github.com/neilck/codeguard-cli/releases/tag/v1.0.0
Because it optionally outputs JSON, might be useful for testing harness.
Beta Was this translation helpful? Give feedback.
All reactions