specweave 1.0.350 → 1.0.352
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/bin/specweave.js +9 -0
- package/dist/plugins/specweave-ado/lib/ado-client-v2.d.ts +5 -0
- package/dist/plugins/specweave-ado/lib/ado-client-v2.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-client-v2.js +61 -23
- package/dist/plugins/specweave-ado/lib/ado-client-v2.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.js +3 -2
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-profile-resolver.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-profile-resolver.js +2 -1
- package/dist/plugins/specweave-ado/lib/ado-profile-resolver.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.d.ts +1 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.js +25 -9
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/conflict-resolver.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/conflict-resolver.js +17 -1
- package/dist/plugins/specweave-ado/lib/conflict-resolver.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/per-us-sync.d.ts +3 -0
- package/dist/plugins/specweave-ado/lib/per-us-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/per-us-sync.js +14 -1
- package/dist/plugins/specweave-ado/lib/per-us-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client-v2.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client-v2.js +10 -7
- package/dist/plugins/specweave-github/lib/github-client-v2.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client.d.ts +1 -1
- package/dist/plugins/specweave-github/lib/github-client.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client.js +7 -5
- package/dist/plugins/specweave-github/lib/github-client.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-cross-repo-sync.js +13 -3
- package/dist/plugins/specweave-github/lib/github-cross-repo-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.d.ts +24 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.js +36 -20
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync.d.ts +4 -2
- package/dist/plugins/specweave-github/lib/github-feature-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync.js +38 -9
- package/dist/plugins/specweave-github/lib/github-feature-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-graphql-client.d.ts +1 -0
- package/dist/plugins/specweave-github/lib/github-graphql-client.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-graphql-client.js +32 -22
- package/dist/plugins/specweave-github/lib/github-graphql-client.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-frontmatter-updater.js +144 -8
- package/dist/plugins/specweave-github/lib/github-spec-frontmatter-updater.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts +8 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.js +94 -24
- package/dist/plugins/specweave-github/lib/github-spec-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.d.ts +1 -0
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.js +2 -1
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-us-auto-closer.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-us-auto-closer.js +25 -0
- package/dist/plugins/specweave-github/lib/github-us-auto-closer.js.map +1 -1
- package/dist/plugins/specweave-github/lib/per-us-sync.d.ts +3 -0
- package/dist/plugins/specweave-github/lib/per-us-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/per-us-sync.js +29 -9
- package/dist/plugins/specweave-github/lib/per-us-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/content-format-adapter.d.ts +59 -0
- package/dist/plugins/specweave-jira/lib/content-format-adapter.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/content-format-adapter.js +159 -0
- package/dist/plugins/specweave-jira/lib/content-format-adapter.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.d.ts +45 -0
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.js +92 -0
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.js +13 -28
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts +2 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.js +19 -7
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.d.ts +47 -0
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.js +110 -0
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.d.ts +26 -0
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.js +77 -0
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.js +5 -3
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.d.ts +17 -2
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.js +103 -33
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts +4 -0
- package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-status-sync.js +19 -6
- package/dist/plugins/specweave-jira/lib/jira-status-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/metadata-paths.d.ts +29 -0
- package/dist/plugins/specweave-jira/lib/metadata-paths.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/metadata-paths.js +73 -0
- package/dist/plugins/specweave-jira/lib/metadata-paths.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/reorganization-detector.d.ts +15 -2
- package/dist/plugins/specweave-jira/lib/reorganization-detector.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/reorganization-detector.js +121 -33
- package/dist/plugins/specweave-jira/lib/reorganization-detector.js.map +1 -1
- package/dist/src/cli/commands/init.d.ts.map +1 -1
- package/dist/src/cli/commands/init.js +23 -18
- package/dist/src/cli/commands/init.js.map +1 -1
- package/dist/src/cli/commands/sync-progress.d.ts +6 -0
- package/dist/src/cli/commands/sync-progress.d.ts.map +1 -1
- package/dist/src/cli/commands/sync-progress.js +37 -0
- package/dist/src/cli/commands/sync-progress.js.map +1 -1
- package/dist/src/cli/commands/sync-task.d.ts +16 -0
- package/dist/src/cli/commands/sync-task.d.ts.map +1 -0
- package/dist/src/cli/commands/sync-task.js +42 -0
- package/dist/src/cli/commands/sync-task.js.map +1 -0
- package/dist/src/cli/helpers/init/instruction-file-merger.js +3 -3
- package/dist/src/cli/helpers/init/instruction-file-merger.js.map +1 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts +9 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts.map +1 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.js +26 -8
- package/dist/src/core/hooks/LifecycleHookDispatcher.js.map +1 -1
- package/dist/src/core/increment/metadata-manager.d.ts +13 -0
- package/dist/src/core/increment/metadata-manager.d.ts.map +1 -1
- package/dist/src/core/increment/metadata-manager.js +144 -17
- package/dist/src/core/increment/metadata-manager.js.map +1 -1
- package/dist/src/core/increment/status-change-sync-trigger.d.ts +1 -1
- package/dist/src/core/increment/status-change-sync-trigger.d.ts.map +1 -1
- package/dist/src/core/increment/status-change-sync-trigger.js +2 -1
- package/dist/src/core/increment/status-change-sync-trigger.js.map +1 -1
- package/dist/src/core/increment/status-commands.d.ts.map +1 -1
- package/dist/src/core/increment/status-commands.js +33 -11
- package/dist/src/core/increment/status-commands.js.map +1 -1
- package/dist/src/core/repo-structure/repo-structure-manager.d.ts.map +1 -1
- package/dist/src/core/repo-structure/repo-structure-manager.js +2 -1
- package/dist/src/core/repo-structure/repo-structure-manager.js.map +1 -1
- package/dist/src/locales/de/cli.json +252 -77
- package/dist/src/locales/en/cli.json +7 -0
- package/dist/src/locales/es/cli.json +245 -3
- package/dist/src/locales/fr/cli.json +259 -84
- package/dist/src/locales/ja/cli.json +253 -78
- package/dist/src/locales/ko/cli.json +253 -78
- package/dist/src/locales/pt/cli.json +252 -77
- package/dist/src/locales/ru/cli.json +17 -3
- package/dist/src/locales/zh/cli.json +258 -83
- package/dist/src/sync/ado-reconciler.d.ts.map +1 -1
- package/dist/src/sync/ado-reconciler.js +5 -1
- package/dist/src/sync/ado-reconciler.js.map +1 -1
- package/dist/src/sync/base-reconciler.d.ts.map +1 -1
- package/dist/src/sync/base-reconciler.js +6 -1
- package/dist/src/sync/base-reconciler.js.map +1 -1
- package/dist/src/sync/config.d.ts +4 -0
- package/dist/src/sync/config.d.ts.map +1 -1
- package/dist/src/sync/config.js +6 -4
- package/dist/src/sync/config.js.map +1 -1
- package/dist/src/sync/external-issue-auto-creator.d.ts +3 -0
- package/dist/src/sync/external-issue-auto-creator.d.ts.map +1 -1
- package/dist/src/sync/external-issue-auto-creator.js +53 -17
- package/dist/src/sync/external-issue-auto-creator.js.map +1 -1
- package/dist/src/sync/external-item-sync-service.d.ts +9 -0
- package/dist/src/sync/external-item-sync-service.d.ts.map +1 -1
- package/dist/src/sync/external-item-sync-service.js +210 -9
- package/dist/src/sync/external-item-sync-service.js.map +1 -1
- package/dist/src/sync/github-reconciler.d.ts +30 -0
- package/dist/src/sync/github-reconciler.d.ts.map +1 -1
- package/dist/src/sync/github-reconciler.js +242 -3
- package/dist/src/sync/github-reconciler.js.map +1 -1
- package/dist/src/sync/jira-reconciler.d.ts.map +1 -1
- package/dist/src/sync/jira-reconciler.js +5 -1
- package/dist/src/sync/jira-reconciler.js.map +1 -1
- package/dist/src/sync/provider-router.d.ts.map +1 -1
- package/dist/src/sync/provider-router.js +2 -1
- package/dist/src/sync/provider-router.js.map +1 -1
- package/dist/src/sync/providers/ado.d.ts +4 -0
- package/dist/src/sync/providers/ado.d.ts.map +1 -1
- package/dist/src/sync/providers/ado.js +36 -11
- package/dist/src/sync/providers/ado.js.map +1 -1
- package/dist/src/sync/providers/github.d.ts.map +1 -1
- package/dist/src/sync/providers/github.js +48 -35
- package/dist/src/sync/providers/github.js.map +1 -1
- package/dist/src/sync/providers/jira.d.ts.map +1 -1
- package/dist/src/sync/providers/jira.js +42 -26
- package/dist/src/sync/providers/jira.js.map +1 -1
- package/dist/src/sync/status-mapper.d.ts +3 -1
- package/dist/src/sync/status-mapper.d.ts.map +1 -1
- package/dist/src/sync/status-mapper.js +10 -2
- package/dist/src/sync/status-mapper.js.map +1 -1
- package/dist/src/sync/sync-coordinator.d.ts.map +1 -1
- package/dist/src/sync/sync-coordinator.js +29 -19
- package/dist/src/sync/sync-coordinator.js.map +1 -1
- package/package.json +1 -1
- package/plugins/specweave/hooks/v2/guards/task-ac-sync-guard.sh +31 -0
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.d.ts +13 -0
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js +144 -17
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js.map +1 -1
- package/plugins/specweave/lib/vendor/sync/github-reconciler.d.ts +30 -0
- package/plugins/specweave/lib/vendor/sync/github-reconciler.js +242 -3
- package/plugins/specweave/lib/vendor/sync/github-reconciler.js.map +1 -1
- package/plugins/specweave/skills/architect/SKILL.md +2 -0
- package/plugins/specweave/skills/grill/SKILL.md +2 -0
- package/plugins/specweave/skills/team-lead/SKILL.md +43 -320
- package/plugins/specweave/skills/team-lead/agents/backend.md +60 -0
- package/plugins/specweave/skills/team-lead/agents/database.md +51 -0
- package/plugins/specweave/skills/team-lead/agents/frontend.md +61 -0
- package/plugins/specweave/skills/team-lead/agents/security.md +52 -0
- package/plugins/specweave/skills/team-lead/agents/testing.md +57 -0
- package/plugins/specweave/skills/test-aware-planner/SKILL.md +2 -0
- package/plugins/specweave-ado/hooks/post-task-completion.sh +2 -2
- package/plugins/specweave-ado/lib/ado-client-v2.js +51 -21
- package/plugins/specweave-ado/lib/ado-client-v2.ts +62 -23
- package/plugins/specweave-ado/lib/ado-duplicate-detector.js +4 -4
- package/plugins/specweave-ado/lib/ado-duplicate-detector.ts +4 -3
- package/plugins/specweave-ado/lib/ado-hierarchical-sync.js +54 -12
- package/plugins/specweave-ado/lib/ado-hierarchical-sync.ts +88 -18
- package/plugins/specweave-ado/lib/ado-profile-resolver.js +1 -1
- package/plugins/specweave-ado/lib/ado-profile-resolver.ts +3 -1
- package/plugins/specweave-ado/lib/ado-spec-sync.js +22 -9
- package/plugins/specweave-ado/lib/ado-spec-sync.ts +27 -9
- package/plugins/specweave-ado/lib/conflict-resolver.js +17 -1
- package/plugins/specweave-ado/lib/conflict-resolver.ts +17 -1
- package/plugins/specweave-ado/lib/enhanced-ado-sync.js +11 -1
- package/plugins/specweave-ado/lib/per-us-sync.js +8 -1
- package/plugins/specweave-ado/lib/per-us-sync.ts +17 -2
- package/plugins/specweave-github/hooks/github-auto-create-handler.sh +28 -2
- package/plugins/specweave-github/hooks/post-task-completion.sh +6 -3
- package/plugins/specweave-github/lib/enhanced-github-sync.js +35 -6
- package/plugins/specweave-github/lib/github-board-resolver.js +4 -4
- package/plugins/specweave-github/lib/github-board-resolver.ts +4 -4
- package/plugins/specweave-github/lib/github-client-v2.js +6 -6
- package/plugins/specweave-github/lib/github-client-v2.ts +11 -7
- package/plugins/specweave-github/lib/github-client.js +5 -4
- package/plugins/specweave-github/lib/github-client.ts +7 -5
- package/plugins/specweave-github/lib/github-cross-repo-sync.js +17 -3
- package/plugins/specweave-github/lib/github-cross-repo-sync.ts +16 -3
- package/plugins/specweave-github/lib/github-feature-sync-cli.js +20 -11
- package/plugins/specweave-github/lib/github-feature-sync-cli.ts +42 -20
- package/plugins/specweave-github/lib/github-feature-sync.js +32 -8
- package/plugins/specweave-github/lib/github-feature-sync.ts +41 -9
- package/plugins/specweave-github/lib/github-graphql-client.js +29 -20
- package/plugins/specweave-github/lib/github-graphql-client.ts +34 -22
- package/plugins/specweave-github/lib/github-hierarchical-sync.js +2 -2
- package/plugins/specweave-github/lib/github-hierarchical-sync.ts +2 -2
- package/plugins/specweave-github/lib/github-multi-project-sync.js +23 -7
- package/plugins/specweave-github/lib/github-multi-project-sync.ts +26 -8
- package/plugins/specweave-github/lib/github-spec-frontmatter-updater.js +110 -5
- package/plugins/specweave-github/lib/github-spec-frontmatter-updater.ts +135 -9
- package/plugins/specweave-github/lib/github-spec-sync.js +85 -24
- package/plugins/specweave-github/lib/github-spec-sync.ts +100 -26
- package/plugins/specweave-github/lib/github-sync-orchestrator.js +2 -1
- package/plugins/specweave-github/lib/github-sync-orchestrator.ts +3 -1
- package/plugins/specweave-github/lib/github-us-auto-closer.js +25 -0
- package/plugins/specweave-github/lib/github-us-auto-closer.ts +43 -0
- package/plugins/specweave-github/lib/per-us-sync.js +26 -11
- package/plugins/specweave-github/lib/per-us-sync.ts +29 -11
- package/plugins/specweave-jira/hooks/post-task-completion.sh +2 -1
- package/plugins/specweave-jira/lib/content-format-adapter.js +116 -0
- package/plugins/specweave-jira/lib/content-format-adapter.ts +189 -0
- package/plugins/specweave-jira/lib/enhanced-jira-sync.js +21 -5
- package/plugins/specweave-jira/lib/jira-deployment-detector.js +63 -0
- package/plugins/specweave-jira/lib/jira-deployment-detector.ts +113 -0
- package/plugins/specweave-jira/lib/jira-duplicate-detector.js +12 -29
- package/plugins/specweave-jira/lib/jira-duplicate-detector.ts +13 -27
- package/plugins/specweave-jira/lib/jira-epic-sync.js +15 -5
- package/plugins/specweave-jira/lib/jira-epic-sync.ts +22 -7
- package/plugins/specweave-jira/lib/jira-field-discovery.js +76 -0
- package/plugins/specweave-jira/lib/jira-field-discovery.ts +139 -0
- package/plugins/specweave-jira/lib/jira-hierarchical-sync.js +10 -0
- package/plugins/specweave-jira/lib/jira-hierarchical-sync.ts +11 -0
- package/plugins/specweave-jira/lib/jira-multi-project-sync.js +19 -9
- package/plugins/specweave-jira/lib/jira-multi-project-sync.ts +25 -14
- package/plugins/specweave-jira/lib/jira-paginated-search.js +55 -0
- package/plugins/specweave-jira/lib/jira-paginated-search.ts +108 -0
- package/plugins/specweave-jira/lib/jira-spec-commit-sync.js +5 -3
- package/plugins/specweave-jira/lib/jira-spec-commit-sync.ts +5 -3
- package/plugins/specweave-jira/lib/jira-spec-sync.js +102 -31
- package/plugins/specweave-jira/lib/jira-spec-sync.ts +123 -45
- package/plugins/specweave-jira/lib/jira-status-sync.js +18 -5
- package/plugins/specweave-jira/lib/jira-status-sync.ts +21 -6
- package/plugins/specweave-jira/lib/metadata-paths.js +38 -0
- package/plugins/specweave-jira/lib/metadata-paths.ts +73 -0
- package/plugins/specweave-jira/lib/reorganization-detector.js +101 -23
- package/plugins/specweave-jira/lib/reorganization-detector.ts +125 -35
- package/plugins/specweave-jira/scripts/refresh-cache.js +1 -1
- package/plugins/specweave-jira/scripts/refresh-cache.ts +2 -2
- package/plugins/specweave-jira/skills/jira-resource-validator/SKILL.md +3 -5
|
@@ -1,44 +1,76 @@
|
|
|
1
1
|
{
|
|
2
2
|
"init": {
|
|
3
|
-
"welcome": "🚀 SpecWeave
|
|
4
|
-
"projectName": "
|
|
5
|
-
"projectNamePrompt": "
|
|
3
|
+
"welcome": "🚀 SpecWeave-Initialisierung",
|
|
4
|
+
"projectName": "Projektname:",
|
|
5
|
+
"projectNamePrompt": "Projektname (für Vorlagen):",
|
|
6
6
|
"projectNameDefault": "my-saas",
|
|
7
|
-
"detectingTool": "
|
|
8
|
-
"foundClaude": "✅
|
|
9
|
-
"foundCursor": "✅
|
|
10
|
-
"foundCopilot": "✅
|
|
11
|
-
"noToolDetected": "
|
|
12
|
-
"complete": "✨
|
|
13
|
-
"claudeNativeComplete": "✨ Claude Code
|
|
14
|
-
"claudeNativeBenefits": "✅ Native
|
|
15
|
-
"projectSuccess": "SpecWeave
|
|
16
|
-
"readyToBuild": "🚀
|
|
7
|
+
"detectingTool": "KI-Tool wird erkannt...",
|
|
8
|
+
"foundClaude": "✅ Claude Code gefunden",
|
|
9
|
+
"foundCursor": "✅ Cursor gefunden",
|
|
10
|
+
"foundCopilot": "✅ GitHub Copilot gefunden",
|
|
11
|
+
"noToolDetected": "Kein KI-Tool erkannt, verwende generischen Adapter",
|
|
12
|
+
"complete": "✨ Initialisierung abgeschlossen!",
|
|
13
|
+
"claudeNativeComplete": "✨ Native Claude Code-Installation abgeschlossen!",
|
|
14
|
+
"claudeNativeBenefits": "✅ Native Skills, Agents und Hooks funktionieren sofort",
|
|
15
|
+
"projectSuccess": "SpecWeave-Projekt erfolgreich erstellt!",
|
|
16
|
+
"readyToBuild": "🚀 Bereit zum Entwickeln mit SpecWeave!",
|
|
17
|
+
"nestedCdCommand": "cd {{path}}",
|
|
18
|
+
"nestedIncCommand": "/sw:increment \"your-feature\"",
|
|
19
|
+
"pluginEnableLater": "Sie können Plugins später aktivieren mit: specweave plugin enable <name>",
|
|
20
|
+
"genericError": "Fehler:",
|
|
17
21
|
"errors": {
|
|
18
|
-
"invalidName": "
|
|
19
|
-
"alreadyExists": ".specweave
|
|
20
|
-
"cancelled": "❌
|
|
21
|
-
"invalidLanguage": "❌
|
|
22
|
-
"supportedLanguages": "
|
|
23
|
-
"nestedNotSupported": "❌
|
|
24
|
-
"parentFound": "
|
|
25
|
-
"projectCreationFailed": "
|
|
26
|
-
"commandsCopyFailed": "❌
|
|
27
|
-
"agentsCopyFailed": "❌ Agents
|
|
28
|
-
"skillsCopyFailed": "❌ Skills
|
|
29
|
-
"hooksCopyFailed": "❌ Hooks
|
|
22
|
+
"invalidName": "Projektname darf nur Kleinbuchstaben, Zahlen und Bindestriche enthalten",
|
|
23
|
+
"alreadyExists": ".specweave-Verzeichnis existiert bereits",
|
|
24
|
+
"cancelled": "❌ Initialisierung abgebrochen",
|
|
25
|
+
"invalidLanguage": "❌ Ungültige Sprache: {{language}}",
|
|
26
|
+
"supportedLanguages": "Unterstützte Sprachen: {{languages}}",
|
|
27
|
+
"nestedNotSupported": "❌ Verschachtelte .specweave/-Ordner werden NICHT unterstützt!",
|
|
28
|
+
"parentFound": "Übergeordnetes .specweave/ gefunden unter:",
|
|
29
|
+
"projectCreationFailed": "Projekterstellung fehlgeschlagen",
|
|
30
|
+
"commandsCopyFailed": "❌ Kopieren der Befehle fehlgeschlagen: {{error}}",
|
|
31
|
+
"agentsCopyFailed": "❌ Kopieren der Agents fehlgeschlagen: {{error}}",
|
|
32
|
+
"skillsCopyFailed": "❌ Kopieren der Skills fehlgeschlagen: {{error}}",
|
|
33
|
+
"hooksCopyFailed": "❌ Kopieren der Hooks fehlgeschlagen: {{error}}",
|
|
34
|
+
"templatesNotFound": "❌ Fehler: Vorlagenverzeichnis nicht gefunden unter: {{path}}",
|
|
35
|
+
"packageRoot": "Paketstammverzeichnis: {{root}}",
|
|
36
|
+
"tryingAlternate": "Alternative Speicherorte werden versucht...",
|
|
37
|
+
"foundTemplatesAt": "✓ Vorlagen gefunden unter: {{path}}",
|
|
38
|
+
"sourceNotFound": "❌ Fehler: Quellverzeichnis für {{type}} nicht gefunden",
|
|
39
|
+
"expectedAt": "Erwartet unter: {{path}}",
|
|
40
|
+
"dirname": "__dirname: {{path}}",
|
|
41
|
+
"couldNotFindRoot": "Paketstammverzeichnis konnte nicht gefunden werden (Suche nach package.json mit name=\"specweave\")",
|
|
42
|
+
"sourceEmpty": "❌ Fehler: Quellverzeichnis für {{type}} ist leer",
|
|
43
|
+
"directory": "Verzeichnis: {{path}}",
|
|
44
|
+
"installationIssue": "Dies deutet auf ein Problem mit der Paketinstallation hin.",
|
|
45
|
+
"errorCopying": "❌ Fehler beim Kopieren von {{type}}: {{error}}",
|
|
46
|
+
"source": "Quelle: {{path}}",
|
|
47
|
+
"target": "Ziel: {{path}}"
|
|
30
48
|
},
|
|
31
49
|
"warnings": {
|
|
32
|
-
"invalidDirName": "⚠️
|
|
33
|
-
"directoryNotEmpty": "⚠️
|
|
34
|
-
"skillsIndexWarning": "⚠️
|
|
35
|
-
"skillsIndexNote": "Skills
|
|
50
|
+
"invalidDirName": "⚠️ Der aktuelle Verzeichnisname '{{dirName}}' enthält ungültige Zeichen.",
|
|
51
|
+
"directoryNotEmpty": "⚠️ Das aktuelle Verzeichnis enthält {{count}} Datei{{plural}}.",
|
|
52
|
+
"skillsIndexWarning": "⚠️ Warnung: Skills-Index konnte nicht generiert werden: {{error}}",
|
|
53
|
+
"skillsIndexNote": "Skills funktionieren weiterhin, aber manuelles Indizieren kann erforderlich sein.",
|
|
54
|
+
"marketplaceCopyFailed": "⚠️ Warnung: Plugin-Marketplace konnte nicht kopiert werden",
|
|
55
|
+
"marketplaceNotFound": "⚠️ Warnung: Plugin-Marketplace nicht gefunden",
|
|
56
|
+
"pluginAutoSetupFailed": "⚠️ Warnung: Automatische Plugin-Registrierung konnte nicht eingerichtet werden",
|
|
57
|
+
"pluginAutoInstallFailed": "Automatische Plugin-Installation fehlgeschlagen (claude CLI nicht verfügbar)"
|
|
36
58
|
},
|
|
37
59
|
"prompts": {
|
|
38
|
-
"confirmInitInCurrent": "
|
|
39
|
-
"overwriteSpecweave": ".specweave
|
|
40
|
-
"overwriteDirectory": "
|
|
41
|
-
"enablePlugins": "
|
|
60
|
+
"confirmInitInCurrent": "SpecWeave im aktuellen Verzeichnis initialisieren?",
|
|
61
|
+
"overwriteSpecweave": ".specweave-Verzeichnis existiert bereits. Überschreiben?",
|
|
62
|
+
"overwriteDirectory": "Verzeichnis {{projectName}} existiert bereits. Überschreiben?",
|
|
63
|
+
"enablePlugins": "Vorgeschlagene Plugins jetzt aktivieren?"
|
|
64
|
+
},
|
|
65
|
+
"gitHooks": {
|
|
66
|
+
"prompt": "Git-Hooks für Qualitätssicherung installieren?"
|
|
67
|
+
},
|
|
68
|
+
"maturity": {
|
|
69
|
+
"question": "Ist dies ein neues oder bestehendes Projekt?",
|
|
70
|
+
"greenfield": "Neues Projekt (Greenfield)",
|
|
71
|
+
"greenfieldDesc": "Von Grund auf neu, keine bestehende Codebasis",
|
|
72
|
+
"brownfield": "Bestehendes Projekt (Brownfield)",
|
|
73
|
+
"brownfieldDesc": "Hat bestehenden Code, Abhängigkeiten oder Repositories"
|
|
42
74
|
},
|
|
43
75
|
"toolDetection": {
|
|
44
76
|
"header": "KI-Tool-Erkennung",
|
|
@@ -55,68 +87,211 @@
|
|
|
55
87
|
}
|
|
56
88
|
},
|
|
57
89
|
"info": {
|
|
58
|
-
"nestedEnforcement": "SpecWeave
|
|
59
|
-
"nestedBullet1": "•
|
|
60
|
-
"nestedBullet2": "•
|
|
61
|
-
"nestedBullet3": "•
|
|
62
|
-
"nestedToFix": "
|
|
63
|
-
"suggestedPlugins": "💡
|
|
64
|
-
"copiedFiles": "✓
|
|
65
|
-
"copiedAgents": "✓
|
|
66
|
-
"copiedSkills": "✓
|
|
67
|
-
"copiedHooks": "✓
|
|
90
|
+
"nestedEnforcement": "SpecWeave erzwingt eine einzige Wahrheitsquelle:",
|
|
91
|
+
"nestedBullet1": "• Verwenden Sie den übergeordneten Ordner für alle Inkremente",
|
|
92
|
+
"nestedBullet2": "• Inkremente können mehrere Unterverzeichnisse umfassen",
|
|
93
|
+
"nestedBullet3": "• Siehe CLAUDE.md Abschnitt \"Root-Level .specweave/ Folder\"",
|
|
94
|
+
"nestedToFix": "Zur Behebung:",
|
|
95
|
+
"suggestedPlugins": "💡 Vorgeschlagene Plugins:",
|
|
96
|
+
"copiedFiles": "✓ {{count}} Befehlsdateien kopiert",
|
|
97
|
+
"copiedAgents": "✓ {{count}} Agent-Verzeichnisse kopiert",
|
|
98
|
+
"copiedSkills": "✓ {{count}} Skill-Verzeichnisse kopiert",
|
|
99
|
+
"copiedHooks": "✓ {{count}} Hook-Dateien kopiert",
|
|
100
|
+
"pluginAutoSetupDetails": "Claude Code lädt den SpecWeave-Marketplace automatisch, wenn Sie diesem Ordner vertrauen",
|
|
101
|
+
"manualInstallInstructions": "Manuell ausführen: /plugin install specweave",
|
|
102
|
+
"ciSkipPlugins": "CI-Umgebung erkannt - Plugin-Aktivierung übersprungen (kann später manuell konfiguriert werden)"
|
|
103
|
+
},
|
|
104
|
+
"success": {
|
|
105
|
+
"pluginAutoSetup": "Plugin-Marketplace für automatisches Laden konfiguriert",
|
|
106
|
+
"pluginAutoInstall": "Slash-Befehle sofort verfügbar (kein Neustart erforderlich!)"
|
|
68
107
|
},
|
|
69
108
|
"progress": {
|
|
70
|
-
"creatingProject": "
|
|
71
|
-
"detected": "
|
|
72
|
-
"usingTool": "
|
|
73
|
-
"directoryCreated": "
|
|
74
|
-
"templatesCopied": "
|
|
75
|
-
"installingComponents": "
|
|
76
|
-
"commandsInstalled": "Slash
|
|
77
|
-
"agentsInstalled": "Agents
|
|
78
|
-
"skillsInstalled": "Skills
|
|
79
|
-
"hooksInstalled": "Hooks
|
|
80
|
-
"generatingIndex": "
|
|
81
|
-
"indexGenerated": "Skills
|
|
82
|
-
"installingAdapter": "
|
|
83
|
-
"projectSuccess": "SpecWeave
|
|
84
|
-
"detectingPlugins": "
|
|
85
|
-
"detectedPlugins": "
|
|
86
|
-
"enablingPlugins": "
|
|
87
|
-
"enabledPlugin": "
|
|
88
|
-
"pluginsEnabled": "Plugins
|
|
109
|
+
"creatingProject": "SpecWeave-Projekt wird erstellt...",
|
|
110
|
+
"detected": "{{tool}} erkannt...",
|
|
111
|
+
"usingTool": "{{tool}} wird verwendet...",
|
|
112
|
+
"directoryCreated": "Verzeichnisstruktur erstellt...",
|
|
113
|
+
"templatesCopied": "Basisvorlagen kopiert...",
|
|
114
|
+
"installingComponents": "Claude Code-Komponenten werden installiert...",
|
|
115
|
+
"commandsInstalled": "Slash-Befehle installiert...",
|
|
116
|
+
"agentsInstalled": "Agents installiert...",
|
|
117
|
+
"skillsInstalled": "Skills installiert...",
|
|
118
|
+
"hooksInstalled": "Hooks installiert...",
|
|
119
|
+
"generatingIndex": "Skills-Index wird generiert...",
|
|
120
|
+
"indexGenerated": "Skills-Index generiert...",
|
|
121
|
+
"installingAdapter": "{{tool}}-Adapter wird installiert...",
|
|
122
|
+
"projectSuccess": "SpecWeave-Projekt erfolgreich erstellt!",
|
|
123
|
+
"detectingPlugins": "Plugins werden erkannt...",
|
|
124
|
+
"detectedPlugins": "{{count}} vorgeschlagene Plugins erkannt",
|
|
125
|
+
"enablingPlugins": "Plugins werden aktiviert...",
|
|
126
|
+
"enabledPlugin": "{{plugin}} aktiviert",
|
|
127
|
+
"pluginsEnabled": "Plugins aktiviert"
|
|
89
128
|
},
|
|
90
129
|
"nextSteps": {
|
|
91
|
-
"header": "🎯
|
|
130
|
+
"header": "🎯 Nächste Schritte:",
|
|
92
131
|
"cd": "cd {{projectName}}",
|
|
93
|
-
"footer": "🚀
|
|
94
|
-
"docsLink": "
|
|
95
|
-
"githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
|
|
132
|
+
"footer": "🚀 Bereit zum Entwickeln mit SpecWeave!",
|
|
133
|
+
"docsLink": "Dokumentation: https://spec-weave.com",
|
|
134
|
+
"githubLink": "GitHub: https://github.com/anton-abyzov/specweave",
|
|
135
|
+
"claude": {
|
|
136
|
+
"step1": "Öffnen Sie Claude Code in diesem Verzeichnis",
|
|
137
|
+
"step2": "Installieren Sie das SpecWeave-Core-Plugin (ERFORDERLICH):",
|
|
138
|
+
"installCore": "Ausführen: /plugin install specweave",
|
|
139
|
+
"step3": "Optional: Installieren Sie weitere Plugins nach Bedarf:",
|
|
140
|
+
"installGitHub": "/plugin install sw-github@specweave",
|
|
141
|
+
"installFrontend": "/plugin install frontend@vskill",
|
|
142
|
+
"step4": "Beginnen Sie mit der Entwicklung:",
|
|
143
|
+
"example": "\"/sw:increment 'user authentication'\"",
|
|
144
|
+
"autoActivate": "Skills und Agents werden kontextbasiert automatisch aktiviert"
|
|
145
|
+
},
|
|
146
|
+
"cursor": {
|
|
147
|
+
"step1": "Öffnen Sie das Projekt in Cursor",
|
|
148
|
+
"step2": "Sagen Sie: \"Create increment for [Ihr Feature]\"",
|
|
149
|
+
"guide": "Cursor liest .cursorrules und leitet Sie an",
|
|
150
|
+
"step3": "Verwenden Sie @-Kurzbefehle:",
|
|
151
|
+
"shortcuts": "@increments, @docs, @strategy, @tests"
|
|
152
|
+
},
|
|
153
|
+
"copilot": {
|
|
154
|
+
"step1": "Öffnen Sie das Projekt in VS Code mit Copilot",
|
|
155
|
+
"step2": "Copilot liest die Workspace-Anweisungen automatisch",
|
|
156
|
+
"action": "Beginnen Sie mit der Erstellung von Inkrement-Ordnern und -Dateien",
|
|
157
|
+
"step3": "Verwenden Sie Copilot Chat für Anleitungen:",
|
|
158
|
+
"example": "\"How do I create a spec.md?\""
|
|
159
|
+
},
|
|
160
|
+
"generic": {
|
|
161
|
+
"step1": "Lesen Sie SPECWEAVE-MANUAL.md",
|
|
162
|
+
"step2": "Folgen Sie den Schritt-für-Schritt-Anweisungen",
|
|
163
|
+
"compatibility": "Funktioniert mit JEDEM KI-Tool (ChatGPT, Claude Web, Gemini)"
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"plugin": {
|
|
168
|
+
"list": {
|
|
169
|
+
"header": "📦 SpecWeave-Plugins",
|
|
170
|
+
"enabledHeader": "✅ Aktivierte Plugins:",
|
|
171
|
+
"enabledNone": "(keine)",
|
|
172
|
+
"errorLoading": "(Fehler beim Laden)",
|
|
173
|
+
"availableHeader": "📚 Verfügbare Plugins:",
|
|
174
|
+
"availableNone": "(alle aktiviert)",
|
|
175
|
+
"suggestedHeader": "💡 Vorgeschlagene Plugins (automatisch erkannt):",
|
|
176
|
+
"enableHint": "Führen Sie `specweave plugin enable <name>` aus, um ein Plugin zu aktivieren",
|
|
177
|
+
"statsFormat": "Skills: {{skills}}, Agents: {{agents}}, Befehle: {{commands}}",
|
|
178
|
+
"errorListing": "❌ Fehler beim Auflisten der Plugins:"
|
|
179
|
+
},
|
|
180
|
+
"enable": {
|
|
181
|
+
"enablingPlugin": "🔌 Plugin wird aktiviert: {{name}}",
|
|
182
|
+
"alreadyEnabled": "⚠️ Plugin {{name}} ist bereits aktiviert",
|
|
183
|
+
"useForce": "Verwenden Sie --force zur Neuinstallation",
|
|
184
|
+
"success": "✅ Plugin {{name}} erfolgreich aktiviert!",
|
|
185
|
+
"installed": "Installiert:",
|
|
186
|
+
"skills": "Skills: {{names}}",
|
|
187
|
+
"agents": "Agents: {{names}}",
|
|
188
|
+
"commands": "Befehle: {{names}}",
|
|
189
|
+
"installedTo": "Plugin installiert unter: {{location}}",
|
|
190
|
+
"restartClaude": "⚠️ Starten Sie Claude Code neu, um das neue Plugin zu aktivieren",
|
|
191
|
+
"errorEnabling": "❌ Fehler beim Aktivieren des Plugins:"
|
|
192
|
+
},
|
|
193
|
+
"disable": {
|
|
194
|
+
"disablingPlugin": "🔌 Plugin wird deaktiviert: {{name}}",
|
|
195
|
+
"notEnabled": "⚠️ Plugin {{name}} ist derzeit nicht aktiviert",
|
|
196
|
+
"success": "✅ Plugin {{name}} erfolgreich deaktiviert!",
|
|
197
|
+
"restartClaude": "⚠️ Starten Sie Claude Code neu, um das Plugin zu deaktivieren",
|
|
198
|
+
"errorDisabling": "❌ Fehler beim Deaktivieren des Plugins:"
|
|
199
|
+
},
|
|
200
|
+
"info": {
|
|
201
|
+
"header": "📋 Plugin-Informationen: {{name}}",
|
|
202
|
+
"notFound": "❌ Plugin {{name}} nicht gefunden",
|
|
203
|
+
"listHint": "Führen Sie `specweave plugin list --available` aus, um verfügbare Plugins anzuzeigen",
|
|
204
|
+
"name": "Name:",
|
|
205
|
+
"version": "Version:",
|
|
206
|
+
"description": "Beschreibung:",
|
|
207
|
+
"author": "Autor:",
|
|
208
|
+
"license": "Lizenz:",
|
|
209
|
+
"coreVersion": "SpecWeave Core-Version:",
|
|
210
|
+
"status": "Status:",
|
|
211
|
+
"statusEnabled": "✅ Aktiviert",
|
|
212
|
+
"statusDisabled": "⚪ Deaktiviert",
|
|
213
|
+
"provides": "Bietet:",
|
|
214
|
+
"skillsFormat": "Skills: {{skills}}",
|
|
215
|
+
"agentsFormat": "Agents: {{agents}}",
|
|
216
|
+
"commandsFormat": "Befehle: {{commands}}",
|
|
217
|
+
"noneValue": "(keine)",
|
|
218
|
+
"dependencies": "Abhängigkeiten:",
|
|
219
|
+
"autoDetect": "Automatische Erkennungsauslöser:",
|
|
220
|
+
"autoDetectFiles": "Dateien: {{files}}",
|
|
221
|
+
"autoDetectPackages": "Pakete: {{packages}}",
|
|
222
|
+
"autoDetectEnv": "Umgebungsvariablen: {{env}}",
|
|
223
|
+
"autoDetectGit": "Git-Remote-Muster: {{pattern}}",
|
|
224
|
+
"credits": "Credits:",
|
|
225
|
+
"basedOn": "Basiert auf: {{source}}",
|
|
226
|
+
"originalAuthor": "Ursprünglicher Autor: {{author}}",
|
|
227
|
+
"contributors": "Mitwirkende: {{contributors}}",
|
|
228
|
+
"errorGettingInfo": "❌ Fehler beim Abrufen der Plugin-Informationen:"
|
|
229
|
+
},
|
|
230
|
+
"errors": {
|
|
231
|
+
"nameRequired": "❌ Plugin-Name erforderlich für den Befehl {{command}}",
|
|
232
|
+
"usageEnable": "Verwendung: specweave plugin enable <plugin-name>",
|
|
233
|
+
"usageDisable": "Verwendung: specweave plugin disable <plugin-name>",
|
|
234
|
+
"usageInfo": "Verwendung: specweave plugin info <plugin-name>",
|
|
235
|
+
"unknownAction": "❌ Unbekannte Plugin-Aktion: {{action}}",
|
|
236
|
+
"validActions": "Gültige Aktionen: list, enable, disable, info"
|
|
96
237
|
}
|
|
97
238
|
},
|
|
239
|
+
"list": {
|
|
240
|
+
"header": "📋 SpecWeave-Komponenten",
|
|
241
|
+
"agentsHeader": "🤖 Agents:",
|
|
242
|
+
"skillsHeader": "✨ Skills:",
|
|
243
|
+
"availableFormat": "Verfügbar in SpecWeave: {{count}} {{type}}",
|
|
244
|
+
"agents": "Agents",
|
|
245
|
+
"skills": "Skills",
|
|
246
|
+
"noDescription": "Keine Beschreibung",
|
|
247
|
+
"noAgents": "⚠️ Keine Agents in src/agents/ gefunden",
|
|
248
|
+
"noSkills": "⚠️ Keine Skills in src/skills/ gefunden",
|
|
249
|
+
"hintInstalled": "Führen Sie `specweave list --installed` aus, um installierte Komponenten anzuzeigen",
|
|
250
|
+
"hintInstall": "Führen Sie `specweave install <name>` aus, um eine bestimmte Komponente zu installieren",
|
|
251
|
+
"localInstallation": "📁 Lokale Installation (.claude/):",
|
|
252
|
+
"globalInstallation": "🌍 Globale Installation (~/.claude/):",
|
|
253
|
+
"noComponentsInstalled": "⚠️ Keine Komponenten installiert",
|
|
254
|
+
"installPrompt": "Führen Sie `specweave install` aus, um Komponenten zu installieren"
|
|
255
|
+
},
|
|
256
|
+
"install": {
|
|
257
|
+
"header": "📦 SpecWeave-Komponenteninstallation",
|
|
258
|
+
"notFound": "❌ Komponente \"{{name}}\" nicht gefunden",
|
|
259
|
+
"listHint": "Führen Sie `specweave list` aus, um verfügbare Komponenten anzuzeigen",
|
|
260
|
+
"complete": "✅ Installation abgeschlossen!",
|
|
261
|
+
"installedTo": "Installiert unter: {{location}}",
|
|
262
|
+
"installingFormat": "{{type}} wird installiert: {{name}}...",
|
|
263
|
+
"installedFormat": "{{type}} installiert: {{name}}",
|
|
264
|
+
"failedFormat": "Installation von {{type}} fehlgeschlagen: {{name}}",
|
|
265
|
+
"noAgentsWarning": "⚠️ Keine Agents in src/agents/ gefunden",
|
|
266
|
+
"noSkillsWarning": "⚠️ Keine Skills in src/skills/ gefunden",
|
|
267
|
+
"installingCount": "📦 {{count}} {{type}} werden installiert...",
|
|
268
|
+
"agent": "Agent",
|
|
269
|
+
"agents": "Agents",
|
|
270
|
+
"skill": "Skill",
|
|
271
|
+
"skills": "Skills"
|
|
272
|
+
},
|
|
98
273
|
"increment": {
|
|
99
|
-
"creating": "📝
|
|
100
|
-
"created": "✅
|
|
101
|
-
"nextStepDo": "
|
|
274
|
+
"creating": "📝 Inkrement wird erstellt: {name}",
|
|
275
|
+
"created": "✅ Inkrement {id} erfolgreich erstellt!",
|
|
276
|
+
"nextStepDo": "Nächster Schritt: Führen Sie /sw:do aus, um die Implementierung zu starten",
|
|
102
277
|
"errors": {
|
|
103
|
-
"incompleteFound": "
|
|
278
|
+
"incompleteFound": "Neues Inkrement kann nicht erstellt werden! Vorherige Inkremente sind unvollständig"
|
|
104
279
|
}
|
|
105
280
|
},
|
|
106
281
|
"progress": {
|
|
107
|
-
"currentIncrement": "
|
|
282
|
+
"currentIncrement": "Aktuelles Inkrement: {id}",
|
|
108
283
|
"status": "Status: {status}",
|
|
109
|
-
"completion": "
|
|
284
|
+
"completion": "Fortschritt: {percent}%"
|
|
110
285
|
},
|
|
111
286
|
"translate": {
|
|
112
|
-
"translating": "🌐
|
|
113
|
-
"complete": "✅
|
|
287
|
+
"translating": "🌐 Inhalte werden nach {language} übersetzt...",
|
|
288
|
+
"complete": "✅ Übersetzung abgeschlossen!"
|
|
114
289
|
},
|
|
115
290
|
"version": {
|
|
116
|
-
"current": "SpecWeave
|
|
291
|
+
"current": "SpecWeave-Version: {version}"
|
|
117
292
|
},
|
|
118
293
|
"errors": {
|
|
119
|
-
"fileNotFound": "❌
|
|
120
|
-
"invalidConfig": "❌
|
|
294
|
+
"fileNotFound": "❌ Datei nicht gefunden: {path}",
|
|
295
|
+
"invalidConfig": "❌ Ungültige Konfiguration: {error}"
|
|
121
296
|
}
|
|
122
297
|
}
|
|
@@ -65,6 +65,13 @@
|
|
|
65
65
|
"gitHooks": {
|
|
66
66
|
"prompt": "Install git hooks for quality enforcement?"
|
|
67
67
|
},
|
|
68
|
+
"maturity": {
|
|
69
|
+
"question": "Is this a new or existing project?",
|
|
70
|
+
"greenfield": "New project (greenfield)",
|
|
71
|
+
"greenfieldDesc": "Starting from scratch, no existing codebase",
|
|
72
|
+
"brownfield": "Existing project (brownfield)",
|
|
73
|
+
"brownfieldDesc": "Has existing code, dependencies, or repos"
|
|
74
|
+
},
|
|
68
75
|
"toolDetection": {
|
|
69
76
|
"header": "AI Tool Detection",
|
|
70
77
|
"detected": "Detected: {{tool}}",
|