From a94587c4a4239280145f71b7c49cfd79b93cda15 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 02:53:00 +0000 Subject: [PATCH] Initial upload: CodeGuard-CLI v0.1.0 --- codeguard.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codeguard.yaml diff --git a/codeguard.yaml b/codeguard.yaml new file mode 100644 index 0000000..484c3b8 --- /dev/null +++ b/codeguard.yaml @@ -0,0 +1,11 @@ +model: codellama +languages: + - python + - javascript + - typescript + - go + - rust +severity_threshold: low +fail_on_critical: true +max_file_size: 100000 +chunk_size: 8000