refactor: generic name for the CLI agent

This commit is contained in:
Fahad
2025-10-03 10:55:06 +04:00
parent f76ebbf280
commit b692da2a82
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ WORKFLOW_FIELD_DESCRIPTIONS = {
"backtrack_from_step": "Step number to backtrack from if work needs revision",
"use_assistant_model": (
"Use assistant model for expert analysis after workflow steps. "
"False skips expert analysis, relies solely on Claude's investigation. "
"False skips expert analysis, relies solely on your personal investigation. "
"Defaults to True for comprehensive validation."
),
}