Initial upload: CodeGuard-CLI v0.1.0

This commit is contained in:
2026-02-01 02:53:00 +00:00
parent b9f8b43a3e
commit a94587c4a4

11
codeguard.yaml Normal file
View File

@@ -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