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": "🚀 Inicialização do SpecWeave",
|
|
4
|
+
"projectName": "Nome do projeto:",
|
|
5
|
+
"projectNamePrompt": "Nome do projeto (para templates):",
|
|
6
6
|
"projectNameDefault": "my-saas",
|
|
7
|
-
"detectingTool": "
|
|
8
|
-
"foundClaude": "✅
|
|
9
|
-
"foundCursor": "✅
|
|
10
|
-
"foundCopilot": "✅
|
|
11
|
-
"noToolDetected": "
|
|
12
|
-
"complete": "✨
|
|
13
|
-
"claudeNativeComplete": "✨ Claude Code
|
|
14
|
-
"claudeNativeBenefits": "✅
|
|
15
|
-
"projectSuccess": "SpecWeave
|
|
16
|
-
"readyToBuild": "🚀
|
|
7
|
+
"detectingTool": "Detectando ferramenta de IA...",
|
|
8
|
+
"foundClaude": "✅ Claude Code encontrado",
|
|
9
|
+
"foundCursor": "✅ Cursor encontrado",
|
|
10
|
+
"foundCopilot": "✅ GitHub Copilot encontrado",
|
|
11
|
+
"noToolDetected": "Nenhuma ferramenta de IA detectada, usando adaptador Generic",
|
|
12
|
+
"complete": "✨ Inicialização concluída!",
|
|
13
|
+
"claudeNativeComplete": "✨ Instalação nativa do Claude Code concluída!",
|
|
14
|
+
"claudeNativeBenefits": "✅ Skills, agentes e hooks nativos funcionam de imediato",
|
|
15
|
+
"projectSuccess": "Projeto SpecWeave criado com sucesso!",
|
|
16
|
+
"readyToBuild": "🚀 Pronto para construir com SpecWeave!",
|
|
17
|
+
"nestedCdCommand": "cd {{path}}",
|
|
18
|
+
"nestedIncCommand": "/sw:increment \"your-feature\"",
|
|
19
|
+
"pluginEnableLater": "Você pode habilitar plugins mais tarde com: specweave plugin enable <name>",
|
|
20
|
+
"genericError": "Erro:",
|
|
17
21
|
"errors": {
|
|
18
|
-
"invalidName": "
|
|
19
|
-
"alreadyExists": ".specweave
|
|
20
|
-
"cancelled": "❌
|
|
21
|
-
"invalidLanguage": "❌
|
|
22
|
-
"supportedLanguages": "
|
|
23
|
-
"nestedNotSupported": "❌
|
|
24
|
-
"parentFound": "
|
|
25
|
-
"projectCreationFailed": "
|
|
26
|
-
"commandsCopyFailed": "❌
|
|
27
|
-
"agentsCopyFailed": "❌
|
|
28
|
-
"skillsCopyFailed": "❌
|
|
29
|
-
"hooksCopyFailed": "❌
|
|
22
|
+
"invalidName": "O nome do projeto deve conter apenas letras minúsculas, números e hífens",
|
|
23
|
+
"alreadyExists": "O diretório .specweave já existe",
|
|
24
|
+
"cancelled": "❌ Inicialização cancelada",
|
|
25
|
+
"invalidLanguage": "❌ Idioma inválido: {{language}}",
|
|
26
|
+
"supportedLanguages": "Idiomas suportados: {{languages}}",
|
|
27
|
+
"nestedNotSupported": "❌ Pastas .specweave/ aninhadas NÃO são suportadas!",
|
|
28
|
+
"parentFound": "Pasta .specweave/ pai encontrada em:",
|
|
29
|
+
"projectCreationFailed": "Falha ao criar o projeto",
|
|
30
|
+
"commandsCopyFailed": "❌ Falha ao copiar comandos: {{error}}",
|
|
31
|
+
"agentsCopyFailed": "❌ Falha ao copiar agentes: {{error}}",
|
|
32
|
+
"skillsCopyFailed": "❌ Falha ao copiar skills: {{error}}",
|
|
33
|
+
"hooksCopyFailed": "❌ Falha ao copiar hooks: {{error}}",
|
|
34
|
+
"templatesNotFound": "❌ Erro: Diretório de templates não encontrado em: {{path}}",
|
|
35
|
+
"packageRoot": "Raiz do pacote: {{root}}",
|
|
36
|
+
"tryingAlternate": "Tentando localizações alternativas...",
|
|
37
|
+
"foundTemplatesAt": "✓ Templates encontrados em: {{path}}",
|
|
38
|
+
"sourceNotFound": "❌ Erro: Diretório fonte de {{type}} não encontrado",
|
|
39
|
+
"expectedAt": "Esperado em: {{path}}",
|
|
40
|
+
"dirname": "__dirname: {{path}}",
|
|
41
|
+
"couldNotFindRoot": "Não foi possível encontrar a raiz do pacote (procurando package.json com name=\"specweave\")",
|
|
42
|
+
"sourceEmpty": "❌ Erro: O diretório fonte de {{type}} está vazio",
|
|
43
|
+
"directory": "Diretório: {{path}}",
|
|
44
|
+
"installationIssue": "Isso indica um problema na instalação do pacote.",
|
|
45
|
+
"errorCopying": "❌ Erro ao copiar {{type}}: {{error}}",
|
|
46
|
+
"source": "Origem: {{path}}",
|
|
47
|
+
"target": "Destino: {{path}}"
|
|
30
48
|
},
|
|
31
49
|
"warnings": {
|
|
32
|
-
"invalidDirName": "⚠️
|
|
33
|
-
"directoryNotEmpty": "⚠️
|
|
34
|
-
"skillsIndexWarning": "⚠️
|
|
35
|
-
"skillsIndexNote": "
|
|
50
|
+
"invalidDirName": "⚠️ O nome do diretório atual '{{dirName}}' contém caracteres inválidos.",
|
|
51
|
+
"directoryNotEmpty": "⚠️ O diretório atual contém {{count}} arquivo{{plural}}.",
|
|
52
|
+
"skillsIndexWarning": "⚠️ Aviso: Não foi possível gerar o índice de skills: {{error}}",
|
|
53
|
+
"skillsIndexNote": "Os skills continuarão funcionando, mas a indexação manual pode ser necessária.",
|
|
54
|
+
"marketplaceCopyFailed": "⚠️ Aviso: Não foi possível copiar o marketplace de plugins",
|
|
55
|
+
"marketplaceNotFound": "⚠️ Aviso: Marketplace de plugins não encontrado",
|
|
56
|
+
"pluginAutoSetupFailed": "⚠️ Aviso: Não foi possível configurar o registro automático de plugins",
|
|
57
|
+
"pluginAutoInstallFailed": "A instalação automática de plugins falhou (CLI do claude não disponível)"
|
|
36
58
|
},
|
|
37
59
|
"prompts": {
|
|
38
|
-
"confirmInitInCurrent": "
|
|
39
|
-
"overwriteSpecweave": ".specweave
|
|
40
|
-
"overwriteDirectory": "
|
|
41
|
-
"enablePlugins": "
|
|
60
|
+
"confirmInitInCurrent": "Inicializar SpecWeave no diretório atual?",
|
|
61
|
+
"overwriteSpecweave": "O diretório .specweave já existe. Sobrescrever?",
|
|
62
|
+
"overwriteDirectory": "O diretório {{projectName}} já existe. Sobrescrever?",
|
|
63
|
+
"enablePlugins": "Habilitar os plugins sugeridos agora?"
|
|
64
|
+
},
|
|
65
|
+
"gitHooks": {
|
|
66
|
+
"prompt": "Instalar git hooks para controle de qualidade?"
|
|
67
|
+
},
|
|
68
|
+
"maturity": {
|
|
69
|
+
"question": "Este é um projeto novo ou existente?",
|
|
70
|
+
"greenfield": "Projeto novo (greenfield)",
|
|
71
|
+
"greenfieldDesc": "Começando do zero, sem código existente",
|
|
72
|
+
"brownfield": "Projeto existente (brownfield)",
|
|
73
|
+
"brownfieldDesc": "Possui código, dependências ou repositórios existentes"
|
|
42
74
|
},
|
|
43
75
|
"toolDetection": {
|
|
44
76
|
"header": "Detecção de ferramenta de IA",
|
|
@@ -55,68 +87,211 @@
|
|
|
55
87
|
}
|
|
56
88
|
},
|
|
57
89
|
"info": {
|
|
58
|
-
"nestedEnforcement": "SpecWeave
|
|
59
|
-
"nestedBullet1": "• Use
|
|
60
|
-
"nestedBullet2": "• Increments
|
|
61
|
-
"nestedBullet3": "•
|
|
62
|
-
"nestedToFix": "
|
|
63
|
-
"suggestedPlugins": "💡
|
|
64
|
-
"copiedFiles": "✓
|
|
65
|
-
"copiedAgents": "✓
|
|
66
|
-
"copiedSkills": "✓
|
|
67
|
-
"copiedHooks": "✓
|
|
90
|
+
"nestedEnforcement": "SpecWeave impõe uma única fonte de verdade:",
|
|
91
|
+
"nestedBullet1": "• Use a pasta pai para todos os increments",
|
|
92
|
+
"nestedBullet2": "• Increments podem abranger múltiplos subdiretórios",
|
|
93
|
+
"nestedBullet3": "• Consulte a seção \"Root-Level .specweave/ Folder\" no CLAUDE.md",
|
|
94
|
+
"nestedToFix": "Para corrigir:",
|
|
95
|
+
"suggestedPlugins": "💡 Plugins sugeridos:",
|
|
96
|
+
"copiedFiles": "✓ {{count}} arquivos de comandos copiados",
|
|
97
|
+
"copiedAgents": "✓ {{count}} diretórios de agentes copiados",
|
|
98
|
+
"copiedSkills": "✓ {{count}} diretórios de skills copiados",
|
|
99
|
+
"copiedHooks": "✓ {{count}} arquivos de hooks copiados",
|
|
100
|
+
"pluginAutoSetupDetails": "Claude Code carregará automaticamente o marketplace do SpecWeave quando você confiar nesta pasta",
|
|
101
|
+
"manualInstallInstructions": "Executar manualmente: /plugin install specweave",
|
|
102
|
+
"ciSkipPlugins": "Ambiente CI detectado - pulando habilitação de plugins (pode configurar manualmente depois)"
|
|
103
|
+
},
|
|
104
|
+
"success": {
|
|
105
|
+
"pluginAutoSetup": "Marketplace de plugins configurado para carregamento automático",
|
|
106
|
+
"pluginAutoInstall": "Comandos slash disponíveis imediatamente (não precisa reiniciar!)"
|
|
68
107
|
},
|
|
69
108
|
"progress": {
|
|
70
|
-
"creatingProject": "
|
|
71
|
-
"detected": "
|
|
72
|
-
"usingTool": "
|
|
73
|
-
"directoryCreated": "
|
|
74
|
-
"templatesCopied": "
|
|
75
|
-
"installingComponents": "
|
|
76
|
-
"commandsInstalled": "
|
|
77
|
-
"agentsInstalled": "
|
|
78
|
-
"skillsInstalled": "Skills
|
|
79
|
-
"hooksInstalled": "Hooks
|
|
80
|
-
"generatingIndex": "
|
|
81
|
-
"indexGenerated": "
|
|
82
|
-
"installingAdapter": "
|
|
83
|
-
"projectSuccess": "SpecWeave
|
|
84
|
-
"detectingPlugins": "
|
|
85
|
-
"detectedPlugins": "
|
|
86
|
-
"enablingPlugins": "
|
|
87
|
-
"enabledPlugin": "
|
|
88
|
-
"pluginsEnabled": "Plugins
|
|
109
|
+
"creatingProject": "Criando projeto SpecWeave...",
|
|
110
|
+
"detected": "{{tool}} detectado...",
|
|
111
|
+
"usingTool": "Usando {{tool}}...",
|
|
112
|
+
"directoryCreated": "Estrutura de diretórios criada...",
|
|
113
|
+
"templatesCopied": "Templates base copiados...",
|
|
114
|
+
"installingComponents": "Instalando componentes do Claude Code...",
|
|
115
|
+
"commandsInstalled": "Comandos slash instalados...",
|
|
116
|
+
"agentsInstalled": "Agentes instalados...",
|
|
117
|
+
"skillsInstalled": "Skills instalados...",
|
|
118
|
+
"hooksInstalled": "Hooks instalados...",
|
|
119
|
+
"generatingIndex": "Gerando índice de skills...",
|
|
120
|
+
"indexGenerated": "Índice de skills gerado...",
|
|
121
|
+
"installingAdapter": "Instalando adaptador do {{tool}}...",
|
|
122
|
+
"projectSuccess": "Projeto SpecWeave criado com sucesso!",
|
|
123
|
+
"detectingPlugins": "Detectando plugins...",
|
|
124
|
+
"detectedPlugins": "{{count}} plugins sugeridos detectados",
|
|
125
|
+
"enablingPlugins": "Habilitando plugins...",
|
|
126
|
+
"enabledPlugin": "{{plugin}} habilitado",
|
|
127
|
+
"pluginsEnabled": "Plugins habilitados"
|
|
89
128
|
},
|
|
90
129
|
"nextSteps": {
|
|
91
|
-
"header": "🎯
|
|
130
|
+
"header": "🎯 Próximos passos:",
|
|
92
131
|
"cd": "cd {{projectName}}",
|
|
93
|
-
"footer": "🚀
|
|
94
|
-
"docsLink": "
|
|
95
|
-
"githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
|
|
132
|
+
"footer": "🚀 Pronto para construir com SpecWeave!",
|
|
133
|
+
"docsLink": "Documentação: https://spec-weave.com",
|
|
134
|
+
"githubLink": "GitHub: https://github.com/anton-abyzov/specweave",
|
|
135
|
+
"claude": {
|
|
136
|
+
"step1": "Abra Claude Code neste diretório",
|
|
137
|
+
"step2": "Instale o plugin principal do SpecWeave (OBRIGATÓRIO):",
|
|
138
|
+
"installCore": "Execute: /plugin install specweave",
|
|
139
|
+
"step3": "Opcional: Instale plugins adicionais conforme necessário:",
|
|
140
|
+
"installGitHub": "/plugin install sw-github@specweave",
|
|
141
|
+
"installFrontend": "/plugin install frontend@vskill",
|
|
142
|
+
"step4": "Comece a construir:",
|
|
143
|
+
"example": "\"/sw:increment 'user authentication'\"",
|
|
144
|
+
"autoActivate": "Skills e agentes são ativados automaticamente com base no contexto"
|
|
145
|
+
},
|
|
146
|
+
"cursor": {
|
|
147
|
+
"step1": "Abra o projeto no Cursor",
|
|
148
|
+
"step2": "Diga: \"Create increment for [sua funcionalidade]\"",
|
|
149
|
+
"guide": "Cursor lerá .cursorrules e guiará você",
|
|
150
|
+
"step3": "Use atalhos @:",
|
|
151
|
+
"shortcuts": "@increments, @docs, @strategy, @tests"
|
|
152
|
+
},
|
|
153
|
+
"copilot": {
|
|
154
|
+
"step1": "Abra o projeto no VS Code com Copilot",
|
|
155
|
+
"step2": "Copilot lerá as instruções do workspace automaticamente",
|
|
156
|
+
"action": "Comece a criar pastas e incrementos",
|
|
157
|
+
"step3": "Use Copilot Chat para orientação:",
|
|
158
|
+
"example": "\"How do I create a spec.md?\""
|
|
159
|
+
},
|
|
160
|
+
"generic": {
|
|
161
|
+
"step1": "Leia SPECWEAVE-MANUAL.md",
|
|
162
|
+
"step2": "Siga as instruções passo a passo",
|
|
163
|
+
"compatibility": "Funciona com QUALQUER ferramenta de IA (ChatGPT, Claude web, Gemini)"
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"plugin": {
|
|
168
|
+
"list": {
|
|
169
|
+
"header": "📦 Plugins do SpecWeave",
|
|
170
|
+
"enabledHeader": "✅ Plugins habilitados:",
|
|
171
|
+
"enabledNone": "(nenhum)",
|
|
172
|
+
"errorLoading": "(erro ao carregar)",
|
|
173
|
+
"availableHeader": "📚 Plugins disponíveis:",
|
|
174
|
+
"availableNone": "(todos habilitados)",
|
|
175
|
+
"suggestedHeader": "💡 Plugins sugeridos (auto-detectados):",
|
|
176
|
+
"enableHint": "Execute `specweave plugin enable <name>` para habilitar um plugin",
|
|
177
|
+
"statsFormat": "Skills: {{skills}}, Agentes: {{agents}}, Comandos: {{commands}}",
|
|
178
|
+
"errorListing": "❌ Erro ao listar plugins:"
|
|
179
|
+
},
|
|
180
|
+
"enable": {
|
|
181
|
+
"enablingPlugin": "🔌 Habilitando plugin: {{name}}",
|
|
182
|
+
"alreadyEnabled": "⚠️ O plugin {{name}} já está habilitado",
|
|
183
|
+
"useForce": "Use --force para reinstalar",
|
|
184
|
+
"success": "✅ Plugin {{name}} habilitado com sucesso!",
|
|
185
|
+
"installed": "Instalado:",
|
|
186
|
+
"skills": "Skills: {{names}}",
|
|
187
|
+
"agents": "Agentes: {{names}}",
|
|
188
|
+
"commands": "Comandos: {{names}}",
|
|
189
|
+
"installedTo": "Plugin instalado em: {{location}}",
|
|
190
|
+
"restartClaude": "⚠️ Reinicie Claude Code para ativar o novo plugin",
|
|
191
|
+
"errorEnabling": "❌ Erro ao habilitar plugin:"
|
|
192
|
+
},
|
|
193
|
+
"disable": {
|
|
194
|
+
"disablingPlugin": "🔌 Desabilitando plugin: {{name}}",
|
|
195
|
+
"notEnabled": "⚠️ O plugin {{name}} não está habilitado atualmente",
|
|
196
|
+
"success": "✅ Plugin {{name}} desabilitado com sucesso!",
|
|
197
|
+
"restartClaude": "⚠️ Reinicie Claude Code para desativar o plugin",
|
|
198
|
+
"errorDisabling": "❌ Erro ao desabilitar plugin:"
|
|
199
|
+
},
|
|
200
|
+
"info": {
|
|
201
|
+
"header": "📋 Informações do plugin: {{name}}",
|
|
202
|
+
"notFound": "❌ Plugin {{name}} não encontrado",
|
|
203
|
+
"listHint": "Execute `specweave plugin list --available` para ver os plugins disponíveis",
|
|
204
|
+
"name": "Nome:",
|
|
205
|
+
"version": "Versão:",
|
|
206
|
+
"description": "Descrição:",
|
|
207
|
+
"author": "Autor:",
|
|
208
|
+
"license": "Licença:",
|
|
209
|
+
"coreVersion": "Versão do SpecWeave Core:",
|
|
210
|
+
"status": "Status:",
|
|
211
|
+
"statusEnabled": "✅ Habilitado",
|
|
212
|
+
"statusDisabled": "⚪ Desabilitado",
|
|
213
|
+
"provides": "Fornece:",
|
|
214
|
+
"skillsFormat": "Skills: {{skills}}",
|
|
215
|
+
"agentsFormat": "Agentes: {{agents}}",
|
|
216
|
+
"commandsFormat": "Comandos: {{commands}}",
|
|
217
|
+
"noneValue": "(nenhum)",
|
|
218
|
+
"dependencies": "Dependências:",
|
|
219
|
+
"autoDetect": "Gatilhos de auto-detecção:",
|
|
220
|
+
"autoDetectFiles": "Arquivos: {{files}}",
|
|
221
|
+
"autoDetectPackages": "Pacotes: {{packages}}",
|
|
222
|
+
"autoDetectEnv": "Variáveis de ambiente: {{env}}",
|
|
223
|
+
"autoDetectGit": "Padrão de Git remoto: {{pattern}}",
|
|
224
|
+
"credits": "Créditos:",
|
|
225
|
+
"basedOn": "Baseado em: {{source}}",
|
|
226
|
+
"originalAuthor": "Autor original: {{author}}",
|
|
227
|
+
"contributors": "Contribuidores: {{contributors}}",
|
|
228
|
+
"errorGettingInfo": "❌ Erro ao obter informações do plugin:"
|
|
229
|
+
},
|
|
230
|
+
"errors": {
|
|
231
|
+
"nameRequired": "❌ Nome do plugin obrigatório para o comando {{command}}",
|
|
232
|
+
"usageEnable": "Uso: specweave plugin enable <plugin-name>",
|
|
233
|
+
"usageDisable": "Uso: specweave plugin disable <plugin-name>",
|
|
234
|
+
"usageInfo": "Uso: specweave plugin info <plugin-name>",
|
|
235
|
+
"unknownAction": "❌ Ação de plugin desconhecida: {{action}}",
|
|
236
|
+
"validActions": "Ações válidas: list, enable, disable, info"
|
|
96
237
|
}
|
|
97
238
|
},
|
|
239
|
+
"list": {
|
|
240
|
+
"header": "📋 Componentes do SpecWeave",
|
|
241
|
+
"agentsHeader": "🤖 Agentes:",
|
|
242
|
+
"skillsHeader": "✨ Skills:",
|
|
243
|
+
"availableFormat": "Disponíveis no SpecWeave: {{count}} {{type}}",
|
|
244
|
+
"agents": "agentes",
|
|
245
|
+
"skills": "skills",
|
|
246
|
+
"noDescription": "Sem descrição",
|
|
247
|
+
"noAgents": "⚠️ Nenhum agente encontrado em src/agents/",
|
|
248
|
+
"noSkills": "⚠️ Nenhuma skill encontrada em src/skills/",
|
|
249
|
+
"hintInstalled": "Execute `specweave list --installed` para ver os componentes instalados",
|
|
250
|
+
"hintInstall": "Execute `specweave install <name>` para instalar um componente específico",
|
|
251
|
+
"localInstallation": "📁 Instalação local (.claude/):",
|
|
252
|
+
"globalInstallation": "🌍 Instalação global (~/.claude/):",
|
|
253
|
+
"noComponentsInstalled": "⚠️ Nenhum componente instalado",
|
|
254
|
+
"installPrompt": "Execute `specweave install` para instalar componentes"
|
|
255
|
+
},
|
|
256
|
+
"install": {
|
|
257
|
+
"header": "📦 Instalação de componentes do SpecWeave",
|
|
258
|
+
"notFound": "❌ Componente \"{{name}}\" não encontrado",
|
|
259
|
+
"listHint": "Execute `specweave list` para ver os componentes disponíveis",
|
|
260
|
+
"complete": "✅ Instalação concluída!",
|
|
261
|
+
"installedTo": "Instalado em: {{location}}",
|
|
262
|
+
"installingFormat": "Instalando {{type}}: {{name}}...",
|
|
263
|
+
"installedFormat": "{{type}} instalado: {{name}}",
|
|
264
|
+
"failedFormat": "Falha ao instalar {{type}}: {{name}}",
|
|
265
|
+
"noAgentsWarning": "⚠️ Nenhum agente encontrado em src/agents/",
|
|
266
|
+
"noSkillsWarning": "⚠️ Nenhuma skill encontrada em src/skills/",
|
|
267
|
+
"installingCount": "📦 Instalando {{count}} {{type}}...",
|
|
268
|
+
"agent": "agente",
|
|
269
|
+
"agents": "agentes",
|
|
270
|
+
"skill": "skill",
|
|
271
|
+
"skills": "skills"
|
|
272
|
+
},
|
|
98
273
|
"increment": {
|
|
99
|
-
"creating": "📝
|
|
100
|
-
"created": "✅ Increment {id}
|
|
101
|
-
"nextStepDo": "
|
|
274
|
+
"creating": "📝 Criando increment: {name}",
|
|
275
|
+
"created": "✅ Increment {id} criado com sucesso!",
|
|
276
|
+
"nextStepDo": "Próximo: Execute /sw:do para começar a implementação",
|
|
102
277
|
"errors": {
|
|
103
|
-
"incompleteFound": "
|
|
278
|
+
"incompleteFound": "Não é possível criar novo increment! Increments anteriores incompletos"
|
|
104
279
|
}
|
|
105
280
|
},
|
|
106
281
|
"progress": {
|
|
107
|
-
"currentIncrement": "
|
|
282
|
+
"currentIncrement": "Increment atual: {id}",
|
|
108
283
|
"status": "Status: {status}",
|
|
109
|
-
"completion": "
|
|
284
|
+
"completion": "Concluído: {percent}%"
|
|
110
285
|
},
|
|
111
286
|
"translate": {
|
|
112
|
-
"translating": "🌐
|
|
113
|
-
"complete": "✅
|
|
287
|
+
"translating": "🌐 Traduzindo conteúdo para {language}...",
|
|
288
|
+
"complete": "✅ Tradução concluída!"
|
|
114
289
|
},
|
|
115
290
|
"version": {
|
|
116
|
-
"current": "SpecWeave
|
|
291
|
+
"current": "Versão do SpecWeave: {version}"
|
|
117
292
|
},
|
|
118
293
|
"errors": {
|
|
119
|
-
"fileNotFound": "❌
|
|
120
|
-
"invalidConfig": "❌
|
|
294
|
+
"fileNotFound": "❌ Arquivo não encontrado: {path}",
|
|
295
|
+
"invalidConfig": "❌ Configuração inválida: {error}"
|
|
121
296
|
}
|
|
122
297
|
}
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
"skillsIndexNote": "Навыки всё равно будут работать, но может потребоваться ручная индексация.",
|
|
54
54
|
"marketplaceCopyFailed": "⚠️ Предупреждение: Не удалось скопировать маркетплейс плагинов",
|
|
55
55
|
"marketplaceNotFound": "⚠️ Предупреждение: Маркетплейс плагинов не найден",
|
|
56
|
-
"pluginAutoSetupFailed": "⚠️ Предупреждение: Не удалось настроить автоматическую регистрацию плагинов"
|
|
56
|
+
"pluginAutoSetupFailed": "⚠️ Предупреждение: Не удалось настроить автоматическую регистрацию плагинов",
|
|
57
|
+
"pluginAutoInstallFailed": "Автоматическая установка плагинов не удалась (CLI claude недоступен)"
|
|
57
58
|
},
|
|
58
59
|
"prompts": {
|
|
59
60
|
"confirmInitInCurrent": "Инициализировать SpecWeave в текущей директории?",
|
|
@@ -61,6 +62,16 @@
|
|
|
61
62
|
"overwriteDirectory": "Директория {{projectName}} уже существует. Перезаписать?",
|
|
62
63
|
"enablePlugins": "Включить предложенные плагины сейчас?"
|
|
63
64
|
},
|
|
65
|
+
"gitHooks": {
|
|
66
|
+
"prompt": "Установить git-хуки для контроля качества?"
|
|
67
|
+
},
|
|
68
|
+
"maturity": {
|
|
69
|
+
"question": "Это новый или существующий проект?",
|
|
70
|
+
"greenfield": "Новый проект (greenfield)",
|
|
71
|
+
"greenfieldDesc": "Начинаем с нуля, без существующей кодовой базы",
|
|
72
|
+
"brownfield": "Существующий проект (brownfield)",
|
|
73
|
+
"brownfieldDesc": "Есть существующий код, зависимости или репозитории"
|
|
74
|
+
},
|
|
64
75
|
"toolDetection": {
|
|
65
76
|
"header": "Определение AI-инструмента",
|
|
66
77
|
"detected": "Обнаружен: {{tool}}",
|
|
@@ -86,10 +97,13 @@
|
|
|
86
97
|
"copiedAgents": "✓ Скопировано {{count}} директорий агентов",
|
|
87
98
|
"copiedSkills": "✓ Скопировано {{count}} директорий навыков",
|
|
88
99
|
"copiedHooks": "✓ Скопировано {{count}} файлов хуков",
|
|
89
|
-
"pluginAutoSetupDetails": "Claude Code автоматически загрузит маркетплейс SpecWeave когда вы доверитесь этой папке"
|
|
100
|
+
"pluginAutoSetupDetails": "Claude Code автоматически загрузит маркетплейс SpecWeave когда вы доверитесь этой папке",
|
|
101
|
+
"manualInstallInstructions": "Запустите вручную: /plugin install specweave",
|
|
102
|
+
"ciSkipPlugins": "Обнаружена CI среда - пропуск включения плагинов (можно настроить вручную позже)"
|
|
90
103
|
},
|
|
91
104
|
"success": {
|
|
92
|
-
"pluginAutoSetup": "Маркетплейс плагинов настроен для автоматической загрузки"
|
|
105
|
+
"pluginAutoSetup": "Маркетплейс плагинов настроен для автоматической загрузки",
|
|
106
|
+
"pluginAutoInstall": "Команды доступны сразу (перезапуск не требуется!)"
|
|
93
107
|
},
|
|
94
108
|
"progress": {
|
|
95
109
|
"creatingProject": "Создание проекта SpecWeave...",
|