diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..1146fd1 --- /dev/null +++ b/config.yaml @@ -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