pub fn evaluate_agent_result(
project_root: &Path,
state: &State,
git_flow: &GitFlowConfig,
) -> Result<AgentResult, ResultError>Expand description
Full three-layer evaluation: returns the best available AgentResult.
pub fn evaluate_agent_result(
project_root: &Path,
state: &State,
git_flow: &GitFlowConfig,
) -> Result<AgentResult, ResultError>Full three-layer evaluation: returns the best available AgentResult.