Spaces:
Sleeping
Sleeping
Update config/modules.json
Browse files- config/modules.json +7 -2
config/modules.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"enabled_modules": ["orchestrator", "testing", "sys_diagnostics", "code_formatter", "prompt_manager", "code_intelligence"],
|
| 3 |
"auto_start": true,
|
| 4 |
"module_settings": {
|
| 5 |
"orchestrator": {
|
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"auto_test": false,
|
| 11 |
"test_on_startup": true
|
| 12 |
},
|
| 13 |
-
"
|
| 14 |
"auto_run": true,
|
| 15 |
"interval_minutes": 60
|
| 16 |
},
|
|
@@ -25,6 +25,11 @@
|
|
| 25 |
"code_intelligence": {
|
| 26 |
"enabled": true,
|
| 27 |
"auto_analyze": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
}
|
| 29 |
}
|
| 30 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"enabled_modules": ["orchestrator", "testing", "sys_diagnostics", "code_formatter", "prompt_manager", "code_intelligence", "pro_code_reviewer"],
|
| 3 |
"auto_start": true,
|
| 4 |
"module_settings": {
|
| 5 |
"orchestrator": {
|
|
|
|
| 10 |
"auto_test": false,
|
| 11 |
"test_on_startup": true
|
| 12 |
},
|
| 13 |
+
"sys_diagnostics": {
|
| 14 |
"auto_run": true,
|
| 15 |
"interval_minutes": 60
|
| 16 |
},
|
|
|
|
| 25 |
"code_intelligence": {
|
| 26 |
"enabled": true,
|
| 27 |
"auto_analyze": true
|
| 28 |
+
},
|
| 29 |
+
"pro_code_reviewer": {
|
| 30 |
+
"enabled": true,
|
| 31 |
+
"auto_review": false,
|
| 32 |
+
"strict_mode": true
|
| 33 |
}
|
| 34 |
}
|
| 35 |
}
|