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)

This commit is contained in:
Louis Knight-Webb
2025-07-20 16:33:19 +01:00
committed by GitHub
parent 5170844c76
commit 2e8e9d978b

View File

@@ -222,8 +222,8 @@ export function ProjectFormFields({
/>
<p className="text-sm text-muted-foreground">
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.
</p>
</div>