specweave 0.20.0 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist/src/core/increment/duplicate-detector.d.ts +0 -3
  2. package/dist/src/core/increment/duplicate-detector.d.ts.map +1 -1
  3. package/dist/src/core/increment/duplicate-detector.js +4 -22
  4. package/dist/src/core/increment/duplicate-detector.js.map +1 -1
  5. package/package.json +1 -1
  6. package/dist/locales/de/.gitkeep +0 -0
  7. package/dist/locales/de/cli.json +0 -108
  8. package/dist/locales/en/cli.json +0 -287
  9. package/dist/locales/en/errors.json +0 -7
  10. package/dist/locales/en/templates.json +0 -6
  11. package/dist/locales/es/.gitkeep +0 -0
  12. package/dist/locales/es/cli.json +0 -41
  13. package/dist/locales/fr/.gitkeep +0 -0
  14. package/dist/locales/fr/cli.json +0 -108
  15. package/dist/locales/ja/.gitkeep +0 -0
  16. package/dist/locales/ja/cli.json +0 -108
  17. package/dist/locales/ko/.gitkeep +0 -0
  18. package/dist/locales/ko/cli.json +0 -108
  19. package/dist/locales/pt/.gitkeep +0 -0
  20. package/dist/locales/pt/cli.json +0 -108
  21. package/dist/locales/ru/.gitkeep +0 -0
  22. package/dist/locales/ru/cli.json +0 -269
  23. package/dist/locales/zh/.gitkeep +0 -0
  24. package/dist/locales/zh/cli.json +0 -108
  25. package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.d.ts +0 -25
  26. package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.d.ts.map +0 -1
  27. package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.js +0 -191
  28. package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.js.map +0 -1
  29. package/dist/plugins/specweave-kafka/lib/cli/kcat-wrapper.d.ts +0 -57
  30. package/dist/plugins/specweave-kafka/lib/cli/kcat-wrapper.d.ts.map +0 -1
  31. package/dist/plugins/specweave-kafka/lib/cli/kcat-wrapper.js +0 -248
  32. package/dist/plugins/specweave-kafka/lib/cli/kcat-wrapper.js.map +0 -1
  33. package/dist/plugins/specweave-kafka/lib/cli/types.d.ts +0 -82
  34. package/dist/plugins/specweave-kafka/lib/cli/types.d.ts.map +0 -1
  35. package/dist/plugins/specweave-kafka/lib/cli/types.js +0 -13
  36. package/dist/plugins/specweave-kafka/lib/cli/types.js.map +0 -1
  37. package/dist/plugins/specweave-kafka/lib/mcp/detector.d.ts +0 -49
  38. package/dist/plugins/specweave-kafka/lib/mcp/detector.d.ts.map +0 -1
  39. package/dist/plugins/specweave-kafka/lib/mcp/detector.js +0 -316
  40. package/dist/plugins/specweave-kafka/lib/mcp/detector.js.map +0 -1
  41. package/dist/plugins/specweave-kafka/lib/mcp/types.d.ts +0 -70
  42. package/dist/plugins/specweave-kafka/lib/mcp/types.d.ts.map +0 -1
  43. package/dist/plugins/specweave-kafka/lib/mcp/types.js +0 -23
  44. package/dist/plugins/specweave-kafka/lib/mcp/types.js.map +0 -1
  45. package/dist/plugins/specweave-kafka/lib/utils/partitioning.d.ts +0 -85
  46. package/dist/plugins/specweave-kafka/lib/utils/partitioning.d.ts.map +0 -1
  47. package/dist/plugins/specweave-kafka/lib/utils/partitioning.js +0 -281
  48. package/dist/plugins/specweave-kafka/lib/utils/partitioning.js.map +0 -1
  49. package/dist/plugins/specweave-kafka/lib/utils/sizing.d.ts +0 -75
  50. package/dist/plugins/specweave-kafka/lib/utils/sizing.d.ts.map +0 -1
  51. package/dist/plugins/specweave-kafka/lib/utils/sizing.js +0 -238
  52. package/dist/plugins/specweave-kafka/lib/utils/sizing.js.map +0 -1
  53. package/dist/spec-parser.js +0 -629
  54. package/dist/src/core/sync/spec-content-sync.d.ts +0 -88
  55. package/dist/src/core/sync/spec-content-sync.d.ts.map +0 -1
  56. package/dist/src/core/sync/spec-content-sync.js +0 -5
  57. package/dist/src/core/sync/spec-content-sync.js.map +0 -1
  58. package/dist/tsconfig.tsbuildinfo +0 -1
  59. package/plugins/specweave-ado/lib/enhanced-ado-sync.js +0 -170
