@hopla/claude-setup 1.0.3 → 1.0.4

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.
@@ -31,13 +31,12 @@ git status
31
31
 
32
32
  ## Step 4: Summary Report
33
33
 
34
- Provide a concise summary with:
34
+ Write a short, conversational message (2-4 sentences) addressed directly to the user. Mention:
35
+ - What the project is and what it does
36
+ - The current branch and what it's for
37
+ - Whether there are uncommitted changes or pending work
38
+ - The command to start the project (if available)
35
39
 
36
- **Project:** [name and purpose in one sentence]
37
- **Stack:** [languages, frameworks, key libraries]
38
- **Current branch:** [branch name and what it's for]
39
- **Key structure:** [main folders and their purpose]
40
- **Useful commands:** [how to run, test, build]
41
- **Git status:** [clean / changes pending / uncommitted files]
40
+ End with a sentence like: "Listo para continuar — ¿por dónde empezamos?" or "All caught up — what are we working on today?" depending on the language the user writes in.
42
41
 
43
- Keep it scannable this is for human review in under 30 seconds.
42
+ Do NOT use headers, labels, or bullet points in this final message. Write it as natural, friendly prose.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hopla/claude-setup",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Hopla team agentic coding system for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
File without changes
File without changes