diff --git a/frontend/src/components/projects/project-form-fields.tsx b/frontend/src/components/projects/project-form-fields.tsx index f7635163..2d488ce4 100644 --- a/frontend/src/components/projects/project-form-fields.tsx +++ b/frontend/src/components/projects/project-form-fields.tsx @@ -222,8 +222,8 @@ export function ProjectFormFields({ />
This script will run after coding agent execution is complete. Use it - for cleanup tasks like stopping processes, clearing caches, or other - post-execution cleanup. + for quality assurance tasks like running linters, formatters, tests, + or other validation steps.