@@ -1,108 +0,0 @@
1
- {
2
- "init": {
3
- "welcome": "🚀 SpecWeave Initialization",
4
- "projectName": "Project name:",
5
- "projectNamePrompt": "Project name (for templates):",
6
- "projectNameDefault": "my-saas",
7
- "detectingTool": "Detecting AI tool...",
8
- "foundClaude": "✅ Found Claude Code",
9
- "foundCursor": "✅ Found Cursor",
10
- "foundCopilot": "✅ Found GitHub Copilot",
11
- "noToolDetected": "No AI tool detected, using Generic adapter",
12
- "complete": "✨ Initialization complete!",
13
- "claudeNativeComplete": "✨ Claude Code native installation complete!",
14
- "claudeNativeBenefits": "✅ Native skills, agents, hooks work out of the box",
15
- "projectSuccess": "SpecWeave project created successfully!",
16
- "readyToBuild": "🚀 Ready to build with SpecWeave!",
17
- "errors": {
18
- "invalidName": "Project name must contain only lowercase letters, numbers, and hyphens",
19
- "alreadyExists": ".specweave directory already exists",
20
- "cancelled": "❌ Initialization cancelled",
21
- "invalidLanguage": "❌ Invalid language: {{language}}",
22
- "supportedLanguages": "Supported languages: {{languages}}",
23
- "nestedNotSupported": "❌ Nested .specweave/ folders are NOT supported!",
24
- "parentFound": "Found parent .specweave/ at:",
25
- "projectCreationFailed": "Failed to create project",
26
- "commandsCopyFailed": "❌ Commands copy failed: {{error}}",
27
- "agentsCopyFailed": "❌ Agents copy failed: {{error}}",
28
- "skillsCopyFailed": "❌ Skills copy failed: {{error}}",
29
- "hooksCopyFailed": "❌ Hooks copy failed: {{error}}"
30
- },
31
- "warnings": {
32
- "invalidDirName": "⚠️ Current directory name '{{dirName}}' contains invalid characters.",
33
- "directoryNotEmpty": "⚠️ Current directory contains {{count}} file{{plural}}.",
34
- "skillsIndexWarning": "⚠️ Warning: Could not generate skills index: {{error}}",
35
- "skillsIndexNote": "Skills will still work, but manual indexing may be needed."
36
- },
37
- "prompts": {
38
- "confirmInitInCurrent": "Initialize SpecWeave in current directory?",
39
- "overwriteSpecweave": ".specweave directory already exists. Overwrite?",
40
- "overwriteDirectory": "Directory {{projectName}} already exists. Overwrite?",
41
- "enablePlugins": "Enable suggested plugins now?"
42
- },
43
- "info": {
44
- "nestedEnforcement": "SpecWeave enforces a single source of truth:",
45
- "nestedBullet1": "• Use the parent folder for all increments",
46
- "nestedBullet2": "• Increments can span multiple subdirectories",
47
- "nestedBullet3": "• See CLAUDE.md section \"Root-Level .specweave/ Folder\"",
48
- "nestedToFix": "To fix:",
49
- "suggestedPlugins": "💡 Suggested Plugins:",
50
- "copiedFiles": "✓ Copied {{count}} command files",
51
- "copiedAgents": "✓ Copied {{count}} agent directories",
52
- "copiedSkills": "✓ Copied {{count}} skill directories",
53
- "copiedHooks": "✓ Copied {{count}} hook files"
54
- },
55
- "progress": {
56
- "creatingProject": "Creating SpecWeave project...",
57
- "detected": "Detected {{tool}}...",
58
- "usingTool": "Using {{tool}}...",
59
- "directoryCreated": "Directory structure created...",
60
- "templatesCopied": "Base templates copied...",
61
- "installingComponents": "Installing Claude Code components...",
62
- "commandsInstalled": "Slash commands installed...",
63
- "agentsInstalled": "Agents installed...",
64
- "skillsInstalled": "Skills installed...",
65
- "hooksInstalled": "Hooks installed...",
66
- "generatingIndex": "Generating skills index...",
67
- "indexGenerated": "Skills index generated...",
68
- "installingAdapter": "Installing {{tool}} adapter...",
69
- "projectSuccess": "SpecWeave project created successfully!",
70
- "detectingPlugins": "Detecting plugins...",
71
- "detectedPlugins": "Detected {{count}} suggested plugins",
72
- "enablingPlugins": "Enabling plugins...",
73
- "enabledPlugin": "Enabled {{plugin}}",
74
- "pluginsEnabled": "Plugins enabled"
75
- },
76
- "nextSteps": {
77
- "header": "🎯 Next steps:",
78
- "cd": "cd {{projectName}}",
79
- "footer": "🚀 Ready to build with SpecWeave!",
80
- "docsLink": "Documentation: https://spec-weave.com",
81
- "githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
82
- }
83
- },
84
- "increment": {
85
- "creating": "📝 Creating increment: {name}",
86
- "created": "✅ Increment {id} created successfully!",
87
- "nextStepDo": "Next: Run /specweave.do to start implementation",
88
- "errors": {
89
- "incompleteFound": "Cannot create new increment! Previous increments incomplete"
90
- }
91
- },
92
- "progress": {
93
- "currentIncrement": "Current Increment: {id}",
94
- "status": "Status: {status}",
95
- "completion": "Completion: {percent}%"
96
- },
97
- "translate": {
98
- "translating": "🌐 Translating content to {language}...",
99
- "complete": "✅ Translation complete!"
100
- },
101
- "version": {
102
- "current": "SpecWeave version: {version}"
103
- },
104
- "errors": {
105
- "fileNotFound": "❌ File not found: {path}",
106
- "invalidConfig": "❌ Invalid configuration: {error}"
107
- }
108
- }
File without changes
@@ -1,108 +0,0 @@
1
- {
2
- "init": {
3
- "welcome": "🚀 SpecWeave Initialization",
4
- "projectName": "Project name:",
5
- "projectNamePrompt": "Project name (for templates):",
6
- "projectNameDefault": "my-saas",
7
- "detectingTool": "Detecting AI tool...",
8
- "foundClaude": "✅ Found Claude Code",
9
- "foundCursor": "✅ Found Cursor",
10
- "foundCopilot": "✅ Found GitHub Copilot",
11
- "noToolDetected": "No AI tool detected, using Generic adapter",
12
- "complete": "✨ Initialization complete!",
13
- "claudeNativeComplete": "✨ Claude Code native installation complete!",
14
- "claudeNativeBenefits": "✅ Native skills, agents, hooks work out of the box",
15
- "projectSuccess": "SpecWeave project created successfully!",
16
- "readyToBuild": "🚀 Ready to build with SpecWeave!",
17
- "errors": {
18
- "invalidName": "Project name must contain only lowercase letters, numbers, and hyphens",
19
- "alreadyExists": ".specweave directory already exists",
20
- "cancelled": "❌ Initialization cancelled",
21
- "invalidLanguage": "❌ Invalid language: {{language}}",
22
- "supportedLanguages": "Supported languages: {{languages}}",
23
- "nestedNotSupported": "❌ Nested .specweave/ folders are NOT supported!",
24
- "parentFound": "Found parent .specweave/ at:",
25
- "projectCreationFailed": "Failed to create project",
26
- "commandsCopyFailed": "❌ Commands copy failed: {{error}}",
27
- "agentsCopyFailed": "❌ Agents copy failed: {{error}}",
28
- "skillsCopyFailed": "❌ Skills copy failed: {{error}}",
29
- "hooksCopyFailed": "❌ Hooks copy failed: {{error}}"
30
- },
31
- "warnings": {
32
- "invalidDirName": "⚠️ Current directory name '{{dirName}}' contains invalid characters.",
33
- "directoryNotEmpty": "⚠️ Current directory contains {{count}} file{{plural}}.",
34
- "skillsIndexWarning": "⚠️ Warning: Could not generate skills index: {{error}}",
35
- "skillsIndexNote": "Skills will still work, but manual indexing may be needed."
36
- },
37
- "prompts": {
38
- "confirmInitInCurrent": "Initialize SpecWeave in current directory?",
39
- "overwriteSpecweave": ".specweave directory already exists. Overwrite?",
40
- "overwriteDirectory": "Directory {{projectName}} already exists. Overwrite?",
41
- "enablePlugins": "Enable suggested plugins now?"
42
- },
43
- "info": {
44
- "nestedEnforcement": "SpecWeave enforces a single source of truth:",
45
- "nestedBullet1": "• Use the parent folder for all increments",
46
- "nestedBullet2": "• Increments can span multiple subdirectories",
47
- "nestedBullet3": "• See CLAUDE.md section \"Root-Level .specweave/ Folder\"",
48
- "nestedToFix": "To fix:",
49
- "suggestedPlugins": "💡 Suggested Plugins:",
50
- "copiedFiles": "✓ Copied {{count}} command files",
51
- "copiedAgents": "✓ Copied {{count}} agent directories",
52
- "copiedSkills": "✓ Copied {{count}} skill directories",
53
- "copiedHooks": "✓ Copied {{count}} hook files"
54
- },
55
- "progress": {
56
- "creatingProject": "Creating SpecWeave project...",
57
- "detected": "Detected {{tool}}...",
58
- "usingTool": "Using {{tool}}...",
59
- "directoryCreated": "Directory structure created...",
60
- "templatesCopied": "Base templates copied...",
61
- "installingComponents": "Installing Claude Code components...",
62
- "commandsInstalled": "Slash commands installed...",
63
- "agentsInstalled": "Agents installed...",
64
- "skillsInstalled": "Skills installed...",
65
- "hooksInstalled": "Hooks installed...",
66
- "generatingIndex": "Generating skills index...",
67
- "indexGenerated": "Skills index generated...",
68
- "installingAdapter": "Installing {{tool}} adapter...",
69
- "projectSuccess": "SpecWeave project created successfully!",
70
- "detectingPlugins": "Detecting plugins...",
71
- "detectedPlugins": "Detected {{count}} suggested plugins",
72
- "enablingPlugins": "Enabling plugins...",
73
- "enabledPlugin": "Enabled {{plugin}}",
74
- "pluginsEnabled": "Plugins enabled"
75
- },
76
- "nextSteps": {
77
- "header": "🎯 Next steps:",
78
- "cd": "cd {{projectName}}",
79
- "footer": "🚀 Ready to build with SpecWeave!",
80
- "docsLink": "Documentation: https://spec-weave.com",
81
- "githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
82
- }
83
- },
84
- "increment": {
85
- "creating": "📝 Creating increment: {name}",
86
- "created": "✅ Increment {id} created successfully!",
87
- "nextStepDo": "Next: Run /specweave.do to start implementation",
88
- "errors": {
89
- "incompleteFound": "Cannot create new increment! Previous increments incomplete"
90
- }
91
- },
92
- "progress": {
93
- "currentIncrement": "Current Increment: {id}",
94
- "status": "Status: {status}",
95
- "completion": "Completion: {percent}%"
96
- },
97
- "translate": {
98
- "translating": "🌐 Translating content to {language}...",
99
- "complete": "✅ Translation complete!"
100
- },
101
- "version": {
102
- "current": "SpecWeave version: {version}"
103
- },
104
- "errors": {
105
- "fileNotFound": "❌ File not found: {path}",
106
- "invalidConfig": "❌ Invalid configuration: {error}"
107
- }
108
- }
File without changes
@@ -1,108 +0,0 @@
1
- {
2
- "init": {
3
- "welcome": "🚀 SpecWeave Initialization",
4
- "projectName": "Project name:",
5
- "projectNamePrompt": "Project name (for templates):",
6
- "projectNameDefault": "my-saas",
7
- "detectingTool": "Detecting AI tool...",
8
- "foundClaude": "✅ Found Claude Code",
9
- "foundCursor": "✅ Found Cursor",
10
- "foundCopilot": "✅ Found GitHub Copilot",
11
- "noToolDetected": "No AI tool detected, using Generic adapter",
12
- "complete": "✨ Initialization complete!",
13
- "claudeNativeComplete": "✨ Claude Code native installation complete!",
14
- "claudeNativeBenefits": "✅ Native skills, agents, hooks work out of the box",
15
- "projectSuccess": "SpecWeave project created successfully!",
16
- "readyToBuild": "🚀 Ready to build with SpecWeave!",
17
- "errors": {
18
- "invalidName": "Project name must contain only lowercase letters, numbers, and hyphens",
19
- "alreadyExists": ".specweave directory already exists",
20
- "cancelled": "❌ Initialization cancelled",
21
- "invalidLanguage": "❌ Invalid language: {{language}}",
22
- "supportedLanguages": "Supported languages: {{languages}}",
23
- "nestedNotSupported": "❌ Nested .specweave/ folders are NOT supported!",
24
- "parentFound": "Found parent .specweave/ at:",
25
- "projectCreationFailed": "Failed to create project",
26
- "commandsCopyFailed": "❌ Commands copy failed: {{error}}",
27
- "agentsCopyFailed": "❌ Agents copy failed: {{error}}",
28
- "skillsCopyFailed": "❌ Skills copy failed: {{error}}",
29
- "hooksCopyFailed": "❌ Hooks copy failed: {{error}}"
30
- },
31
- "warnings": {
32
- "invalidDirName": "⚠️ Current directory name '{{dirName}}' contains invalid characters.",
33
- "directoryNotEmpty": "⚠️ Current directory contains {{count}} file{{plural}}.",
34
- "skillsIndexWarning": "⚠️ Warning: Could not generate skills index: {{error}}",
35
- "skillsIndexNote": "Skills will still work, but manual indexing may be needed."
36
- },
37
- "prompts": {
38
- "confirmInitInCurrent": "Initialize SpecWeave in current directory?",
39
- "overwriteSpecweave": ".specweave directory already exists. Overwrite?",
40
- "overwriteDirectory": "Directory {{projectName}} already exists. Overwrite?",
41
- "enablePlugins": "Enable suggested plugins now?"
42
- },
43
- "info": {
44
- "nestedEnforcement": "SpecWeave enforces a single source of truth:",
45
- "nestedBullet1": "• Use the parent folder for all increments",
46
- "nestedBullet2": "• Increments can span multiple subdirectories",
47
- "nestedBullet3": "• See CLAUDE.md section \"Root-Level .specweave/ Folder\"",
48
- "nestedToFix": "To fix:",
49
- "suggestedPlugins": "💡 Suggested Plugins:",
50
- "copiedFiles": "✓ Copied {{count}} command files",
51
- "copiedAgents": "✓ Copied {{count}} agent directories",
52
- "copiedSkills": "✓ Copied {{count}} skill directories",
53
- "copiedHooks": "✓ Copied {{count}} hook files"
54
- },
55
- "progress": {
56
- "creatingProject": "Creating SpecWeave project...",
57
- "detected": "Detected {{tool}}...",
58
- "usingTool": "Using {{tool}}...",
59
- "directoryCreated": "Directory structure created...",
60
- "templatesCopied": "Base templates copied...",
61
- "installingComponents": "Installing Claude Code components...",
62
- "commandsInstalled": "Slash commands installed...",
63
- "agentsInstalled": "Agents installed...",
64
- "skillsInstalled": "Skills installed...",
65
- "hooksInstalled": "Hooks installed...",
66
- "generatingIndex": "Generating skills index...",
67
- "indexGenerated": "Skills index generated...",
68
- "installingAdapter": "Installing {{tool}} adapter...",
69
- "projectSuccess": "SpecWeave project created successfully!",
70
- "detectingPlugins": "Detecting plugins...",
71
- "detectedPlugins": "Detected {{count}} suggested plugins",
72
- "enablingPlugins": "Enabling plugins...",
73
- "enabledPlugin": "Enabled {{plugin}}",
74
- "pluginsEnabled": "Plugins enabled"
75
- },
76
- "nextSteps": {
77
- "header": "🎯 Next steps:",
78
- "cd": "cd {{projectName}}",
79
- "footer": "🚀 Ready to build with SpecWeave!",
80
- "docsLink": "Documentation: https://spec-weave.com",
81
- "githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
82
- }
83
- },
84
- "increment": {
85
- "creating": "📝 Creating increment: {name}",
86
- "created": "✅ Increment {id} created successfully!",
87
- "nextStepDo": "Next: Run /specweave.do to start implementation",
88
- "errors": {
89
- "incompleteFound": "Cannot create new increment! Previous increments incomplete"
90
- }
91
- },
92
- "progress": {
93
- "currentIncrement": "Current Increment: {id}",
94
- "status": "Status: {status}",
95
- "completion": "Completion: {percent}%"
96
- },
97
- "translate": {
98
- "translating": "🌐 Translating content to {language}...",
99
- "complete": "✅ Translation complete!"
100
- },
101
- "version": {
102
- "current": "SpecWeave version: {version}"
103
- },
104
- "errors": {
105
- "fileNotFound": "❌ File not found: {path}",
106
- "invalidConfig": "❌ Invalid configuration: {error}"
107
- }
108
- }
File without changes
@@ -1,108 +0,0 @@
1
- {
2
- "init": {
3
- "welcome": "🚀 SpecWeave Initialization",
4
- "projectName": "Project name:",
5
- "projectNamePrompt": "Project name (for templates):",
6
- "projectNameDefault": "my-saas",
7
- "detectingTool": "Detecting AI tool...",
8
- "foundClaude": "✅ Found Claude Code",
9
- "foundCursor": "✅ Found Cursor",
10
- "foundCopilot": "✅ Found GitHub Copilot",
11
- "noToolDetected": "No AI tool detected, using Generic adapter",
12
- "complete": "✨ Initialization complete!",
13
- "claudeNativeComplete": "✨ Claude Code native installation complete!",
14
- "claudeNativeBenefits": "✅ Native skills, agents, hooks work out of the box",
15
- "projectSuccess": "SpecWeave project created successfully!",
16
- "readyToBuild": "🚀 Ready to build with SpecWeave!",
17
- "errors": {
18
- "invalidName": "Project name must contain only lowercase letters, numbers, and hyphens",
19
- "alreadyExists": ".specweave directory already exists",
20
- "cancelled": "❌ Initialization cancelled",
21
- "invalidLanguage": "❌ Invalid language: {{language}}",
22
- "supportedLanguages": "Supported languages: {{languages}}",
23
- "nestedNotSupported": "❌ Nested .specweave/ folders are NOT supported!",
24
- "parentFound": "Found parent .specweave/ at:",
25
- "projectCreationFailed": "Failed to create project",
26
- "commandsCopyFailed": "❌ Commands copy failed: {{error}}",
27
- "agentsCopyFailed": "❌ Agents copy failed: {{error}}",
28
- "skillsCopyFailed": "❌ Skills copy failed: {{error}}",
29
- "hooksCopyFailed": "❌ Hooks copy failed: {{error}}"
30
- },
31
- "warnings": {
32
- "invalidDirName": "⚠️ Current directory name '{{dirName}}' contains invalid characters.",
33
- "directoryNotEmpty": "⚠️ Current directory contains {{count}} file{{plural}}.",
34
- "skillsIndexWarning": "⚠️ Warning: Could not generate skills index: {{error}}",
35
- "skillsIndexNote": "Skills will still work, but manual indexing may be needed."
36
- },
37
- "prompts": {
38
- "confirmInitInCurrent": "Initialize SpecWeave in current directory?",
39
- "overwriteSpecweave": ".specweave directory already exists. Overwrite?",
40
- "overwriteDirectory": "Directory {{projectName}} already exists. Overwrite?",
41
- "enablePlugins": "Enable suggested plugins now?"
42
- },
43
- "info": {
44
- "nestedEnforcement": "SpecWeave enforces a single source of truth:",
45
- "nestedBullet1": "• Use the parent folder for all increments",
46
- "nestedBullet2": "• Increments can span multiple subdirectories",
47
- "nestedBullet3": "• See CLAUDE.md section \"Root-Level .specweave/ Folder\"",
48
- "nestedToFix": "To fix:",
49
- "suggestedPlugins": "💡 Suggested Plugins:",
50
- "copiedFiles": "✓ Copied {{count}} command files",
51
- "copiedAgents": "✓ Copied {{count}} agent directories",
52
- "copiedSkills": "✓ Copied {{count}} skill directories",
53
- "copiedHooks": "✓ Copied {{count}} hook files"
54
- },
55
- "progress": {
56
- "creatingProject": "Creating SpecWeave project...",
57
- "detected": "Detected {{tool}}...",
58
- "usingTool": "Using {{tool}}...",
59
- "directoryCreated": "Directory structure created...",
60
- "templatesCopied": "Base templates copied...",
61
- "installingComponents": "Installing Claude Code components...",
62
- "commandsInstalled": "Slash commands installed...",
63
- "agentsInstalled": "Agents installed...",
64
- "skillsInstalled": "Skills installed...",
65
- "hooksInstalled": "Hooks installed...",
66
- "generatingIndex": "Generating skills index...",
67
- "indexGenerated": "Skills index generated...",
68
- "installingAdapter": "Installing {{tool}} adapter...",
69
- "projectSuccess": "SpecWeave project created successfully!",
70
- "detectingPlugins": "Detecting plugins...",
71
- "detectedPlugins": "Detected {{count}} suggested plugins",
72
- "enablingPlugins": "Enabling plugins...",
73
- "enabledPlugin": "Enabled {{plugin}}",
74
- "pluginsEnabled": "Plugins enabled"
75
- },
76
- "nextSteps": {
77
- "header": "🎯 Next steps:",
78
- "cd": "cd {{projectName}}",
79
- "footer": "🚀 Ready to build with SpecWeave!",
80
- "docsLink": "Documentation: https://spec-weave.com",
81
- "githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
82
- }
83
- },
84
- "increment": {
85
- "creating": "📝 Creating increment: {name}",
86
- "created": "✅ Increment {id} created successfully!",
87
- "nextStepDo": "Next: Run /specweave.do to start implementation",
88
- "errors": {
89
- "incompleteFound": "Cannot create new increment! Previous increments incomplete"
90
- }
91
- },
92
- "progress": {
93
- "currentIncrement": "Current Increment: {id}",
94
- "status": "Status: {status}",
95
- "completion": "Completion: {percent}%"
96
- },
97
- "translate": {
98
- "translating": "🌐 Translating content to {language}...",
99
- "complete": "✅ Translation complete!"
100
- },
101
- "version": {
102
- "current": "SpecWeave version: {version}"
103
- },
104
- "errors": {
105
- "fileNotFound": "❌ File not found: {path}",
106
- "invalidConfig": "❌ Invalid configuration: {error}"
107
- }
108
- }
File without changes