dev-booster 1.1.3 → 1.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-booster",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Reusable AI development kit with manual boosters, governance, and project bootstrap",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -52,6 +52,9 @@ After all files have been overwritten, report back to the user with:
52
52
  - Whether the IDE bridge was already handled by the CLI or whether `AGENTS.md` had to be created as fallback.
53
53
  - Any gaps or missing information that could not be auto-detected and may need manual input.
54
54
 
55
+ The completion report shown in chat must follow the global language configured for the active LLM/environment.
56
+ The generated project artifacts and technical file contents may remain in technical English when appropriate.
57
+
55
58
  ---
56
59
 
57
60
  > [!NOTE]