Skip to main content

evaluate_contract

Function evaluate_contract 

Source
pub async fn evaluate_contract(
    contract: &OutcomeContract,
    executor: &WorktreeExecutor,
    sink: &EventSink,
) -> Vec<CheckResult>
Expand description

Run every check through the worktree shell tool and report results.

All checks run even after a failure — repair prompts and the UI want the full picture, and checks are independent by construction.