Sync: Complete project state with all MEGA SPRINT V1-V3 features and Codex stubs

This commit is contained in:
renato97
2026-04-08 17:58:47 -03:00
parent c9d3528900
commit 6d080d43b3
372 changed files with 189715 additions and 8590 deletions

View 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
}
}