specweave 1.0.351 → 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-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/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/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.map +1 -1
- package/dist/src/core/increment/metadata-manager.js +26 -0
- package/dist/src/core/increment/metadata-manager.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/locales/de/cli.json +245 -77
- package/dist/src/locales/es/cli.json +238 -3
- package/dist/src/locales/fr/cli.json +254 -86
- package/dist/src/locales/ja/cli.json +246 -78
- package/dist/src/locales/ko/cli.json +246 -78
- package/dist/src/locales/pt/cli.json +245 -77
- package/dist/src/locales/zh/cli.json +251 -83
- 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 +235 -1
- package/dist/src/sync/github-reconciler.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.js +26 -0
- 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 +235 -1
- package/plugins/specweave/lib/vendor/sync/github-reconciler.js.map +1 -1
- package/plugins/specweave/skills/team-lead/agents/security.md +0 -1
- 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-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,69 @@
|
|
|
1
1
|
{
|
|
2
2
|
"init": {
|
|
3
|
-
"welcome": "🚀 SpecWeave
|
|
4
|
-
"projectName": "
|
|
5
|
-
"projectNamePrompt": "
|
|
3
|
+
"welcome": "🚀 SpecWeave 초기화",
|
|
4
|
+
"projectName": "프로젝트 이름:",
|
|
5
|
+
"projectNamePrompt": "프로젝트 이름 (템플릿용):",
|
|
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": "AI 도구를 감지하는 중...",
|
|
8
|
+
"foundClaude": "✅ Claude Code 를 감지했습니다",
|
|
9
|
+
"foundCursor": "✅ Cursor 를 감지했습니다",
|
|
10
|
+
"foundCopilot": "✅ GitHub Copilot 을 감지했습니다",
|
|
11
|
+
"noToolDetected": "AI 도구가 감지되지 않았습니다. Generic 어댑터를 사용합니다",
|
|
12
|
+
"complete": "✨ 초기화가 완료되었습니다!",
|
|
13
|
+
"claudeNativeComplete": "✨ Claude Code 네이티브 설치가 완료되었습니다!",
|
|
14
|
+
"claudeNativeBenefits": "✅ 네이티브 스킬, 에이전트, 훅이 바로 사용 가능합니다",
|
|
15
|
+
"projectSuccess": "SpecWeave 프로젝트가 성공적으로 생성되었습니다!",
|
|
16
|
+
"readyToBuild": "🚀 SpecWeave 로 빌드할 준비가 되었습니다!",
|
|
17
|
+
"nestedCdCommand": "cd {{path}}",
|
|
18
|
+
"nestedIncCommand": "/sw:increment \"your-feature\"",
|
|
19
|
+
"pluginEnableLater": "플러그인은 나중에 활성화할 수 있습니다: specweave plugin enable <name>",
|
|
20
|
+
"genericError": "오류:",
|
|
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": "프로젝트 이름에는 소문자 영문자, 숫자, 하이픈만 사용할 수 있습니다",
|
|
23
|
+
"alreadyExists": ".specweave 디렉터리가 이미 존재합니다",
|
|
24
|
+
"cancelled": "❌ 초기화가 취소되었습니다",
|
|
25
|
+
"invalidLanguage": "❌ 잘못된 언어: {{language}}",
|
|
26
|
+
"supportedLanguages": "지원 언어: {{languages}}",
|
|
27
|
+
"nestedNotSupported": "❌ 중첩된 .specweave/ 폴더는 지원되지 않습니다!",
|
|
28
|
+
"parentFound": "상위 .specweave/ 를 찾았습니다:",
|
|
29
|
+
"projectCreationFailed": "프로젝트 생성에 실패했습니다",
|
|
30
|
+
"commandsCopyFailed": "❌ 명령어 복사에 실패했습니다: {{error}}",
|
|
31
|
+
"agentsCopyFailed": "❌ 에이전트 복사에 실패했습니다: {{error}}",
|
|
32
|
+
"skillsCopyFailed": "❌ 스킬 복사에 실패했습니다: {{error}}",
|
|
33
|
+
"hooksCopyFailed": "❌ 훅 복사에 실패했습니다: {{error}}",
|
|
34
|
+
"templatesNotFound": "❌ 오류: 템플릿 디렉터리를 찾을 수 없습니다: {{path}}",
|
|
35
|
+
"packageRoot": "패키지 루트: {{root}}",
|
|
36
|
+
"tryingAlternate": "대체 위치를 시도하는 중...",
|
|
37
|
+
"foundTemplatesAt": "✓ 템플릿을 찾았습니다: {{path}}",
|
|
38
|
+
"sourceNotFound": "❌ 오류: 소스 {{type}} 디렉터리를 찾을 수 없습니다",
|
|
39
|
+
"expectedAt": "예상 위치: {{path}}",
|
|
40
|
+
"dirname": "__dirname: {{path}}",
|
|
41
|
+
"couldNotFindRoot": "패키지 루트를 찾을 수 없습니다 (name=\"specweave\" 인 package.json 을 검색 중)",
|
|
42
|
+
"sourceEmpty": "❌ 오류: 소스 {{type}} 디렉터리가 비어 있습니다",
|
|
43
|
+
"directory": "디렉터리: {{path}}",
|
|
44
|
+
"installationIssue": "패키지 설치에 문제가 있습니다.",
|
|
45
|
+
"errorCopying": "❌ {{type}} 복사 중 오류가 발생했습니다: {{error}}",
|
|
46
|
+
"source": "소스: {{path}}",
|
|
47
|
+
"target": "대상: {{path}}"
|
|
30
48
|
},
|
|
31
49
|
"warnings": {
|
|
32
|
-
"invalidDirName": "⚠️
|
|
33
|
-
"directoryNotEmpty": "⚠️
|
|
34
|
-
"skillsIndexWarning": "⚠️
|
|
35
|
-
"skillsIndexNote": "
|
|
50
|
+
"invalidDirName": "⚠️ 현재 디렉터리 이름 '{{dirName}}'에 잘못된 문자가 포함되어 있습니다.",
|
|
51
|
+
"directoryNotEmpty": "⚠️ 현재 디렉터리에 {{count}}개의 파일이 있습니다.",
|
|
52
|
+
"skillsIndexWarning": "⚠️ 경고: 스킬 인덱스를 생성할 수 없습니다: {{error}}",
|
|
53
|
+
"skillsIndexNote": "스킬은 계속 작동하지만, 수동 인덱싱이 필요할 수 있습니다.",
|
|
54
|
+
"marketplaceCopyFailed": "⚠️ 경고: 플러그인 마켓플레이스를 복사할 수 없습니다",
|
|
55
|
+
"marketplaceNotFound": "⚠️ 경고: 플러그인 마켓플레이스를 찾을 수 없습니다",
|
|
56
|
+
"pluginAutoSetupFailed": "⚠️ 경고: 플러그인 자동 등록을 설정할 수 없습니다",
|
|
57
|
+
"pluginAutoInstallFailed": "플러그인 자동 설치에 실패했습니다 (claude CLI를 사용할 수 없습니다)"
|
|
36
58
|
},
|
|
37
59
|
"prompts": {
|
|
38
|
-
"confirmInitInCurrent": "
|
|
39
|
-
"overwriteSpecweave": ".specweave
|
|
40
|
-
"overwriteDirectory": "
|
|
41
|
-
"enablePlugins": "
|
|
60
|
+
"confirmInitInCurrent": "현재 디렉터리에서 SpecWeave 를 초기화하시겠습니까?",
|
|
61
|
+
"overwriteSpecweave": ".specweave 디렉터리가 이미 존재합니다. 덮어쓰시겠습니까?",
|
|
62
|
+
"overwriteDirectory": "디렉터리 {{projectName}} 가 이미 존재합니다. 덮어쓰시겠습니까?",
|
|
63
|
+
"enablePlugins": "추천 플러그인을 지금 활성화하시겠습니까?"
|
|
64
|
+
},
|
|
65
|
+
"gitHooks": {
|
|
66
|
+
"prompt": "품질 관리를 위한 git 훅을 설치하시겠습니까?"
|
|
42
67
|
},
|
|
43
68
|
"maturity": {
|
|
44
69
|
"question": "새 프로젝트인가요, 기존 프로젝트인가요?",
|
|
@@ -62,68 +87,211 @@
|
|
|
62
87
|
}
|
|
63
88
|
},
|
|
64
89
|
"info": {
|
|
65
|
-
"nestedEnforcement": "SpecWeave
|
|
66
|
-
"nestedBullet1": "•
|
|
67
|
-
"nestedBullet2": "•
|
|
68
|
-
"nestedBullet3": "•
|
|
69
|
-
"nestedToFix": "
|
|
70
|
-
"suggestedPlugins": "💡
|
|
71
|
-
"copiedFiles": "✓
|
|
72
|
-
"copiedAgents": "✓
|
|
73
|
-
"copiedSkills": "✓
|
|
74
|
-
"copiedHooks": "✓
|
|
90
|
+
"nestedEnforcement": "SpecWeave 는 단일 신뢰할 수 있는 소스를 강제합니다:",
|
|
91
|
+
"nestedBullet1": "• 모든 인크리먼트에 상위 폴더를 사용하십시오",
|
|
92
|
+
"nestedBullet2": "• 인크리먼트는 여러 하위 디렉터리에 걸칠 수 있습니다",
|
|
93
|
+
"nestedBullet3": "• CLAUDE.md 의 \"Root-Level .specweave/ Folder\" 섹션을 참조하십시오",
|
|
94
|
+
"nestedToFix": "수정 방법:",
|
|
95
|
+
"suggestedPlugins": "💡 추천 플러그인:",
|
|
96
|
+
"copiedFiles": "✓ {{count}}개의 명령어 파일을 복사했습니다",
|
|
97
|
+
"copiedAgents": "✓ {{count}}개의 에이전트 디렉터리를 복사했습니다",
|
|
98
|
+
"copiedSkills": "✓ {{count}}개의 스킬 디렉터리를 복사했습니다",
|
|
99
|
+
"copiedHooks": "✓ {{count}}개의 훅 파일을 복사했습니다",
|
|
100
|
+
"pluginAutoSetupDetails": "Claude Code 는 이 폴더를 신뢰하면 SpecWeave 마켓플레이스를 자동으로 로드합니다",
|
|
101
|
+
"manualInstallInstructions": "수동 실행: /plugin install specweave",
|
|
102
|
+
"ciSkipPlugins": "CI 환경 감지 - 플러그인 활성화를 건너뜁니다 (나중에 수동으로 설정할 수 있습니다)"
|
|
103
|
+
},
|
|
104
|
+
"success": {
|
|
105
|
+
"pluginAutoSetup": "플러그인 마켓플레이스가 자동 로딩용으로 설정되었습니다",
|
|
106
|
+
"pluginAutoInstall": "슬래시 명령어를 즉시 사용할 수 있습니다 (재시작 불필요!)"
|
|
75
107
|
},
|
|
76
108
|
"progress": {
|
|
77
|
-
"creatingProject": "
|
|
78
|
-
"detected": "
|
|
79
|
-
"usingTool": "
|
|
80
|
-
"directoryCreated": "
|
|
81
|
-
"templatesCopied": "
|
|
82
|
-
"installingComponents": "
|
|
83
|
-
"commandsInstalled": "
|
|
84
|
-
"agentsInstalled": "
|
|
85
|
-
"skillsInstalled": "
|
|
86
|
-
"hooksInstalled": "
|
|
87
|
-
"generatingIndex": "
|
|
88
|
-
"indexGenerated": "
|
|
89
|
-
"installingAdapter": "
|
|
90
|
-
"projectSuccess": "SpecWeave
|
|
91
|
-
"detectingPlugins": "
|
|
92
|
-
"detectedPlugins": "
|
|
93
|
-
"enablingPlugins": "
|
|
94
|
-
"enabledPlugin": "
|
|
95
|
-
"pluginsEnabled": "
|
|
109
|
+
"creatingProject": "SpecWeave 프로젝트를 생성하는 중...",
|
|
110
|
+
"detected": "{{tool}}을(를) 감지했습니다...",
|
|
111
|
+
"usingTool": "{{tool}}을(를) 사용하는 중...",
|
|
112
|
+
"directoryCreated": "디렉터리 구조를 생성했습니다...",
|
|
113
|
+
"templatesCopied": "기본 템플릿을 복사했습니다...",
|
|
114
|
+
"installingComponents": "Claude Code 구성 요소를 설치하는 중...",
|
|
115
|
+
"commandsInstalled": "슬래시 명령어를 설치했습니다...",
|
|
116
|
+
"agentsInstalled": "에이전트를 설치했습니다...",
|
|
117
|
+
"skillsInstalled": "스킬을 설치했습니다...",
|
|
118
|
+
"hooksInstalled": "훅을 설치했습니다...",
|
|
119
|
+
"generatingIndex": "스킬 인덱스를 생성하는 중...",
|
|
120
|
+
"indexGenerated": "스킬 인덱스를 생성했습니다...",
|
|
121
|
+
"installingAdapter": "{{tool}} 어댑터를 설치하는 중...",
|
|
122
|
+
"projectSuccess": "SpecWeave 프로젝트가 성공적으로 생성되었습니다!",
|
|
123
|
+
"detectingPlugins": "플러그인을 감지하는 중...",
|
|
124
|
+
"detectedPlugins": "{{count}}개의 추천 플러그인을 감지했습니다",
|
|
125
|
+
"enablingPlugins": "플러그인을 활성화하는 중...",
|
|
126
|
+
"enabledPlugin": "{{plugin}}을(를) 활성화했습니다",
|
|
127
|
+
"pluginsEnabled": "플러그인이 활성화되었습니다"
|
|
96
128
|
},
|
|
97
129
|
"nextSteps": {
|
|
98
|
-
"header": "🎯
|
|
130
|
+
"header": "🎯 다음 단계:",
|
|
99
131
|
"cd": "cd {{projectName}}",
|
|
100
|
-
"footer": "🚀
|
|
101
|
-
"docsLink": "
|
|
102
|
-
"githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
|
|
132
|
+
"footer": "🚀 SpecWeave 로 빌드할 준비가 되었습니다!",
|
|
133
|
+
"docsLink": "문서: https://spec-weave.com",
|
|
134
|
+
"githubLink": "GitHub: https://github.com/anton-abyzov/specweave",
|
|
135
|
+
"claude": {
|
|
136
|
+
"step1": "이 디렉터리에서 Claude Code 를 열어 주십시오",
|
|
137
|
+
"step2": "SpecWeave 코어 플러그인을 설치하십시오 (필수):",
|
|
138
|
+
"installCore": "실행: /plugin install specweave",
|
|
139
|
+
"step3": "선택 사항: 필요에 따라 추가 플러그인을 설치하십시오:",
|
|
140
|
+
"installGitHub": "/plugin install sw-github@specweave",
|
|
141
|
+
"installFrontend": "/plugin install frontend@vskill",
|
|
142
|
+
"step4": "빌드 시작:",
|
|
143
|
+
"example": "\"/sw:increment 'user authentication'\"",
|
|
144
|
+
"autoActivate": "스킬과 에이전트는 컨텍스트에 따라 자동으로 활성화됩니다"
|
|
145
|
+
},
|
|
146
|
+
"cursor": {
|
|
147
|
+
"step1": "Cursor 에서 프로젝트를 열어 주십시오",
|
|
148
|
+
"step2": "\"[기능]의 인크리먼트 생성\" 이라고 입력하십시오",
|
|
149
|
+
"guide": "Cursor 가 .cursorrules 를 읽고 안내합니다",
|
|
150
|
+
"step3": "@ 단축키를 사용하십시오:",
|
|
151
|
+
"shortcuts": "@increments, @docs, @strategy, @tests"
|
|
152
|
+
},
|
|
153
|
+
"copilot": {
|
|
154
|
+
"step1": "Copilot 이 활성화된 VS Code 에서 프로젝트를 열어 주십시오",
|
|
155
|
+
"step2": "Copilot 이 워크스페이스 지침을 자동으로 읽습니다",
|
|
156
|
+
"action": "인크리먼트 폴더와 파일 생성을 시작하십시오",
|
|
157
|
+
"step3": "안내를 위해 Copilot Chat 을 사용하십시오:",
|
|
158
|
+
"example": "\"spec.md 를 어떻게 만드나요?\""
|
|
159
|
+
},
|
|
160
|
+
"generic": {
|
|
161
|
+
"step1": "SPECWEAVE-MANUAL.md 를 읽어 주십시오",
|
|
162
|
+
"step2": "단계별 지침을 따르십시오",
|
|
163
|
+
"compatibility": "모든 AI 도구에서 작동합니다 (ChatGPT, Claude web, Gemini)"
|
|
164
|
+
}
|
|
103
165
|
}
|
|
104
166
|
},
|
|
167
|
+
"plugin": {
|
|
168
|
+
"list": {
|
|
169
|
+
"header": "📦 SpecWeave 플러그인",
|
|
170
|
+
"enabledHeader": "✅ 활성화된 플러그인:",
|
|
171
|
+
"enabledNone": "(없음)",
|
|
172
|
+
"errorLoading": "(로딩 오류)",
|
|
173
|
+
"availableHeader": "📚 사용 가능한 플러그인:",
|
|
174
|
+
"availableNone": "(모두 활성화됨)",
|
|
175
|
+
"suggestedHeader": "💡 추천 플러그인 (자동 감지):",
|
|
176
|
+
"enableHint": "`specweave plugin enable <name>` 을 실행하여 플러그인을 활성화하십시오",
|
|
177
|
+
"statsFormat": "스킬: {{skills}}, 에이전트: {{agents}}, 명령어: {{commands}}",
|
|
178
|
+
"errorListing": "❌ 플러그인 목록을 가져오는 중 오류가 발생했습니다:"
|
|
179
|
+
},
|
|
180
|
+
"enable": {
|
|
181
|
+
"enablingPlugin": "🔌 플러그인 활성화 중: {{name}}",
|
|
182
|
+
"alreadyEnabled": "⚠️ 플러그인 {{name}} 은(는) 이미 활성화되어 있습니다",
|
|
183
|
+
"useForce": "--force 를 사용하여 재설치하십시오",
|
|
184
|
+
"success": "✅ 플러그인 {{name}} 이(가) 성공적으로 활성화되었습니다!",
|
|
185
|
+
"installed": "설치 완료:",
|
|
186
|
+
"skills": "스킬: {{names}}",
|
|
187
|
+
"agents": "에이전트: {{names}}",
|
|
188
|
+
"commands": "명령어: {{names}}",
|
|
189
|
+
"installedTo": "플러그인 설치 위치: {{location}}",
|
|
190
|
+
"restartClaude": "⚠️ 새 플러그인을 활성화하려면 Claude Code 를 재시작하십시오",
|
|
191
|
+
"errorEnabling": "❌ 플러그인 활성화 중 오류가 발생했습니다:"
|
|
192
|
+
},
|
|
193
|
+
"disable": {
|
|
194
|
+
"disablingPlugin": "🔌 플러그인 비활성화 중: {{name}}",
|
|
195
|
+
"notEnabled": "⚠️ 플러그인 {{name}} 은(는) 현재 활성화되어 있지 않습니다",
|
|
196
|
+
"success": "✅ 플러그인 {{name}} 이(가) 성공적으로 비활성화되었습니다!",
|
|
197
|
+
"restartClaude": "⚠️ 플러그인을 비활성화하려면 Claude Code 를 재시작하십시오",
|
|
198
|
+
"errorDisabling": "❌ 플러그인 비활성화 중 오류가 발생했습니다:"
|
|
199
|
+
},
|
|
200
|
+
"info": {
|
|
201
|
+
"header": "📋 플러그인 정보: {{name}}",
|
|
202
|
+
"notFound": "❌ 플러그인 {{name}} 을(를) 찾을 수 없습니다",
|
|
203
|
+
"listHint": "`specweave plugin list --available` 을 실행하여 사용 가능한 플러그인을 확인하십시오",
|
|
204
|
+
"name": "이름:",
|
|
205
|
+
"version": "버전:",
|
|
206
|
+
"description": "설명:",
|
|
207
|
+
"author": "작성자:",
|
|
208
|
+
"license": "라이선스:",
|
|
209
|
+
"coreVersion": "SpecWeave 코어 버전:",
|
|
210
|
+
"status": "상태:",
|
|
211
|
+
"statusEnabled": "✅ 활성화됨",
|
|
212
|
+
"statusDisabled": "⚪ 비활성화됨",
|
|
213
|
+
"provides": "제공 항목:",
|
|
214
|
+
"skillsFormat": "스킬: {{skills}}",
|
|
215
|
+
"agentsFormat": "에이전트: {{agents}}",
|
|
216
|
+
"commandsFormat": "명령어: {{commands}}",
|
|
217
|
+
"noneValue": "(없음)",
|
|
218
|
+
"dependencies": "의존성:",
|
|
219
|
+
"autoDetect": "자동 감지 트리거:",
|
|
220
|
+
"autoDetectFiles": "파일: {{files}}",
|
|
221
|
+
"autoDetectPackages": "패키지: {{packages}}",
|
|
222
|
+
"autoDetectEnv": "환경 변수: {{env}}",
|
|
223
|
+
"autoDetectGit": "Git 원격 패턴: {{pattern}}",
|
|
224
|
+
"credits": "크레딧:",
|
|
225
|
+
"basedOn": "기반: {{source}}",
|
|
226
|
+
"originalAuthor": "원저자: {{author}}",
|
|
227
|
+
"contributors": "기여자: {{contributors}}",
|
|
228
|
+
"errorGettingInfo": "❌ 플러그인 정보를 가져오는 중 오류가 발생했습니다:"
|
|
229
|
+
},
|
|
230
|
+
"errors": {
|
|
231
|
+
"nameRequired": "❌ {{command}} 명령어에는 플러그인 이름이 필요합니다",
|
|
232
|
+
"usageEnable": "사용법: specweave plugin enable <plugin-name>",
|
|
233
|
+
"usageDisable": "사용법: specweave plugin disable <plugin-name>",
|
|
234
|
+
"usageInfo": "사용법: specweave plugin info <plugin-name>",
|
|
235
|
+
"unknownAction": "❌ 알 수 없는 플러그인 작업: {{action}}",
|
|
236
|
+
"validActions": "유효한 작업: list, enable, disable, info"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"list": {
|
|
240
|
+
"header": "📋 SpecWeave 구성 요소",
|
|
241
|
+
"agentsHeader": "🤖 에이전트:",
|
|
242
|
+
"skillsHeader": "✨ 스킬:",
|
|
243
|
+
"availableFormat": "SpecWeave 에서 사용 가능: {{count}}개의 {{type}}",
|
|
244
|
+
"agents": "에이전트",
|
|
245
|
+
"skills": "스킬",
|
|
246
|
+
"noDescription": "설명 없음",
|
|
247
|
+
"noAgents": "⚠️ src/agents/ 에서 에이전트를 찾을 수 없습니다",
|
|
248
|
+
"noSkills": "⚠️ src/skills/ 에서 스킬을 찾을 수 없습니다",
|
|
249
|
+
"hintInstalled": "`specweave list --installed` 를 실행하여 설치된 구성 요소를 확인하십시오",
|
|
250
|
+
"hintInstall": "`specweave install <name>` 을 실행하여 특정 구성 요소를 설치하십시오",
|
|
251
|
+
"localInstallation": "📁 로컬 설치 (.claude/):",
|
|
252
|
+
"globalInstallation": "🌍 전역 설치 (~/.claude/):",
|
|
253
|
+
"noComponentsInstalled": "⚠️ 설치된 구성 요소가 없습니다",
|
|
254
|
+
"installPrompt": "`specweave install` 을 실행하여 구성 요소를 설치하십시오"
|
|
255
|
+
},
|
|
256
|
+
"install": {
|
|
257
|
+
"header": "📦 SpecWeave 구성 요소 설치",
|
|
258
|
+
"notFound": "❌ 구성 요소 \"{{name}}\" 을(를) 찾을 수 없습니다",
|
|
259
|
+
"listHint": "`specweave list` 를 실행하여 사용 가능한 구성 요소를 확인하십시오",
|
|
260
|
+
"complete": "✅ 설치가 완료되었습니다!",
|
|
261
|
+
"installedTo": "설치 위치: {{location}}",
|
|
262
|
+
"installingFormat": "{{type}} 설치 중: {{name}}...",
|
|
263
|
+
"installedFormat": "{{type}} 설치 완료: {{name}}",
|
|
264
|
+
"failedFormat": "{{type}} 설치 실패: {{name}}",
|
|
265
|
+
"noAgentsWarning": "⚠️ src/agents/ 에서 에이전트를 찾을 수 없습니다",
|
|
266
|
+
"noSkillsWarning": "⚠️ src/skills/ 에서 스킬을 찾을 수 없습니다",
|
|
267
|
+
"installingCount": "📦 {{count}}개의 {{type}}을(를) 설치하는 중...",
|
|
268
|
+
"agent": "에이전트",
|
|
269
|
+
"agents": "에이전트",
|
|
270
|
+
"skill": "스킬",
|
|
271
|
+
"skills": "스킬"
|
|
272
|
+
},
|
|
105
273
|
"increment": {
|
|
106
|
-
"creating": "📝
|
|
107
|
-
"created": "✅
|
|
108
|
-
"nextStepDo": "
|
|
274
|
+
"creating": "📝 인크리먼트 생성 중: {name}",
|
|
275
|
+
"created": "✅ 인크리먼트 {id} 가 성공적으로 생성되었습니다!",
|
|
276
|
+
"nextStepDo": "다음 단계: /sw:do 를 실행하여 구현을 시작하십시오",
|
|
109
277
|
"errors": {
|
|
110
|
-
"incompleteFound": "
|
|
278
|
+
"incompleteFound": "새 인크리먼트를 생성할 수 없습니다! 이전 인크리먼트가 완료되지 않았습니다"
|
|
111
279
|
}
|
|
112
280
|
},
|
|
113
281
|
"progress": {
|
|
114
|
-
"currentIncrement": "
|
|
115
|
-
"status": "
|
|
116
|
-
"completion": "
|
|
282
|
+
"currentIncrement": "현재 인크리먼트: {id}",
|
|
283
|
+
"status": "상태: {status}",
|
|
284
|
+
"completion": "완료율: {percent}%"
|
|
117
285
|
},
|
|
118
286
|
"translate": {
|
|
119
|
-
"translating": "🌐
|
|
120
|
-
"complete": "✅
|
|
287
|
+
"translating": "🌐 {language}(으)로 번역하는 중...",
|
|
288
|
+
"complete": "✅ 번역이 완료되었습니다!"
|
|
121
289
|
},
|
|
122
290
|
"version": {
|
|
123
|
-
"current": "SpecWeave
|
|
291
|
+
"current": "SpecWeave 버전: {version}"
|
|
124
292
|
},
|
|
125
293
|
"errors": {
|
|
126
|
-
"fileNotFound": "❌
|
|
127
|
-
"invalidConfig": "❌
|
|
294
|
+
"fileNotFound": "❌ 파일을 찾을 수 없습니다: {path}",
|
|
295
|
+
"invalidConfig": "❌ 잘못된 설정: {error}"
|
|
128
296
|
}
|
|
129
297
|
}
|