Spaces:
Sleeping
Sleeping
Update config/modules.json
Browse files- config/modules.json +13 -1
config/modules.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"enabled_modules": ["orchestrator", "testing", "diagnostics"],
|
| 3 |
"auto_start": true,
|
| 4 |
"module_settings": {
|
| 5 |
"orchestrator": {
|
|
@@ -13,6 +13,18 @@
|
|
| 13 |
"diagnostics": {
|
| 14 |
"auto_run": true,
|
| 15 |
"interval_minutes": 60
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
}
|
| 17 |
}
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"enabled_modules": ["orchestrator", "testing", "diagnostics", "code_formatter", "prompt_manager", "code_intelligence"],
|
| 3 |
"auto_start": true,
|
| 4 |
"module_settings": {
|
| 5 |
"orchestrator": {
|
|
|
|
| 13 |
"diagnostics": {
|
| 14 |
"auto_run": true,
|
| 15 |
"interval_minutes": 60
|
| 16 |
+
},
|
| 17 |
+
"code_formatter": {
|
| 18 |
+
"enabled": true,
|
| 19 |
+
"auto_format": true
|
| 20 |
+
},
|
| 21 |
+
"prompt_manager": {
|
| 22 |
+
"enabled": true,
|
| 23 |
+
"auto_optimize": true
|
| 24 |
+
},
|
| 25 |
+
"code_intelligence": {
|
| 26 |
+
"enabled": true,
|
| 27 |
+
"auto_analyze": true
|
| 28 |
}
|
| 29 |
}
|
| 30 |
}
|