diff options
Diffstat (limited to 'makima/src/server/handlers/contracts.rs')
| -rw-r--r-- | makima/src/server/handlers/contracts.rs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/makima/src/server/handlers/contracts.rs b/makima/src/server/handlers/contracts.rs index ad0a1ff..dc15923 100644 --- a/makima/src/server/handlers/contracts.rs +++ b/makima/src/server/handlers/contracts.rs @@ -575,24 +575,6 @@ pub async fn update_contract( }), ).await; - // Directive engine integration — process planning/step/monitoring completion - if contract.is_directive_orchestrator || contract.directive_id.is_some() { - let pool_clone = pool.clone(); - let state_clone = state.clone(); - let contract_clone = contract.clone(); - let owner = auth.owner_id; - tokio::spawn(async move { - if let Err(e) = crate::orchestration::directive::on_contract_completed( - &pool_clone, &state_clone, &contract_clone, owner, - ).await { - tracing::warn!( - contract_id = %contract_clone.id, - error = %e, - "Failed to process directive contract completion" - ); - } - }); - } } // Get summary with counts |
