Control Panel · Manual Override
{/* Row 1: Reset + Auto Run + Speed */}
{/* Speed selector */}
Speed:
{SPEED_OPTIONS.map((opt) => (
))}
{/* Export CSV */}
{/* Row 2: Scenario Presets */}
Stress presets:
{SCENARIO_PRESETS.map((preset) => (
))}
{/* 6-dim action form */}
{ACTION_FIELDS.map((field) => (
))}
{/* Send button + preview */}
payload:
[{action.risk_decision},{action.crypto_verify},{action.infra_routing},
{action.db_retry_policy},{action.settlement_policy},{action.app_priority}]
);
}