Sync: Complete project state with all MEGA SPRINT V1-V3 features and Codex stubs
This commit is contained in:
25
ralph/config/telegram.example.json
Normal file
25
ralph/config/telegram.example.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": false,
|
||||
"prefix": "Ralph",
|
||||
"timeout_seconds": 8,
|
||||
"chat_ids": [
|
||||
"123456789"
|
||||
],
|
||||
"bot_token": "replace-me",
|
||||
"events": {
|
||||
"task_queued": true,
|
||||
"task_processing": true,
|
||||
"task_completed": true,
|
||||
"task_failed": true,
|
||||
"run_started": true,
|
||||
"implementer_completed": true,
|
||||
"reviewers_started": true,
|
||||
"fix_pass_started": true,
|
||||
"run_heartbeat": true,
|
||||
"run_completed": true,
|
||||
"run_failed": true,
|
||||
"codex_failed": true,
|
||||
"daemon_started": false,
|
||||
"daemon_stopped": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user