Add core files: README, LICENSE, requirements, setup, config
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 18:01:25 +00:00
parent 75d10896ae
commit 8e7f57c3d9

17
config.yaml Normal file
View File

@@ -0,0 +1,17 @@
llm:
endpoint: "http://localhost:11434"
model: "llama3"
temperature: 0.7
timeout: 30
audit:
max_depth: 3
severity_levels:
- critical
- warning
- info
fix:
create_backup: true
backup_dir: ".config_auditor_backup"
dry_run_default: false