From 2d401fa002c1065f2d4b665a0d8d52b2886a9642 Mon Sep 17 00:00:00 2001 From: csh Date: Tue, 27 Jan 2026 17:03:31 +0800 Subject: [PATCH] :white_check_mark: test(templates): update prompts validation --- tests/templates/validate_project_templates.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/templates/validate_project_templates.sh b/tests/templates/validate_project_templates.sh index 974aa0d..9eea2ff 100644 --- a/tests/templates/validate_project_templates.sh +++ b/tests/templates/validate_project_templates.sh @@ -90,7 +90,8 @@ PROMPTS_DIR="$TEMPLATES_DIR/prompts" validate_file_exists "$PROMPTS_DIR/README.md" "prompts/README.md" validate_file_exists "$PROMPTS_DIR/system/agent-behavior.template.md" "prompts/system/agent-behavior.template.md" validate_file_exists "$PROMPTS_DIR/coding/clarify.template.md" "prompts/coding/clarify.template.md" -validate_file_exists "$PROMPTS_DIR/coding/verify.template.md" "prompts/coding/verify.template.md" +validate_file_exists "$PROMPTS_DIR/coding/review.template.md" "prompts/coding/review.template.md" +validate_file_exists "$PROMPTS_DIR/meta/prompt-generator.template.md" "prompts/meta/prompt-generator.template.md" echo ""