From 3923c8f95731c1388f5cee3032f57390f27d0e14 Mon Sep 17 00:00:00 2001 From: riqueufmg Date: Thu, 9 Oct 2025 12:39:07 -0300 Subject: [PATCH] Update java-refactoring-extract-method.prompt.md --- prompts/java-refactoring-extract-method.prompt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prompts/java-refactoring-extract-method.prompt.md b/prompts/java-refactoring-extract-method.prompt.md index 9b184d7..ec2ad87 100644 --- a/prompts/java-refactoring-extract-method.prompt.md +++ b/prompts/java-refactoring-extract-method.prompt.md @@ -1,4 +1,5 @@ --- +title: 'Refactoring Java Methods with Extract Method' mode: 'agent' description: 'Refactoring using Extract Methods in Java Language' ---