From 2e8e9d978b02fa1f2c60ee71f821bb7ca1cb67e8 Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Sun, 20 Jul 2025 16:33:19 +0100 Subject: [PATCH] Updated the cleanup script description in [project-form-fields.tsx](file:///private/var/folders/kr/jdxkcn7129j376nrg0stj9zm0000gn/T/vibe-kanban/vk-d64b-update-cle/frontend/src/components/projects/project-form-fields.tsx#L224-L226) to use better examples like linters, formatters, tests, and validation steps instead of stopping processes and clearing caches. (#293) --- frontend/src/components/projects/project-form-fields.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.