claude-git-hooks 2.17.2 → 2.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ You are helping a user create a GitHub issue for the claude-hooks project.
2
+
3
+ The user selected this issue template:
4
+ {{TEMPLATE_NAME}}
5
+
6
+ Template structure:
7
+ {{TEMPLATE_CONTENT}}
8
+
9
+ Project context (architecture, modules, conventions):
10
+ {{PROJECT_CONTEXT}}
11
+
12
+ Based on the template sections, generate a JSON array of questions to ask the user.
13
+ Each question should help fill one section of the template.
14
+ Format: [{"section": "Description", "question": "What feature...", "required": true}]
15
+
16
+ Skip sections that can be auto-filled (like Environment, Files Related).
17
+ For Files Related, suggest files based on the user's description using the project context.