{ "enabled": false, "transport": "matrix", "macp": { "worktree_base": "~/src/{repo}-worktrees", "default_dispatch": "exec", "default_runtime": "codex", "cleanup_worktrees": true, "brief_dir": "docs/tasks", "result_dir": ".mosaic/orchestrator/results" }, "matrix": { "control_room_id": "", "workspace_id": "", "homeserver_url": "", "access_token": "", "bot_user_id": "" }, "worker": { "runtime": "codex", "command_template": "bash scripts/agent/orchestrator-worker.sh {task_file}", "timeout_seconds": 7200, "max_attempts": 1 }, "quality_gates": [ "pnpm lint", "pnpm typecheck", "pnpm test" ] }