From 95c6c17cb8229b419687af02dce51e58850d2aba Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 02:41:02 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..728eb3b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# codeguard-cli + +A CLI tool that runs local LLMs to analyze code for security vulnerabilities, code smells, and bugs. Integrates as a pre-commit hook with offline, private analysis using Ollama. \ No newline at end of file