specforge-mcp 0.2.2 → 0.3.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.
- package/dist/engine/skill-generator/sections-skills.d.ts +4 -0
- package/dist/engine/skill-generator/sections-skills.d.ts.map +1 -0
- package/dist/engine/skill-generator/sections-skills.js +51 -0
- package/dist/engine/skill-generator/sections-skills.js.map +1 -0
- package/dist/engine/skill-generator/sections.d.ts +1 -0
- package/dist/engine/skill-generator/sections.d.ts.map +1 -1
- package/dist/engine/skill-generator/sections.js +2 -1
- package/dist/engine/skill-generator/sections.js.map +1 -1
- package/dist/engine/skill-generator.d.ts +3 -1
- package/dist/engine/skill-generator.d.ts.map +1 -1
- package/dist/engine/skill-generator.js +11 -2
- package/dist/engine/skill-generator.js.map +1 -1
- package/dist/engine/test-plan-generator.d.ts +3 -0
- package/dist/engine/test-plan-generator.d.ts.map +1 -0
- package/dist/engine/test-plan-generator.js +166 -0
- package/dist/engine/test-plan-generator.js.map +1 -0
- package/dist/engine/test-spec-generator.d.ts +8 -0
- package/dist/engine/test-spec-generator.d.ts.map +1 -0
- package/dist/engine/test-spec-generator.js +348 -0
- package/dist/engine/test-spec-generator.js.map +1 -0
- package/dist/tools/generate-rules.d.ts.map +1 -1
- package/dist/tools/generate-rules.js +20 -0
- package/dist/tools/generate-rules.js.map +1 -1
- package/dist/tools/generate-tests/generators/graphql-test-generator.d.ts +17 -0
- package/dist/tools/generate-tests/generators/graphql-test-generator.d.ts.map +1 -0
- package/dist/tools/generate-tests/generators/graphql-test-generator.js +235 -0
- package/dist/tools/generate-tests/generators/graphql-test-generator.js.map +1 -0
- package/dist/tools/generate-tests/generators/grpc-test-generator.d.ts +17 -0
- package/dist/tools/generate-tests/generators/grpc-test-generator.d.ts.map +1 -0
- package/dist/tools/generate-tests/generators/grpc-test-generator.js +283 -0
- package/dist/tools/generate-tests/generators/grpc-test-generator.js.map +1 -0
- package/dist/tools/generate-tests/generators/visual-regression-generator.d.ts +19 -0
- package/dist/tools/generate-tests/generators/visual-regression-generator.d.ts.map +1 -0
- package/dist/tools/generate-tests/generators/visual-regression-generator.js +304 -0
- package/dist/tools/generate-tests/generators/visual-regression-generator.js.map +1 -0
- package/dist/tools/generate-tests/generators/websocket-test-generator.d.ts +17 -0
- package/dist/tools/generate-tests/generators/websocket-test-generator.d.ts.map +1 -0
- package/dist/tools/generate-tests/generators/websocket-test-generator.js +243 -0
- package/dist/tools/generate-tests/generators/websocket-test-generator.js.map +1 -0
- package/dist/tools/generate-tests/plan-mode-handler.d.ts +3 -0
- package/dist/tools/generate-tests/plan-mode-handler.d.ts.map +1 -0
- package/dist/tools/generate-tests/plan-mode-handler.js +54 -0
- package/dist/tools/generate-tests/plan-mode-handler.js.map +1 -0
- package/dist/tools/generate-tests/spec-dispatcher.d.ts.map +1 -1
- package/dist/tools/generate-tests/spec-dispatcher.js +25 -0
- package/dist/tools/generate-tests/spec-dispatcher.js.map +1 -1
- package/dist/tools/generate-tests/test-helpers.d.ts +8 -0
- package/dist/tools/generate-tests/test-helpers.d.ts.map +1 -0
- package/dist/tools/generate-tests/test-helpers.js +120 -0
- package/dist/tools/generate-tests/test-helpers.js.map +1 -0
- package/dist/tools/generate-tests.d.ts.map +1 -1
- package/dist/tools/generate-tests.js +6 -118
- package/dist/tools/generate-tests.js.map +1 -1
- package/dist/tools/init-project/handler.d.ts.map +1 -1
- package/dist/tools/init-project/handler.js +29 -0
- package/dist/tools/init-project/handler.js.map +1 -1
- package/dist/types/stack/recommend.d.ts +2 -0
- package/dist/types/stack/recommend.d.ts.map +1 -1
- package/dist/types/testing.d.ts +51 -0
- package/dist/types/testing.d.ts.map +1 -1
- package/package.json +3 -2
- package/src/i18n/messages/en.json +333 -0
- package/src/i18n/messages/es.json +333 -0
- package/src/i18n/messages/pt.json +333 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specforge-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "SpecForge — MCP Server for Spec Driven Development. Manages specs, estimations, reverse engineering, and auto-learning across any language/framework.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist/",
|
|
12
|
-
"src/config/"
|
|
12
|
+
"src/config/",
|
|
13
|
+
"src/i18n/messages/"
|
|
13
14
|
],
|
|
14
15
|
"engines": {
|
|
15
16
|
"node": ">=22.0.0"
|
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
{
|
|
2
|
+
"spec": {
|
|
3
|
+
"created": "Spec {id} created successfully",
|
|
4
|
+
"updated": "Spec {id} status updated to {status}",
|
|
5
|
+
"notFound": "Spec {id} not found",
|
|
6
|
+
"invalidTransition": "Invalid transition from {from} to {to}. Valid: draft → review → approved → implementing → done",
|
|
7
|
+
"actualsRequired": "Actuals (real metrics) are required when marking spec as done",
|
|
8
|
+
"duplicateTitle": "A spec with title '{title}' already exists. Using slug: {slug}"
|
|
9
|
+
},
|
|
10
|
+
"project": {
|
|
11
|
+
"initialized": "Project initialized: {language} / {framework} detected",
|
|
12
|
+
"notFound": "Project not found. Run init_project first",
|
|
13
|
+
"alreadyExists": "Project already initialized. Updating knowledge...",
|
|
14
|
+
"emptyProject": "Empty project detected. Use create_spec to define your first feature and SpecForge will guide you through setup.",
|
|
15
|
+
"unknownLanguage": "Could not detect language. Set manually via learn_pattern"
|
|
16
|
+
},
|
|
17
|
+
"locale": {
|
|
18
|
+
"changed": "Locale changed to {locale}",
|
|
19
|
+
"unsupported": "Unsupported locale '{locale}'. Available: {available}. Add new locales in templates/ and i18n/messages/",
|
|
20
|
+
"globalChanged": "Default locale changed to {locale}"
|
|
21
|
+
},
|
|
22
|
+
"estimate": {
|
|
23
|
+
"noHistory": "No historical data. Using base heuristics (confidence: low)",
|
|
24
|
+
"withHistory": "Based on {count} similar specs (confidence: {confidence})"
|
|
25
|
+
},
|
|
26
|
+
"reverseEngineer": {
|
|
27
|
+
"analyzing": "Analyzing {count} files...",
|
|
28
|
+
"completed": "Spec draft generated from {count} files. Marked as draft — review required",
|
|
29
|
+
"pathNotFound": "Path not found: {path}",
|
|
30
|
+
"tooLarge": "Directory has {count} files. Use depth: 'deep' for full analysis"
|
|
31
|
+
},
|
|
32
|
+
"validate": {
|
|
33
|
+
"score": "Implementation coverage: {score}%",
|
|
34
|
+
"allGood": "All spec files accounted for",
|
|
35
|
+
"missing": "{count} files from spec not found in implementation"
|
|
36
|
+
},
|
|
37
|
+
"docs": {
|
|
38
|
+
"found": "Documentation found for {framework}: {topic}",
|
|
39
|
+
"notFound": "No documentation found for '{topic}' in {framework}",
|
|
40
|
+
"registryMissing": "Framework '{framework}' not in docs registry. Add it to config/docs-registry.json"
|
|
41
|
+
},
|
|
42
|
+
"mcps": {
|
|
43
|
+
"discovered": "Found {count} MCP servers",
|
|
44
|
+
"configNotFound": "Config file not found at {path}",
|
|
45
|
+
"noneFound": "No MCP servers configured"
|
|
46
|
+
},
|
|
47
|
+
"sections": {
|
|
48
|
+
"metadata": "Metadata",
|
|
49
|
+
"estimation": "Estimation",
|
|
50
|
+
"postImplementation": "Post-implementation (fill on completion)",
|
|
51
|
+
"interfaces": "Interfaces / Types",
|
|
52
|
+
"models": "Models / Types",
|
|
53
|
+
"structs": "Structs / Interfaces",
|
|
54
|
+
"schemaDb": "Database Schema",
|
|
55
|
+
"behavior": "Behavior",
|
|
56
|
+
"happyPath": "Happy Path",
|
|
57
|
+
"edgeCases": "Edge Cases",
|
|
58
|
+
"dataFlow": "Data Flow",
|
|
59
|
+
"files": "Files",
|
|
60
|
+
"toCreate": "To create",
|
|
61
|
+
"toModify": "To modify",
|
|
62
|
+
"verification": "Verification Criteria",
|
|
63
|
+
"technicalNotes": "Technical Notes",
|
|
64
|
+
"availableMcps": "Available MCPs (auto-detected)"
|
|
65
|
+
},
|
|
66
|
+
"tools": {
|
|
67
|
+
"set_locale": {
|
|
68
|
+
"description": "Change the active locale for messages and spec templates",
|
|
69
|
+
"success": "Locale set to {locale}",
|
|
70
|
+
"notImplemented": "set_locale is not yet implemented"
|
|
71
|
+
},
|
|
72
|
+
"init_project": {
|
|
73
|
+
"description": "Initialize a project — detects language, framework, architecture, and stores project knowledge",
|
|
74
|
+
"success": "Project initialized at {projectPath}",
|
|
75
|
+
"notImplemented": "init_project is not yet implemented"
|
|
76
|
+
},
|
|
77
|
+
"init_constitution": {
|
|
78
|
+
"description": "Generate the project constitution — immutable architectural principles and quality rules",
|
|
79
|
+
"success": "Constitution initialized for project {projectId} with {count} principles",
|
|
80
|
+
"notImplemented": "init_constitution is not yet implemented"
|
|
81
|
+
},
|
|
82
|
+
"clarify_requirements": {
|
|
83
|
+
"description": "Generate targeted clarification questions before creating a spec",
|
|
84
|
+
"success": "Generated {count} clarification questions for topic: {topic}",
|
|
85
|
+
"notImplemented": "clarify_requirements is not yet implemented"
|
|
86
|
+
},
|
|
87
|
+
"create_spec": {
|
|
88
|
+
"description": "Create a full SDD spec (HU.md + FICHA-TECNICA.md) from a description",
|
|
89
|
+
"success": "Spec {id} created: {title}",
|
|
90
|
+
"notImplemented": "create_spec is not yet implemented"
|
|
91
|
+
},
|
|
92
|
+
"list_specs": {
|
|
93
|
+
"description": "List all specs for a project, optionally filtering by status",
|
|
94
|
+
"success": "Found {count} specs",
|
|
95
|
+
"notImplemented": "list_specs is not yet implemented"
|
|
96
|
+
},
|
|
97
|
+
"update_status": {
|
|
98
|
+
"description": "Transition a spec through its lifecycle (draft → review → approved → implementing → done)",
|
|
99
|
+
"success": "Spec {specId} status updated to {status}",
|
|
100
|
+
"notImplemented": "update_status is not yet implemented"
|
|
101
|
+
},
|
|
102
|
+
"estimate": {
|
|
103
|
+
"description": "Estimate effort, cost, and token usage for a spec using multi-agent analysis",
|
|
104
|
+
"success": "Estimation complete for spec {specId} — {devHours}h dev, ${totalCostUsd} total",
|
|
105
|
+
"notImplemented": "estimate is not yet implemented"
|
|
106
|
+
},
|
|
107
|
+
"reverse_engineer": {
|
|
108
|
+
"description": "Analyze existing code and generate an SDD spec from it",
|
|
109
|
+
"success": "Reverse-engineered spec from {path}",
|
|
110
|
+
"notImplemented": "reverse_engineer is not yet implemented"
|
|
111
|
+
},
|
|
112
|
+
"validate": {
|
|
113
|
+
"description": "Validate implementation against its spec — coverage, drift, and quality",
|
|
114
|
+
"success": "Validation complete: {score}% coverage",
|
|
115
|
+
"notImplemented": "validate is not yet implemented"
|
|
116
|
+
},
|
|
117
|
+
"detect_drift": {
|
|
118
|
+
"description": "Detect drift between spec and implementation",
|
|
119
|
+
"success": "Drift analysis complete: {driftScore}% drift detected",
|
|
120
|
+
"notImplemented": "detect_drift is not yet implemented"
|
|
121
|
+
},
|
|
122
|
+
"summarize_spec": {
|
|
123
|
+
"description": "Generate a concise summary of a spec",
|
|
124
|
+
"success": "Summary generated for spec {specId}",
|
|
125
|
+
"notImplemented": "summarize_spec is not yet implemented"
|
|
126
|
+
},
|
|
127
|
+
"generate_checklist": {
|
|
128
|
+
"description": "Generate a quality checklist for a spec",
|
|
129
|
+
"success": "Checklist generated: {totalCount} items",
|
|
130
|
+
"notImplemented": "generate_checklist is not yet implemented"
|
|
131
|
+
},
|
|
132
|
+
"reconcile_spec": {
|
|
133
|
+
"description": "Reconcile spec with implementation changes",
|
|
134
|
+
"success": "Spec {specId} reconciled with {count} changes",
|
|
135
|
+
"notImplemented": "reconcile_spec is not yet implemented"
|
|
136
|
+
},
|
|
137
|
+
"learn_pattern": {
|
|
138
|
+
"description": "Teach the system a new pattern (architecture, convention, estimation, stack, quality)",
|
|
139
|
+
"success": "Pattern learned: {type} — {pattern}",
|
|
140
|
+
"notImplemented": "learn_pattern is not yet implemented"
|
|
141
|
+
},
|
|
142
|
+
"capture_learning": {
|
|
143
|
+
"description": "Capture a discovered pattern or lesson into the spec system with semantic deduplication",
|
|
144
|
+
"success": "Pattern captured and routed to {specId}",
|
|
145
|
+
"duplicate": "Pattern already covered in {specId} ({similarity}% similarity)",
|
|
146
|
+
"lesson": "Lesson captured: {type}"
|
|
147
|
+
},
|
|
148
|
+
"audit": {
|
|
149
|
+
"description": "Audit code for SOLID, clean code, architecture, security, and quality issues",
|
|
150
|
+
"success": "Audit complete: {score}/100 — {findingsCount} findings",
|
|
151
|
+
"notImplemented": "audit is not yet implemented"
|
|
152
|
+
},
|
|
153
|
+
"consult_docs": {
|
|
154
|
+
"description": "Consult framework documentation for a specific topic",
|
|
155
|
+
"success": "Found docs for {framework}: {topic}",
|
|
156
|
+
"notImplemented": "consult_docs is not yet implemented"
|
|
157
|
+
},
|
|
158
|
+
"discover_mcps": {
|
|
159
|
+
"description": "Discover MCP servers configured in the environment",
|
|
160
|
+
"success": "Discovered {count} MCP servers",
|
|
161
|
+
"notImplemented": "discover_mcps is not yet implemented"
|
|
162
|
+
},
|
|
163
|
+
"suggest_mcps": {
|
|
164
|
+
"description": "Suggest MCP servers that could benefit the project",
|
|
165
|
+
"success": "Found {count} recommended MCP servers",
|
|
166
|
+
"notImplemented": "suggest_mcps is not yet implemented"
|
|
167
|
+
},
|
|
168
|
+
"generate_adr": {
|
|
169
|
+
"description": "Generate Architecture Decision Records for a spec",
|
|
170
|
+
"success": "ADR generated with {count} decisions",
|
|
171
|
+
"notImplemented": "generate_adr is not yet implemented"
|
|
172
|
+
},
|
|
173
|
+
"design_schema": {
|
|
174
|
+
"description": "Design database schema from spec requirements",
|
|
175
|
+
"success": "Schema designed: {tableCount} tables, {indexCount} indexes",
|
|
176
|
+
"notImplemented": "design_schema is not yet implemented"
|
|
177
|
+
},
|
|
178
|
+
"define_ui_contract": {
|
|
179
|
+
"description": "Define UI component contracts, data flow, and state management",
|
|
180
|
+
"success": "UI contract defined: {componentCount} components",
|
|
181
|
+
"notImplemented": "define_ui_contract is not yet implemented"
|
|
182
|
+
},
|
|
183
|
+
"challenge_spec": {
|
|
184
|
+
"description": "Stress-test a spec for failures, concurrency, scale, and edge cases",
|
|
185
|
+
"success": "Challenge complete: {scenarioCount} failure scenarios analyzed",
|
|
186
|
+
"notImplemented": "challenge_spec is not yet implemented"
|
|
187
|
+
},
|
|
188
|
+
"generate_execution_plan": {
|
|
189
|
+
"description": "Generate a step-by-step execution plan for implementing a spec",
|
|
190
|
+
"success": "Execution plan generated: {phaseCount} phases, {stepCount} steps",
|
|
191
|
+
"notImplemented": "generate_execution_plan is not yet implemented"
|
|
192
|
+
},
|
|
193
|
+
"suggest_stack": {
|
|
194
|
+
"description": "Suggest a technology stack based on project requirements",
|
|
195
|
+
"success": "Stack recommended: {language}/{framework}",
|
|
196
|
+
"notImplemented": "suggest_stack is not yet implemented"
|
|
197
|
+
},
|
|
198
|
+
"check_versions": {
|
|
199
|
+
"description": "Check dependency versions for updates, deprecations, and security issues",
|
|
200
|
+
"success": "Checked {count} dependencies: {updatesAvailable} updates, {securityAlerts} security alerts",
|
|
201
|
+
"notImplemented": "check_versions is not yet implemented"
|
|
202
|
+
},
|
|
203
|
+
"generate_skill": {
|
|
204
|
+
"description": "Generate an agent skill file for a specific platform",
|
|
205
|
+
"success": "Skill '{name}' generated for {platform}",
|
|
206
|
+
"notImplemented": "generate_skill is not yet implemented"
|
|
207
|
+
},
|
|
208
|
+
"detect_agent": {
|
|
209
|
+
"description": "Detect the AI coding agent platform in use",
|
|
210
|
+
"success": "Detected agent: {platform} (confidence: {confidence}%)",
|
|
211
|
+
"notImplemented": "detect_agent is not yet implemented"
|
|
212
|
+
},
|
|
213
|
+
"generate_sub_agent": {
|
|
214
|
+
"description": "Generate a sub-agent definition for multi-agent orchestration",
|
|
215
|
+
"success": "Sub-agent '{agentName}' generated for {framework}",
|
|
216
|
+
"notImplemented": "generate_sub_agent is not yet implemented"
|
|
217
|
+
},
|
|
218
|
+
"generate_rules": {
|
|
219
|
+
"description": "Generate agent rules files (.cursorrules, CLAUDE.md, etc.)",
|
|
220
|
+
"success": "Rules generated for {platform}: {rulesCount} rules",
|
|
221
|
+
"notImplemented": "generate_rules is not yet implemented"
|
|
222
|
+
},
|
|
223
|
+
"generate_orchestration_script": {
|
|
224
|
+
"description": "Generate a 3-layer parallel automation script (worktrees + claude -p)",
|
|
225
|
+
"success": "Orchestration script generated for {specCount} specs",
|
|
226
|
+
"notImplemented": "generate_orchestration_script is not yet implemented"
|
|
227
|
+
},
|
|
228
|
+
"suggest_tooling": {
|
|
229
|
+
"description": "Assess and suggest dev lifecycle tooling (CI/CD, testing, monitoring, etc.)",
|
|
230
|
+
"success": "Tooling assessment complete: {maturityScore}/100",
|
|
231
|
+
"notImplemented": "suggest_tooling is not yet implemented"
|
|
232
|
+
},
|
|
233
|
+
"generate_tests": {
|
|
234
|
+
"description": "Generate test plan and test files from a spec",
|
|
235
|
+
"success": "Test plan generated: {unitCount} unit, {integrationCount} integration, {e2eCount} e2e tests",
|
|
236
|
+
"notImplemented": "generate_tests is not yet implemented"
|
|
237
|
+
},
|
|
238
|
+
"generate_docs": {
|
|
239
|
+
"description": "Generate documentation from specs and code",
|
|
240
|
+
"success": "Generated {count} documents",
|
|
241
|
+
"notImplemented": "generate_docs is not yet implemented"
|
|
242
|
+
},
|
|
243
|
+
"manage_context": {
|
|
244
|
+
"description": "Save, load, and manage persistent context notes across sessions",
|
|
245
|
+
"success": "Context {action}: {key}",
|
|
246
|
+
"notImplemented": "manage_context is not yet implemented"
|
|
247
|
+
},
|
|
248
|
+
"manage_git": {
|
|
249
|
+
"description": "Git integration — branches, PRs, changelogs, hooks linked to specs",
|
|
250
|
+
"success": "Git {action} completed",
|
|
251
|
+
"notImplemented": "manage_git is not yet implemented"
|
|
252
|
+
},
|
|
253
|
+
"orchestrate": {
|
|
254
|
+
"description": "Multi-agent orchestration — register agents, lock resources, distribute tasks",
|
|
255
|
+
"success": "Orchestration {action} completed",
|
|
256
|
+
"notImplemented": "orchestrate is not yet implemented"
|
|
257
|
+
},
|
|
258
|
+
"integrate_pm": {
|
|
259
|
+
"description": "Integrate with project management tools (Jira, Linear, GitHub Issues, etc.)",
|
|
260
|
+
"success": "PM integration: {action} on {platform}",
|
|
261
|
+
"notImplemented": "integrate_pm is not yet implemented"
|
|
262
|
+
},
|
|
263
|
+
"security_check": {
|
|
264
|
+
"description": "Analyze a spec against OWASP Top 10, scan code for insecure patterns, generate security score (A-F) and drift detection",
|
|
265
|
+
"success": "Security check complete: {specId} — grade {grade}",
|
|
266
|
+
"notImplemented": "security_check is not yet implemented"
|
|
267
|
+
},
|
|
268
|
+
"data_governance": {
|
|
269
|
+
"description": "Detect PII in specs, generate retention policies, draft privacy notices, and audit compliance with GDPR/CCPA/LGPD",
|
|
270
|
+
"detectSuccess": "PII detection complete — {count} field(s) found, hasPII: {hasPII}",
|
|
271
|
+
"retentionSuccess": "Retention policy generated for model: {model}",
|
|
272
|
+
"privacyNoticeSuccess": "Privacy notice draft generated — {count} spec(s) with PII",
|
|
273
|
+
"auditSuccess": "Privacy audit complete — {total} spec(s) reviewed, {nonCompliant} non-compliant"
|
|
274
|
+
},
|
|
275
|
+
"migrate_tech": {
|
|
276
|
+
"description": "Guide tech stack migration (language, framework, DB, services): analyze source codebase, map equivalences, generate migration plan, recommend transition strategy, validate functional parity, and plan DB migration",
|
|
277
|
+
"analyzeSuccess": "Source stack analysis complete — review implicit contracts and hot components before migrating",
|
|
278
|
+
"mapSuccess": "Equivalence map generated — review manual mappings and differences before proceeding",
|
|
279
|
+
"planSuccess": "Migration plan generated with ordered specs and circular dependency resolution",
|
|
280
|
+
"strategySuccess": "Migration strategy recommended — review and override if needed",
|
|
281
|
+
"validateSuccess": "Parity validation checklist and contract tests generated",
|
|
282
|
+
"analyzeDbSuccess": "Database schema analyzed — review schema, ORM, and estimated data volume",
|
|
283
|
+
"mapDbSuccess": "DB type mapping generated — all data loss warnings must be reviewed before migration",
|
|
284
|
+
"planDbSuccess": "DB migration plan generated with phased approach and rollback strategy",
|
|
285
|
+
"analyzeServicesSuccess": "External services analysis complete — review critical services and migration priorities",
|
|
286
|
+
"mapServicesSuccess": "Service equivalence map generated — review adapters and behavior differences",
|
|
287
|
+
"planServicesSuccess": "Service migration plan generated — stateless services scheduled first",
|
|
288
|
+
"validateServiceSuccess": "Service validation checklist generated — fill in expected values from your baseline",
|
|
289
|
+
"rollbackPlanSuccess": "Rollback plan generated — review irreversible steps and checkpoint conditions",
|
|
290
|
+
"checkpointSuccess": "Migration checkpoint recorded — use this ID to rollback to this state if needed",
|
|
291
|
+
"rollbackSuccess": "Rollback execution plan generated — confirm each manual step before proceeding",
|
|
292
|
+
"featureFlagsSuccess": "Feature flag spec generated — configure your provider and set expiration date",
|
|
293
|
+
"statusSuccess": "Migration status report generated — update completed components as specs are finished"
|
|
294
|
+
},
|
|
295
|
+
"paradigm_report": {
|
|
296
|
+
"description": "Detect and report the programming paradigms used in a project",
|
|
297
|
+
"success": "Paradigm report generated: {dominant} detected",
|
|
298
|
+
"notFound": "Project not found. Run init_project first."
|
|
299
|
+
},
|
|
300
|
+
"check_readiness": {
|
|
301
|
+
"description": "Evaluate if a spec is ready for implementation by checking completeness, criteria quality, and dependency status"
|
|
302
|
+
},
|
|
303
|
+
"package_handoff": {
|
|
304
|
+
"description": "Generate a structured handoff package for an AI agent to implement a spec, including objective, criteria, file list, out-of-scope items, and constraints"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"resources": {
|
|
308
|
+
"process": {
|
|
309
|
+
"description": "SDD methodology process steps and workflow",
|
|
310
|
+
"notFound": "Process information not available"
|
|
311
|
+
},
|
|
312
|
+
"specs": {
|
|
313
|
+
"description": "Current project specs list",
|
|
314
|
+
"notFound": "No specs found. Use create_spec or init_project first"
|
|
315
|
+
},
|
|
316
|
+
"templates": {
|
|
317
|
+
"description": "Available spec templates",
|
|
318
|
+
"notFound": "No templates found"
|
|
319
|
+
},
|
|
320
|
+
"patterns": {
|
|
321
|
+
"description": "Learned project patterns",
|
|
322
|
+
"notFound": "No patterns learned yet. Use learn_pattern to add patterns"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"errors": {
|
|
326
|
+
"notImplemented": "Tool '{tool}' is not yet implemented",
|
|
327
|
+
"invalidInput": "Invalid input: {details}",
|
|
328
|
+
"projectRequired": "Project ID is required. Run init_project first",
|
|
329
|
+
"specRequired": "Spec ID is required",
|
|
330
|
+
"unknownTool": "Unknown tool: {tool}",
|
|
331
|
+
"internalError": "Internal error: {message}"
|
|
332
|
+
}
|
|
333
|
+
}
|