cc-starter 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/lib/constants.js +2 -2
  2. package/package.json +1 -1
package/lib/constants.js CHANGED
@@ -37,7 +37,7 @@ export const I18N = {
37
37
  title: 'cc-starter — Projekt-Kickstart Assistent',
38
38
  langQuestion: 'Sprache / Language:',
39
39
  projectName: 'Projektname:',
40
- projectDescription: 'Kurze Projektbeschreibung (was baust du?):',
40
+ projectDescription: 'Kurze Projektbeschreibung (z.B. Landing Page, SaaS-App, E-Commerce Shop, Blog, Portfolio, Dashboard, API):',
41
41
  hourlyRate: 'Stundensatz für COCOMO-Schätzung (€):',
42
42
  reportStyle: 'Report-Stil:',
43
43
  pluginPreset: 'Plugin-Auswahl:',
@@ -87,7 +87,7 @@ export const I18N = {
87
87
  title: 'cc-starter — project kickstart wizard',
88
88
  langQuestion: 'Sprache / Language:',
89
89
  projectName: 'Project name:',
90
- projectDescription: 'Short project description (what are you building?):',
90
+ projectDescription: 'Short project description (e.g. Landing Page, SaaS App, E-Commerce Store, Blog, Portfolio, Dashboard, API):',
91
91
  hourlyRate: 'Hourly rate for COCOMO estimation (€):',
92
92
  reportStyle: 'Report style:',
93
93
  pluginPreset: 'Plugin preset:',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-starter",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Claude Code Project Kickstart — scaffolds an optimized dev environment with token-saving scripts, COCOMO estimation, and interactive plugin setup",
5
5
  "type": "module",
6
6
  "bin": {