mcp-probe-kit 3.0.8 โ†’ 3.0.10

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 (52) hide show
  1. package/README.md +15 -4
  2. package/build/lib/__tests__/gitnexus-bridge.unit.test.d.ts +1 -0
  3. package/build/lib/__tests__/gitnexus-bridge.unit.test.js +86 -0
  4. package/build/lib/gitnexus-bridge.d.ts +23 -0
  5. package/build/lib/gitnexus-bridge.js +518 -22
  6. package/build/schemas/code-analysis-tools.d.ts +9 -1
  7. package/build/schemas/code-analysis-tools.js +9 -1
  8. package/build/schemas/git-tools.d.ts +1 -1
  9. package/build/schemas/git-tools.js +1 -1
  10. package/build/schemas/index.d.ts +23 -3
  11. package/build/schemas/orchestration-tools.d.ts +13 -1
  12. package/build/schemas/orchestration-tools.js +13 -1
  13. package/build/schemas/output/core-tools.d.ts +130 -1
  14. package/build/schemas/output/core-tools.js +71 -1
  15. package/build/schemas/output/index.d.ts +2 -2
  16. package/build/schemas/output/index.js +2 -2
  17. package/build/schemas/output/project-tools.d.ts +13 -0
  18. package/build/schemas/output/project-tools.js +9 -0
  19. package/build/schemas/structured-output.d.ts +358 -5
  20. package/build/schemas/structured-output.js +169 -5
  21. package/build/tools/__tests__/code_insight.unit.test.js +81 -1
  22. package/build/tools/__tests__/fix_bug.unit.test.d.ts +1 -0
  23. package/build/tools/__tests__/fix_bug.unit.test.js +31 -0
  24. package/build/tools/__tests__/gencommit.unit.test.d.ts +1 -0
  25. package/build/tools/__tests__/gencommit.unit.test.js +41 -0
  26. package/build/tools/__tests__/init_project_context.unit.test.d.ts +1 -0
  27. package/build/tools/__tests__/init_project_context.unit.test.js +63 -0
  28. package/build/tools/__tests__/start_bugfix.unit.test.js +10 -0
  29. package/build/tools/__tests__/start_feature.unit.test.js +10 -0
  30. package/build/tools/code_insight.d.ts +10 -0
  31. package/build/tools/code_insight.js +156 -3
  32. package/build/tools/fix_bug.d.ts +3 -3
  33. package/build/tools/fix_bug.js +297 -312
  34. package/build/tools/gencommit.js +144 -123
  35. package/build/tools/init_project_context.js +211 -53
  36. package/build/tools/start_bugfix.js +170 -70
  37. package/build/tools/start_feature.js +79 -25
  38. package/docs/data/tools.js +33 -31
  39. package/docs/i18n/all-tools/en.json +9 -9
  40. package/docs/i18n/all-tools/ja.json +9 -9
  41. package/docs/i18n/all-tools/ko.json +9 -9
  42. package/docs/i18n/all-tools/zh-CN.json +9 -9
  43. package/docs/i18n/en.json +535 -518
  44. package/docs/i18n/ja.json +533 -516
  45. package/docs/i18n/ko.json +535 -518
  46. package/docs/i18n/zh-CN.json +535 -518
  47. package/docs/index.html +5 -4
  48. package/docs/pages/all-tools.html +3 -2
  49. package/docs/pages/examples.html +58 -31
  50. package/docs/pages/getting-started.html +3 -3
  51. package/docs/pages/migration.html +19 -10
  52. package/package.json +1 -1
package/docs/i18n/en.json CHANGED
@@ -1,518 +1,535 @@
1
- {
2
- "meta": {
3
- "title": "MCP Probe Kit - AI-Powered Complete Development Toolkit | 22 Tools Covering Entire Development Lifecycle",
4
- "description": "MCP Probe Kit provides 22 AI-powered development tools covering requirements analysis, code development, quality assurance, bug fixing, and release management. Supports Cursor, Cline, Claude Desktop with 100% structured output.",
5
- "keywords": "MCP Probe Kit, AI development tools, code generation, code review, Git tools, UI development, development efficiency, Cursor, Cline, Claude, MCP Server"
6
- },
7
- "nav": {
8
- "home": "Documentation",
9
- "docs": "Docs",
10
- "mainSite": "Main Site",
11
- "github": "GitHub",
12
- "npm": "npm"
13
- },
14
- "hero": {
15
- "title": "๐Ÿš€ MCP Probe Kit",
16
- "subtitle": "AI Development Enhancement Toolkit ยท Documentation Center",
17
- "version": "v3.0.7",
18
- "quickStart": "Quick Start",
19
- "visitMainSite": "Visit ByteZoneX"
20
- },
21
- "sections": {
22
- "quickStart": {
23
- "title": "Quick Start",
24
- "description": "Get started with MCP Probe Kit v3.0.7 in 5 minutes",
25
- "installConfig": "Installation & Configuration"
26
- },
27
- "tools": {
28
- "title": "Tools Documentation",
29
- "description": "Complete reference for 22 practical tools",
30
- "allTools": "All Tools"
31
- },
32
- "guides": {
33
- "title": "Guides",
34
- "description": "Migration guides and best practices",
35
- "migration": "v2.x โ†’ v3.0 Migration Guide",
36
- "bestPractices": "Best Practices"
37
- },
38
- "resources": {
39
- "title": "Resources",
40
- "description": "Source code and community support",
41
- "mainSite": "ByteZoneX Main Site",
42
- "githubRepo": "GitHub Repository",
43
- "npmPackage": "npm Package",
44
- "issues": "Issue Tracker"
45
- }
46
- },
47
- "footer": {
48
- "madeWith": "Made with โค๏ธ by",
49
- "license": "MIT License",
50
- "mainSite": "Main Site ByteZoneX"
51
- },
52
- "sidebar": {
53
- "quickStart": "Quick Start",
54
- "home": "Documentation Home",
55
- "installation": "Installation & Configuration",
56
- "toolsDocs": "Tools Documentation",
57
- "allTools": "All Tools",
58
- "guides": "Guides",
59
- "migration": "Migration Guide",
60
- "examples": "Best Practices",
61
- "followUs": "Follow Us",
62
- "getTechSharing": "Get More Tech Insights"
63
- },
64
- "gettingStarted": {
65
- "title": "Installation & Configuration",
66
- "subtitle": "Get started with MCP Probe Kit v3.0.7 in 5 minutes. Supports Cursor, Cline, and Claude Desktop",
67
- "breadcrumb": {
68
- "home": "Documentation",
69
- "quickStart": "Quick Start",
70
- "installation": "Installation"
71
- },
72
- "step1": {
73
- "title": "Choose Installation Method",
74
- "npx": {
75
- "title": "Use npx Directly",
76
- "recommended": "Recommended",
77
- "description": "No installation required, use the latest version directly:",
78
- "advantage": "Advantage:",
79
- "advantageText": "No manual updates needed, automatically uses the latest version on each startup",
80
- "copy": "Copy"
81
- },
82
- "global": {
83
- "title": "Global Installation",
84
- "description": "Install globally to system:",
85
- "configFile": "Configuration file:",
86
- "note": "Note:",
87
- "noteText": "Need to manually run",
88
- "updateText": "to update version"
89
- },
90
- "source": {
91
- "title": "Build from Source",
92
- "description": "Build from source code, suitable for developers:",
93
- "step1": "1. Clone repository",
94
- "step2": "2. Install dependencies and build",
95
- "step3": "3. Configuration file",
96
- "tip": "Tip:",
97
- "tipText": "Windows users should use full path, e.g.",
98
- "note": "Note:",
99
- "noteText": "After modifying code, need to re-run",
100
- "compileText": "to compile"
101
- }
102
- },
103
- "step2": {
104
- "title": "Locate Configuration File",
105
- "description": "Find the corresponding configuration file based on your MCP client:",
106
- "cursor": {
107
- "title": "Cursor / Cline",
108
- "description": "Create or edit in project root directory",
109
- "tip": "Tip:",
110
- "tipText": "Cursor and Cline use project-level configuration, each project can have independent MCP server configuration."
111
- },
112
- "claudeWin": {
113
- "title": "Claude Desktop (Windows)",
114
- "path": "Configuration file path:",
115
- "example": "Example:"
116
- },
117
- "claudeMac": {
118
- "title": "Claude Desktop (macOS)",
119
- "path": "Configuration file path:"
120
- }
121
- },
122
- "step3": {
123
- "title": "Verify Installation",
124
- "description": "After completing configuration, verify with the following steps:",
125
- "step1": "Restart MCP client (Cursor / Cline / Claude Desktop)",
126
- "step2": "Type in chat window:",
127
- "step2Command": "Please use gencommit tool to generate a test commit message",
128
- "step3": "If it returns a commit message following Conventional Commits specification, installation is successful!",
129
- "success": "Success example:",
130
- "successText": "AI returns something like",
131
- "successExample": "message",
132
- "successCode": "feat: add user authentication",
133
- "issues": "Common issues:",
134
- "issue1": "\"Tool not found\" โ†’ Check configuration file format",
135
- "issue2": "\"Command not found\" โ†’ Confirm Node.js is installed",
136
- "issue3": "Windows users โ†’ Ensure using npx method"
137
- },
138
- "step4": {
139
- "title": "Delegated Orchestration Protocol",
140
- "description": "orchestration tools do not execute operations directly, but return an executable plan.",
141
- "keyFields": "Key fields:",
142
- "planExample": "Plan Example",
143
- "tip": "Key point:",
144
- "tipText": "Execute",
145
- "tipText2": "in order, and ensure",
146
- "tipText3": "files are actually written to disk"
147
- },
148
- "faq": {
149
- "title": "โš ๏ธ Common Issues",
150
- "q1": {
151
- "title": "Issue 1: Module resolution error caused by npx cache",
152
- "error": "Error message:",
153
- "solution": "Solution:",
154
- "solutionText": "Clear npx cache",
155
- "restart": "Then restart MCP client"
156
- },
157
- "q2": {
158
- "title": "Issue 2: MCP server connection failed",
159
- "possibleReasons": "Possible reasons:",
160
- "reason1": "Node.js version too low (requires >= 16.0.0)",
161
- "reason2": "Dependencies not installed or corrupted",
162
- "reason3": "Configuration file format error",
163
- "solution": "Solution:",
164
- "step1": "Check Node.js version:",
165
- "step2": "If below v16, please upgrade Node.js",
166
- "step3": "Clear cache and reinstall:",
167
- "step4": "Check if configuration file JSON format is correct"
168
- }
169
- },
170
- "common": {
171
- "copy": "Copy",
172
- "copied": "Copied"
173
- }
174
- },
175
- "migration": {
176
- "breadcrumb": {
177
- "home": "Documentation",
178
- "guides": "Guides",
179
- "migration": "Migration Guide"
180
- },
181
- "title": "v3.0 Migration Guide",
182
- "subtitle": "Smoothly migrate from v2.x to v3.0, understand breaking changes and new features",
183
- "overview": {
184
- "title": "Overview",
185
- "description": "MCP Probe Kit v3.0 is a major version update, streamlined to 22 tools, bringing more powerful features and better development experience.",
186
- "migrationTime": "Migration Time:",
187
- "migrationTimeText": "Most projects can complete migration in 10-15 minutes, v2.x core tools remain compatible in v3.0."
188
- },
189
- "changes": {
190
- "title": "Major Changes",
191
- "toolsOptimization": {
192
- "title": "1. Tools Streamlining",
193
- "description": "v2.x: 39 tools โ†’ v3.x: 22 tools (removed low-frequency tools, kept high-value tools)"
194
- },
195
- "workflows": {
196
- "title": "2. New Workflow Orchestration",
197
- "description": "11",
198
- "description2": "workflow orchestration tools, providing end-to-end automated development process:",
199
- "startFeature": "Feature development workflow",
200
- "startBugfix": "Bug fix workflow",
201
- "startUi": "UI development workflow",
202
- "startProduct": "Product design workflow",
203
- "startRalph": "Ralph Loop automated development"
204
- },
205
- "uiTools": {
206
- "title": "3. New UI/UX Toolset",
207
- "description": "Complete UI/UX toolchain:",
208
- "designSystem": "Intelligent design system generator",
209
- "uiSearch": "UI/UX database search",
210
- "syncUiData": "UI/UX data synchronization",
211
- "componentCatalog": "Component catalog initialization",
212
- "renderUi": "UI rendering engine"
213
- },
214
- "structuredOutput": {
215
- "title": "4. Structured Output Upgrade",
216
- "description": "Core and orchestration tools prioritize structured output, consistent and predictable output format, facilitating tool chaining and state tracking."
217
- }
218
- },
219
- "steps": {
220
- "title": "Migration Steps",
221
- "step1": {
222
- "title": "Step 1: Update Version",
223
- "npxNote": "# If using npx (recommended)",
224
- "npxDesc": "# No action needed, automatically uses latest version",
225
- "globalNote": "# If globally installed"
226
- },
227
- "step2": {
228
- "title": "Step 2: Check Configuration File",
229
- "description": "v3.0 configuration file format is fully compatible with v2.x, no modification needed.",
230
- "compatible": "Backward Compatible:",
231
- "compatibleText": "v2.x core tools remain compatible in v3.0, seamless upgrade possible."
232
- }
233
- },
234
- "help": {
235
- "title": "Get Help",
236
- "description": "If you encounter problems during migration:",
237
- "viewDocs": "View",
238
- "toolsReference": "Complete Tools Reference",
239
- "askIn": "Ask in",
240
- "askQuestion": "ask questions",
241
- "reportIn": "Report in",
242
- "reportBug": "report bugs"
243
- },
244
- "complete": {
245
- "title": "๐ŸŽ‰ Migration Complete!",
246
- "description": "Start exploring v3.0's powerful features",
247
- "viewTools": "View All Tools",
248
- "learnBestPractices": "Learn Best Practices"
249
- }
250
- },
251
- "examples": {
252
- "breadcrumb": {
253
- "home": "Documentation",
254
- "guides": "Guides",
255
- "examples": "Best Practices"
256
- },
257
- "title": "Best Practices",
258
- "subtitle": "MCP Probe Kit integrates complete development process, best practices guide from requirements to deployment",
259
- "overview": {
260
- "title": "Complete Development Process",
261
- "description": "MCP Probe Kit's 22 tools cover the complete development process from requirements analysis to code deployment. Here are the recommended best practices.",
262
- "coreIdea": "Core Philosophy:",
263
- "coreIdeaText": "Chain the entire development process through workflow orchestration tools (start_*), making AI your development assistant."
264
- },
265
- "stage0": {
266
- "title": "Stage 0: Product Design (From Requirements to Prototype)",
267
- "workflow": {
268
- "title": "0.1 Complete Product Design Workflow (Recommended)",
269
- "description": "Use",
270
- "description2": "workflow orchestration to complete the entire product design from requirements to HTML prototype with one click.",
271
- "example1": "You: I have a product requirements document project.md, help me generate complete product design",
272
- "productName": "Online Education Platform",
273
- "autoExecute": "โ†’ Auto Execute:",
274
- "autoLoop": "โ†’ AI Auto Loop:",
275
- "step1": "โœ“ Step 1: Check/Generate Project Context",
276
- "step2": "โœ“ Step 2: Generate PRD Document",
277
- "step3": "โœ“ Step 3: Generate Prototype Design Document",
278
- "step4": "โœ“ Step 4: Generate Design System",
279
- "step5": "โ†’ Step 5: Generate HTML Interactive Prototype",
280
- "step6": "โœ“ Step 6: Update Project Context Index",
281
- "outputs": "โ†’ Output Files:"
282
- },
283
- "prd": {
284
- "title": "0.2 Generate PRD Document Separately",
285
- "description": "Use",
286
- "description2": "tool to generate product requirements document separately.",
287
- "example1": "You: Generate a PRD for an online education platform",
288
- "description3": "Online education platform with course management, video playback, and assignment submission",
289
- "aiCreate": "โ†’ AI creates docs/prd/product-requirements.md based on guidance",
290
- "includes": "PRD includes:",
291
- "item1": "- Product Overview (vision, target users, core value)",
292
- "item2": "- Functional Requirements (core features, user stories)",
293
- "item3": "- Feature Priority (P0/P1/P2)",
294
- "item4": "- Non-functional Requirements (performance, security, compatibility)",
295
- "item5": "- Page List"
296
- },
297
- "prototype": {
298
- "title": "0.3 Generate HTML Interactive Prototype",
299
- "description": "Use",
300
- "description2": "tool to generate HTML prototype based on prototype documents.",
301
- "desc": "Generate HTML prototypes for all pages based on prototype documents",
302
- "step1": "โœ“ Read all prototype documents under docs/prototype/",
303
- "step2": "โœ“ Read docs/design-system.json to get design specifications",
304
- "step3": "โœ“ Generate HTML files for each page",
305
- "step4": "โœ“ Generate index page index.html",
306
- "features": "โ†’ Features:",
307
- "feature1": "- Uses design system colors and fonts",
308
- "feature2": "- Includes page navigation",
309
- "feature3": "- Responsive design"
310
- },
311
- "summary": {
312
- "title": "0.4 Product Design Workflow Summary",
313
- "recommended": "Recommended Process:",
314
- "step1": "Prepare requirements document (Markdown format)",
315
- "step2": "Use",
316
- "step2b": "to generate complete product design with one click",
317
- "step3": "View HTML prototype in browser",
318
- "step4": "Review prototype with team and collect feedback",
319
- "step5": "Adjust prototype documents based on feedback",
320
- "step6": "Use",
321
- "step6b": "to regenerate HTML prototype",
322
- "step7": "Proceed to development phase after confirmation"
323
- }
324
- },
325
- "stage1": {
326
- "title": "Stage 1: Requirements Analysis and Planning",
327
- "init": {
328
- "title": "1.1 New Project Initialization",
329
- "description": "Use",
330
- "description2": "to generate project documents following Spec-Driven Development approach.",
331
- "example1": "You: I want to create a task management system",
332
- "input": "Task management system with task creation, assignment, tracking, and reminders",
333
- "generate": "โ†’ Generate: Requirements document, design document, task list"
334
- },
335
- "interview": {
336
- "title": "1.2 Requirements Clarification (Avoid Misunderstandings)",
337
- "description": "Use",
338
- "description2": "tool for structured requirements interviews.",
339
- "example1": "You: Add user login functionality",
340
- "desc": "Implement user login functionality",
341
- "aiAsk": "โ†’ AI will ask:",
342
- "q1": "- Which login methods are supported? (Email/Phone/Third-party)",
343
- "q2": "- Do you need to remember login status?",
344
- "q3": "- What are the password rules?",
345
- "q4": "- Do you need verification code?",
346
- "generate": "โ†’ Generate: Interview record document"
347
- },
348
- "estimate": {
349
- "title": "1.3 Workload Estimation",
350
- "description": "Use",
351
- "description2": "tool to estimate development time and resources.",
352
- "task": "Implement user authentication functionality",
353
- "output": "โ†’ Output:",
354
- "sp": "- Story Points: 8 SP",
355
- "time": "- Time Range: Optimistic 3 days / Normal 5 days / Pessimistic 8 days",
356
- "risk": "- Risk: Third-party login integration may be delayed"
357
- }
358
- },
359
- "common": {
360
- "bestPractice": "Best Practice"
361
- },
362
- "stage2": {
363
- "title": "Stage 2: Feature Development",
364
- "workflow": {
365
- "title": "2.1 Complete Feature Development Workflow (Recommended)",
366
- "description": "Use",
367
- "description2": "workflow orchestration to complete from spec to estimation with one click.",
368
- "example1": "You: Develop user authentication feature",
369
- "step1": "โœ“ Check project context",
370
- "step2": "โœ“ Generate feature specification document",
371
- "step3": "โœ“ Estimate development workload",
372
- "step4": "โœ“ Output complete development plan"
373
- },
374
- "ui": {
375
- "title": "2.2 UI Development Workflow",
376
- "description": "Use",
377
- "description2": "workflow, from design system to code in one go.",
378
- "example1": "You: Create login page",
379
- "step1": "โœ“ Check/generate design system",
380
- "step2": "โœ“ Initialize component directory",
381
- "step3": "โœ“ Search/generate UI template",
382
- "step4": "โœ“ Render final React code"
383
- },
384
- "codegen": {
385
- "title": "2.3 Code Generation",
386
- "description": "Use various generation tools as needed:",
387
- "genapi": "Generate API documentation (OpenAPI/Swagger)",
388
- "gensql": "Natural language to SQL queries",
389
- "genmock": "Generate test data",
390
- "gentest": "Generate unit tests"
391
- }
392
- },
393
- "stage3": {
394
- "title": "Stage 3: Code Quality Assurance",
395
- "review": {
396
- "title": "3.1 Comprehensive Code Review (Recommended)",
397
- "description": "Use",
398
- "description2": "workflow to complete code review, security scan, and performance analysis at once.",
399
- "example1": "You: Review this code",
400
- "step1": "โœ“ Code Review (quality, style, best practices)",
401
- "step2": "โœ“ Security Scan (SQL injection, XSS, CSRF)",
402
- "step3": "โœ“ Performance Analysis (algorithms, memory, database)",
403
- "step4": "โœ“ Output comprehensive report"
404
- },
405
- "single": {
406
- "title": "3.2 Single Item Check",
407
- "description": "Use single tools for specific issues:",
408
- "codeReview": "Code review",
409
- "securityScan": "Security scan",
410
- "perf": "Performance analysis",
411
- "refactor": "Refactoring suggestions"
412
- }
413
- },
414
- "stage4": {
415
- "title": "Stage 4: Bug Fixing",
416
- "bugfix": {
417
- "title": "4.1 Systematic Bug Fix (Recommended)",
418
- "description": "Use",
419
- "description2": "workflow for one-stop solution from analysis to testing.",
420
- "example1": "You: Login function is throwing an error",
421
- "step1": "โœ“ Check project context",
422
- "step2": "โœ“ Analyze error cause",
423
- "step3": "โœ“ Locate problem code",
424
- "step4": "โœ“ Provide fix solution",
425
- "step5": "โœ“ Generate test cases"
426
- },
427
- "quick": {
428
- "title": "4.2 Quick Bug Analysis",
429
- "description": "Use",
430
- "description2": "tool to quickly analyze issues and provide fix solutions."
431
- }
432
- },
433
- "stage5": {
434
- "title": "Stage 5: Release Management",
435
- "release": {
436
- "title": "5.1 Automated Release Process (Recommended)",
437
- "description": "Use",
438
- "description2": "workflow to automatically generate Changelog and PR descriptions.",
439
- "example1": "You: Prepare to release v2.0.0",
440
- "step1": "โœ“ Generate CHANGELOG (categorized by feat/fix/breaking)",
441
- "step2": "โœ“ Generate PR description (change summary, impact scope)",
442
- "step3": "โœ“ Output release checklist"
443
- },
444
- "git": {
445
- "title": "5.2 Git Workflow",
446
- "description": "Use Git tools to improve collaboration efficiency:",
447
- "gencommit": "Generate standard commit messages",
448
- "genchangelog": "Generate CHANGELOG",
449
- "genpr": "Generate PR descriptions",
450
- "resolveConflict": "Resolve merge conflicts"
451
- }
452
- },
453
- "stage6": {
454
- "title": "Stage 6: Project Maintenance",
455
- "onboard": {
456
- "title": "6.1 New Member Onboarding",
457
- "description": "Use",
458
- "description2": "workflow to quickly understand the project.",
459
- "example1": "New member: I just joined the project, need to understand the project structure",
460
- "step1": "โœ“ Generate context documentation",
461
- "step2": "โœ“ Output development guidelines"
462
- },
463
- "doc": {
464
- "title": "6.2 Documentation Maintenance",
465
- "description": "Use",
466
- "description2": "workflow to complete project documentation with one click.",
467
- "step1": "โœ“ Generate code comments (JSDoc/TSDoc)",
468
- "step2": "โœ“ Generate README documentation",
469
- "step3": "โœ“ Generate API documentation",
470
- "step4": "โœ“ Output complete documentation set"
471
- }
472
- },
473
- "ralph": {
474
- "title": "Advanced Practice: Ralph Wiggum Loop",
475
- "advancedPractice": "Advanced Practice",
476
- "loop": {
477
- "title": "Automated Loop Development",
478
- "description": "Use",
479
- "description2": "to start automated development loop, AI continuously iterates until goal is achieved.",
480
- "example1": "You: Implement user authentication feature",
481
- "round1": "Round 1: Analyze requirements โ†’ Generate code",
482
- "round2": "Round 2: Run tests โ†’ Fix errors",
483
- "round3": "Round 3: Code review โ†’ Optimize code",
484
- "until": "Until: Tests pass + Requirements met"
485
- },
486
- "warning": {
487
- "title": "โš ๏ธ Safety Notice:",
488
- "text": "Ralph Loop enables multiple safety protections by default (max iterations, runtime, code change limits) to prevent runaway."
489
- }
490
- },
491
- "summary": {
492
- "title": "Best Practices Summary",
493
- "coreTitle": "Core Principles:",
494
- "principle1": "Prioritize workflow orchestration tools (start_*) - automate complete processes",
495
- "principle2": "Use interview during requirements phase - avoid misunderstandings",
496
- "principle3": "Use estimate before development - plan time reasonably",
497
- "principle4": "Use start_review before commit - ensure code quality",
498
- "principle5": "Use start_release before release - standardize release process"
499
- },
500
- "resources": {
501
- "title": "More Resources",
502
- "allTools": "Complete Tools Reference",
503
- "allToolsDesc": "View detailed descriptions of all 22 tools",
504
- "gettingStarted": "Installation & Configuration",
505
- "gettingStartedDesc": "Quick start guide",
506
- "migration": "Migration Guide",
507
- "migrationDesc": "Migrate from v2.x to v3.0",
508
- "github": "GitHub Repository",
509
- "githubDesc": "Source code and issue feedback"
510
- },
511
- "practice": {
512
- "title": "๐Ÿš€ Start Practicing",
513
- "description": "Apply these best practices to your project",
514
- "install": "๐Ÿ“– Installation & Configuration",
515
- "allTools": "๐Ÿ› ๏ธ View All Tools"
516
- }
517
- }
518
- }
1
+ {
2
+ "meta": {
3
+ "title": "MCP Probe Kit - AI-Powered Complete Development Toolkit | 22 Tools Covering Entire Development Lifecycle",
4
+ "description": "MCP Probe Kit provides 22 AI-powered development tools covering requirements analysis, code development, quality assurance, bug fixing, and release management. Supports Cursor, Cline, Claude Desktop with 100% structured output.",
5
+ "keywords": "MCP Probe Kit, AI development tools, code generation, code review, Git tools, UI development, development efficiency, Cursor, Cline, Claude, MCP Server"
6
+ },
7
+ "nav": {
8
+ "home": "Documentation",
9
+ "docs": "Docs",
10
+ "mainSite": "Main Site",
11
+ "github": "GitHub",
12
+ "npm": "npm"
13
+ },
14
+ "hero": {
15
+ "title": "๐Ÿš€ MCP Probe Kit",
16
+ "subtitle": "AI Development Enhancement Toolkit ยท Documentation Center",
17
+ "version": "v3.0.10",
18
+ "quickStart": "Quick Start",
19
+ "visitMainSite": "Visit ByteZoneX"
20
+ },
21
+ "sections": {
22
+ "quickStart": {
23
+ "title": "Quick Start",
24
+ "description": "Get started with MCP Probe Kit v3.0.10 in 5 minutes",
25
+ "installConfig": "Installation & Configuration"
26
+ },
27
+ "tools": {
28
+ "title": "Tools Documentation",
29
+ "description": "Complete reference for 22 practical tools, including code graph insight and orchestration workflows",
30
+ "allTools": "All Tools"
31
+ },
32
+ "guides": {
33
+ "title": "Guides",
34
+ "description": "Migration guides and best practices",
35
+ "migration": "v2.x โ†’ v3.0 Migration Guide",
36
+ "bestPractices": "Best Practices"
37
+ },
38
+ "resources": {
39
+ "title": "Resources",
40
+ "description": "Source code and community support",
41
+ "mainSite": "ByteZoneX Main Site",
42
+ "githubRepo": "GitHub Repository",
43
+ "npmPackage": "npm Package",
44
+ "issues": "Issue Tracker"
45
+ }
46
+ },
47
+ "footer": {
48
+ "madeWith": "Made with โค๏ธ by",
49
+ "license": "MIT License",
50
+ "mainSite": "Main Site ByteZoneX"
51
+ },
52
+ "sidebar": {
53
+ "quickStart": "Quick Start",
54
+ "home": "Documentation Home",
55
+ "installation": "Installation & Configuration",
56
+ "toolsDocs": "Tools Documentation",
57
+ "allTools": "All Tools",
58
+ "guides": "Guides",
59
+ "migration": "Migration Guide",
60
+ "examples": "Best Practices",
61
+ "followUs": "Follow Us",
62
+ "getTechSharing": "Get More Tech Insights"
63
+ },
64
+ "gettingStarted": {
65
+ "title": "Installation & Configuration",
66
+ "subtitle": "Get started with MCP Probe Kit v3.0.10 in 5 minutes. Supports Cursor, Cline, and Claude Desktop",
67
+ "breadcrumb": {
68
+ "home": "Documentation",
69
+ "quickStart": "Quick Start",
70
+ "installation": "Installation"
71
+ },
72
+ "step1": {
73
+ "title": "Choose Installation Method",
74
+ "npx": {
75
+ "title": "Use npx Directly",
76
+ "recommended": "Recommended",
77
+ "description": "No installation required, use the latest version directly:",
78
+ "advantage": "Advantage:",
79
+ "advantageText": "No manual updates needed, automatically uses the latest version on each startup",
80
+ "copy": "Copy"
81
+ },
82
+ "global": {
83
+ "title": "Global Installation",
84
+ "description": "Install globally to system:",
85
+ "configFile": "Configuration file:",
86
+ "note": "Note:",
87
+ "noteText": "Need to manually run",
88
+ "updateText": "to update version"
89
+ },
90
+ "source": {
91
+ "title": "Build from Source",
92
+ "description": "Build from source code, suitable for developers:",
93
+ "step1": "1. Clone repository",
94
+ "step2": "2. Install dependencies and build",
95
+ "step3": "3. Configuration file",
96
+ "tip": "Tip:",
97
+ "tipText": "Windows users should use full path, e.g.",
98
+ "note": "Note:",
99
+ "noteText": "After modifying code, need to re-run",
100
+ "compileText": "to compile"
101
+ }
102
+ },
103
+ "step2": {
104
+ "title": "Locate Configuration File",
105
+ "description": "Find the corresponding configuration file based on your MCP client:",
106
+ "cursor": {
107
+ "title": "Cursor / Cline",
108
+ "description": "Create or edit in project root directory",
109
+ "tip": "Tip:",
110
+ "tipText": "Cursor and Cline use project-level configuration, each project can have independent MCP server configuration."
111
+ },
112
+ "claudeWin": {
113
+ "title": "Claude Desktop (Windows)",
114
+ "path": "Configuration file path:",
115
+ "example": "Example:"
116
+ },
117
+ "claudeMac": {
118
+ "title": "Claude Desktop (macOS)",
119
+ "path": "Configuration file path:"
120
+ }
121
+ },
122
+ "step3": {
123
+ "title": "Verify Installation",
124
+ "description": "After completing configuration, verify with the following steps:",
125
+ "step1": "Restart MCP client (Cursor / Cline / Claude Desktop)",
126
+ "step2": "Type in chat window:",
127
+ "step2Command": "Please use gencommit tool to generate a test commit message",
128
+ "step3": "If it returns a commit message following Conventional Commits specification, installation is successful!",
129
+ "success": "Success example:",
130
+ "successText": "AI returns something like",
131
+ "successExample": "message",
132
+ "successCode": "feat: add user authentication",
133
+ "issues": "Common issues:",
134
+ "issue1": "\"Tool not found\" โ†’ Check configuration file format",
135
+ "issue2": "\"Command not found\" โ†’ Confirm Node.js is installed",
136
+ "issue3": "Windows users โ†’ Ensure using npx method"
137
+ },
138
+ "step4": {
139
+ "title": "Delegated Orchestration Protocol",
140
+ "description": "orchestration tools do not execute operations directly, but return an executable plan.",
141
+ "keyFields": "Key fields:",
142
+ "planExample": "Plan Example",
143
+ "tip": "Key point:",
144
+ "tipText": "Execute",
145
+ "tipText2": "in order, and ensure",
146
+ "tipText3": "files are actually written to disk"
147
+ },
148
+ "faq": {
149
+ "title": "โš ๏ธ Common Issues",
150
+ "q1": {
151
+ "title": "Issue 1: Module resolution error caused by npx cache",
152
+ "error": "Error message:",
153
+ "solution": "Solution:",
154
+ "solutionText": "Clear npx cache",
155
+ "restart": "Then restart MCP client"
156
+ },
157
+ "q2": {
158
+ "title": "Issue 2: MCP server connection failed",
159
+ "possibleReasons": "Possible reasons:",
160
+ "reason1": "Node.js version too low (requires >= 16.0.0)",
161
+ "reason2": "Dependencies not installed or corrupted",
162
+ "reason3": "Configuration file format error",
163
+ "solution": "Solution:",
164
+ "step1": "Check Node.js version:",
165
+ "step2": "If below v16, please upgrade Node.js",
166
+ "step3": "Clear cache and reinstall:",
167
+ "step4": "Check if configuration file JSON format is correct"
168
+ }
169
+ },
170
+ "common": {
171
+ "copy": "Copy",
172
+ "copied": "Copied"
173
+ }
174
+ },
175
+ "migration": {
176
+ "breadcrumb": {
177
+ "home": "Documentation",
178
+ "guides": "Guides",
179
+ "migration": "Migration Guide"
180
+ },
181
+ "title": "v3.0 Migration Guide",
182
+ "subtitle": "Smoothly migrate from v2.x to v3.0, understand breaking changes and new features",
183
+ "overview": {
184
+ "title": "Overview",
185
+ "description": "MCP Probe Kit v3.0 is a major version update, streamlined to 22 tools, bringing more powerful features and better development experience.",
186
+ "migrationTime": "Migration Time:",
187
+ "migrationTimeText": "Most projects can complete migration in 10-15 minutes, v2.x core tools remain compatible in v3.0."
188
+ },
189
+ "changes": {
190
+ "title": "Major Changes",
191
+ "toolsOptimization": {
192
+ "title": "1. Tools Streamlining",
193
+ "description": "v2.x: 39 tools โ†’ v3.x: 22 tools (removed low-frequency tools, kept high-value tools)"
194
+ },
195
+ "workflows": {
196
+ "title": "2. New Workflow Orchestration",
197
+ "description": "11",
198
+ "description2": "workflow orchestration tools, providing end-to-end automated development process:",
199
+ "startFeature": "Feature development workflow",
200
+ "startBugfix": "Bug fix workflow",
201
+ "startUi": "UI development workflow",
202
+ "startProduct": "Product design workflow",
203
+ "startRalph": "Ralph Loop automated development"
204
+ },
205
+ "uiTools": {
206
+ "title": "3. New UI/UX Toolset",
207
+ "description": "Complete UI/UX toolchain:",
208
+ "designSystem": "Intelligent design system generator",
209
+ "uiSearch": "UI/UX database search",
210
+ "syncUiData": "UI/UX data synchronization",
211
+ "componentCatalog": "Component catalog initialization",
212
+ "renderUi": "UI rendering engine"
213
+ },
214
+ "codeInsight": {
215
+ "title": "4. New Code Graph Insight",
216
+ "description": "code_insight maintains baseline graph docs under docs/graph-insights, while start_feature/start_bugfix refresh the GitNexus index and run task-level narrowing before planning."
217
+ },
218
+ "structuredOutput": {
219
+ "title": "5. Structured Output Upgrade",
220
+ "description": "Core and orchestration tools prioritize structured output, consistent and predictable output format, facilitating tool chaining and state tracking."
221
+ }
222
+ },
223
+ "steps": {
224
+ "title": "Migration Steps",
225
+ "step1": {
226
+ "title": "Step 1: Update Version",
227
+ "npxNote": "# If using npx (recommended)",
228
+ "npxDesc": "# No action needed, automatically uses latest version",
229
+ "globalNote": "# If globally installed"
230
+ },
231
+ "step2": {
232
+ "title": "Step 2: Check Configuration File",
233
+ "description": "v3.0 configuration file format is fully compatible with v2.x, no modification needed.",
234
+ "compatible": "Backward Compatible:",
235
+ "compatibleText": "v2.x core tools remain compatible in v3.0, seamless upgrade possible."
236
+ }
237
+ },
238
+ "help": {
239
+ "title": "Get Help",
240
+ "description": "If you encounter problems during migration:",
241
+ "viewDocs": "View",
242
+ "toolsReference": "Complete Tools Reference",
243
+ "askIn": "Ask in",
244
+ "askQuestion": "ask questions",
245
+ "reportIn": "Report in",
246
+ "reportBug": "report bugs"
247
+ },
248
+ "complete": {
249
+ "title": "๐ŸŽ‰ Migration Complete!",
250
+ "description": "Start exploring v3.0's powerful features",
251
+ "viewTools": "View All Tools",
252
+ "learnBestPractices": "Learn Best Practices"
253
+ }
254
+ },
255
+ "examples": {
256
+ "breadcrumb": {
257
+ "home": "Documentation",
258
+ "guides": "Guides",
259
+ "examples": "Best Practices"
260
+ },
261
+ "title": "Best Practices",
262
+ "subtitle": "MCP Probe Kit integrates complete development process, best practices guide from requirements to deployment",
263
+ "overview": {
264
+ "title": "Complete Development Process",
265
+ "description": "MCP Probe Kit's 22 tools cover the complete development process from requirements analysis to code deployment. Here are the recommended best practices.",
266
+ "coreIdea": "Core Philosophy:",
267
+ "coreIdeaText": "Chain the entire development process through workflow orchestration tools (start_*), making AI your development assistant."
268
+ },
269
+ "stage0": {
270
+ "title": "Stage 0: Product Design (From Requirements to Prototype)",
271
+ "workflow": {
272
+ "title": "0.1 Complete Product Design Workflow (Recommended)",
273
+ "description": "Use",
274
+ "description2": "workflow orchestration to complete the entire product design from requirements to HTML prototype with one click.",
275
+ "example1": "You: I have a product requirements document project.md, help me generate complete product design",
276
+ "productName": "Online Education Platform",
277
+ "autoExecute": "โ†’ Auto Execute:",
278
+ "autoLoop": "โ†’ AI Auto Loop:",
279
+ "step1": "โœ“ Step 1: Check/Generate Project Context",
280
+ "step2": "โœ“ Step 2: Generate PRD Document",
281
+ "step3": "โœ“ Step 3: Generate Prototype Design Document",
282
+ "step4": "โœ“ Step 4: Generate Design System",
283
+ "step5": "โ†’ Step 5: Generate HTML Interactive Prototype",
284
+ "step6": "โœ“ Step 6: Update Project Context Index",
285
+ "outputs": "โ†’ Output Files:"
286
+ },
287
+ "prd": {
288
+ "title": "0.2 Generate PRD Document Separately",
289
+ "description": "Use",
290
+ "description2": "tool to generate product requirements document separately.",
291
+ "example1": "You: Generate a PRD for an online education platform",
292
+ "description3": "Online education platform with course management, video playback, and assignment submission",
293
+ "aiCreate": "โ†’ AI creates docs/prd/product-requirements.md based on guidance",
294
+ "includes": "PRD includes:",
295
+ "item1": "- Product Overview (vision, target users, core value)",
296
+ "item2": "- Functional Requirements (core features, user stories)",
297
+ "item3": "- Feature Priority (P0/P1/P2)",
298
+ "item4": "- Non-functional Requirements (performance, security, compatibility)",
299
+ "item5": "- Page List"
300
+ },
301
+ "prototype": {
302
+ "title": "0.3 Generate HTML Interactive Prototype",
303
+ "description": "Use",
304
+ "description2": "tool to generate HTML prototype based on prototype documents.",
305
+ "desc": "Generate HTML prototypes for all pages based on prototype documents",
306
+ "step1": "โœ“ Read all prototype documents under docs/prototype/",
307
+ "step2": "โœ“ Read docs/design-system.json to get design specifications",
308
+ "step3": "โœ“ Generate HTML files for each page",
309
+ "step4": "โœ“ Generate index page index.html",
310
+ "features": "โ†’ Features:",
311
+ "feature1": "- Uses design system colors and fonts",
312
+ "feature2": "- Includes page navigation",
313
+ "feature3": "- Responsive design"
314
+ },
315
+ "summary": {
316
+ "title": "0.4 Product Design Workflow Summary",
317
+ "recommended": "Recommended Process:",
318
+ "step1": "Prepare requirements document (Markdown format)",
319
+ "step2": "Use",
320
+ "step2b": "to generate complete product design with one click",
321
+ "step3": "View HTML prototype in browser",
322
+ "step4": "Review prototype with team and collect feedback",
323
+ "step5": "Adjust prototype documents based on feedback",
324
+ "step6": "Use",
325
+ "step6b": "to regenerate HTML prototype",
326
+ "step7": "Proceed to development phase after confirmation"
327
+ }
328
+ },
329
+ "stage1": {
330
+ "title": "Stage 1: Requirements Analysis and Planning",
331
+ "init": {
332
+ "title": "1.1 New Project Initialization",
333
+ "description": "Use",
334
+ "description2": "to generate project documents following Spec-Driven Development approach.",
335
+ "example1": "You: I want to create a task management system",
336
+ "input": "Task management system with task creation, assignment, tracking, and reminders",
337
+ "generate": "โ†’ Generate: Requirements document, design document, task list"
338
+ },
339
+ "interview": {
340
+ "title": "1.2 Requirements Clarification (Avoid Misunderstandings)",
341
+ "description": "Use",
342
+ "description2": "tool for structured requirements interviews.",
343
+ "example1": "You: Add user login functionality",
344
+ "desc": "Implement user login functionality",
345
+ "aiAsk": "โ†’ AI will ask:",
346
+ "q1": "- Which login methods are supported? (Email/Phone/Third-party)",
347
+ "q2": "- Do you need to remember login status?",
348
+ "q3": "- What are the password rules?",
349
+ "q4": "- Do you need verification code?",
350
+ "generate": "โ†’ Generate: Interview record document"
351
+ },
352
+ "estimate": {
353
+ "title": "1.3 Workload Estimation",
354
+ "description": "Use",
355
+ "description2": "tool to estimate development time and resources.",
356
+ "task": "Implement user authentication functionality",
357
+ "output": "โ†’ Output:",
358
+ "sp": "- Story Points: 8 SP",
359
+ "time": "- Time Range: Optimistic 3 days / Normal 5 days / Pessimistic 8 days",
360
+ "risk": "- Risk: Third-party login integration may be delayed"
361
+ },
362
+ "codeInsight": {
363
+ "title": "1.4 Existing Code Graph Insight",
364
+ "description": "Use",
365
+ "description2": "to refresh the GitNexus index, persist baseline graph docs, and produce task-level call-chain/context/impact analysis.",
366
+ "example1": "You: Analyze the login and token refresh call chain and tell me which modules will be affected",
367
+ "goal": "Find the existing login and token refresh flow",
368
+ "taskContext": "Preparing to modify the auth module",
369
+ "output": "โ†’ Output:",
370
+ "item1": "- Related execution flows / call chains",
371
+ "item2": "- Key symbols and file locations",
372
+ "item3": "- _meta.graph.snapshotUri / markdownFilePath",
373
+ "item4": "- docs/graph-insights/latest.* and project-context index entries for downstream workflows"
374
+ }
375
+ },
376
+ "common": {
377
+ "bestPractice": "Best Practice"
378
+ },
379
+ "stage2": {
380
+ "title": "Stage 2: Feature Development",
381
+ "workflow": {
382
+ "title": "2.1 Complete Feature Development Workflow (Recommended)",
383
+ "description": "Use",
384
+ "description2": "workflow orchestration to complete from spec to estimation with one click.",
385
+ "example1": "You: Develop user authentication feature",
386
+ "step1": "โœ“ Check project context, bootstrap missing graph docs, and refresh the GitNexus index",
387
+ "step2": "โœ“ Generate feature specification document",
388
+ "step3": "โœ“ Estimate development workload",
389
+ "step4": "โœ“ Output complete development plan"
390
+ },
391
+ "ui": {
392
+ "title": "2.2 UI Development Workflow",
393
+ "description": "Use",
394
+ "description2": "workflow, from design system to code in one go.",
395
+ "example1": "You: Create login page",
396
+ "step1": "โœ“ Check/generate design system",
397
+ "step2": "โœ“ Initialize component directory",
398
+ "step3": "โœ“ Search/generate UI template",
399
+ "step4": "โœ“ Render final React code"
400
+ },
401
+ "codegen": {
402
+ "title": "2.3 Code Generation",
403
+ "description": "Use various generation tools as needed:",
404
+ "genapi": "Generate API documentation (OpenAPI/Swagger)",
405
+ "gensql": "Natural language to SQL queries",
406
+ "genmock": "Generate test data",
407
+ "gentest": "Generate unit tests"
408
+ }
409
+ },
410
+ "stage3": {
411
+ "title": "Stage 3: Code Quality Assurance",
412
+ "review": {
413
+ "title": "3.1 Comprehensive Code Review (Recommended)",
414
+ "description": "Use",
415
+ "description2": "workflow to complete code review, security scan, and performance analysis at once.",
416
+ "example1": "You: Review this code",
417
+ "step1": "โœ“ Code Review (quality, style, best practices)",
418
+ "step2": "โœ“ Security Scan (SQL injection, XSS, CSRF)",
419
+ "step3": "โœ“ Performance Analysis (algorithms, memory, database)",
420
+ "step4": "โœ“ Output comprehensive report"
421
+ },
422
+ "single": {
423
+ "title": "3.2 Single Item Check",
424
+ "description": "Use single tools for specific issues:",
425
+ "codeReview": "Code review",
426
+ "securityScan": "Security scan",
427
+ "perf": "Performance analysis",
428
+ "refactor": "Refactoring suggestions"
429
+ }
430
+ },
431
+ "stage4": {
432
+ "title": "Stage 4: Bug Fixing",
433
+ "bugfix": {
434
+ "title": "4.1 Systematic Bug Fix (Recommended)",
435
+ "description": "Use",
436
+ "description2": "workflow to run TBP 8-step root-cause analysis before repair and testing.",
437
+ "example1": "You: Login function is throwing an error",
438
+ "step1": "โœ“ Check project context, backfill missing graph docs, and refresh the GitNexus index",
439
+ "step2": "โœ“ Use TBP-1~TBP-4 to define the symptom, timeline, and common pattern",
440
+ "step3": "โœ“ Use TBP-5/6 to lock the failure boundary and causal root cause",
441
+ "step4": "โœ“ Produce repair options and risks from the evidence chain",
442
+ "step5": "โœ“ Generate validation steps and regression tests"
443
+ },
444
+ "quick": {
445
+ "title": "4.2 Quick Bug Analysis",
446
+ "description": "Use",
447
+ "description2": "tool for fast TBP 8-step RCA with repair and validation guidance."
448
+ }
449
+ },
450
+ "stage5": {
451
+ "title": "Stage 5: Release Management",
452
+ "release": {
453
+ "title": "5.1 Automated Release Process (Recommended)",
454
+ "description": "Use",
455
+ "description2": "workflow to automatically generate Changelog and PR descriptions.",
456
+ "example1": "You: Prepare to release v2.0.0",
457
+ "step1": "โœ“ Generate CHANGELOG (categorized by feat/fix/breaking)",
458
+ "step2": "โœ“ Generate PR description (change summary, impact scope)",
459
+ "step3": "โœ“ Output release checklist"
460
+ },
461
+ "git": {
462
+ "title": "5.2 Git Workflow",
463
+ "description": "Use Git tools to improve collaboration efficiency:",
464
+ "gencommit": "Generate standard commit messages",
465
+ "genchangelog": "Generate CHANGELOG",
466
+ "genpr": "Generate PR descriptions",
467
+ "resolveConflict": "Resolve merge conflicts"
468
+ }
469
+ },
470
+ "stage6": {
471
+ "title": "Stage 6: Project Maintenance",
472
+ "onboard": {
473
+ "title": "6.1 New Member Onboarding",
474
+ "description": "Use",
475
+ "description2": "workflow to quickly understand the project.",
476
+ "example1": "New member: I just joined the project, need to understand the project structure",
477
+ "step1": "โœ“ Generate context documentation",
478
+ "step2": "โœ“ Output development guidelines"
479
+ },
480
+ "doc": {
481
+ "title": "6.2 Documentation Maintenance",
482
+ "description": "Use",
483
+ "description2": "workflow to complete project documentation with one click.",
484
+ "step1": "โœ“ Generate code comments (JSDoc/TSDoc)",
485
+ "step2": "โœ“ Generate README documentation",
486
+ "step3": "โœ“ Generate API documentation",
487
+ "step4": "โœ“ Output complete documentation set"
488
+ }
489
+ },
490
+ "ralph": {
491
+ "title": "Advanced Practice: Ralph Wiggum Loop",
492
+ "advancedPractice": "Advanced Practice",
493
+ "loop": {
494
+ "title": "Automated Loop Development",
495
+ "description": "Use",
496
+ "description2": "to start automated development loop, AI continuously iterates until goal is achieved.",
497
+ "example1": "You: Implement user authentication feature",
498
+ "round1": "Round 1: Analyze requirements โ†’ Generate code",
499
+ "round2": "Round 2: Run tests โ†’ Fix errors",
500
+ "round3": "Round 3: Code review โ†’ Optimize code",
501
+ "until": "Until: Tests pass + Requirements met"
502
+ },
503
+ "warning": {
504
+ "title": "โš ๏ธ Safety Notice:",
505
+ "text": "Ralph Loop enables multiple safety protections by default (max iterations, runtime, code change limits) to prevent runaway."
506
+ }
507
+ },
508
+ "summary": {
509
+ "title": "Best Practices Summary",
510
+ "coreTitle": "Core Principles:",
511
+ "principle1": "Prioritize workflow orchestration tools (start_*) - automate complete processes",
512
+ "principle2": "Use interview during requirements phase - avoid misunderstandings",
513
+ "principle3": "Use estimate before development - plan time reasonably",
514
+ "principle4": "Use start_review before commit - ensure code quality",
515
+ "principle5": "Use start_release before release - standardize release process"
516
+ },
517
+ "resources": {
518
+ "title": "More Resources",
519
+ "allTools": "Complete Tools Reference",
520
+ "allToolsDesc": "View detailed descriptions of all 22 tools",
521
+ "gettingStarted": "Installation & Configuration",
522
+ "gettingStartedDesc": "Quick start guide",
523
+ "migration": "Migration Guide",
524
+ "migrationDesc": "Migrate from v2.x to v3.0",
525
+ "github": "GitHub Repository",
526
+ "githubDesc": "Source code and issue feedback"
527
+ },
528
+ "practice": {
529
+ "title": "๐Ÿš€ Start Practicing",
530
+ "description": "Apply these best practices to your project",
531
+ "install": "๐Ÿ“– Installation & Configuration",
532
+ "allTools": "๐Ÿ› ๏ธ View All Tools"
533
+ }
534
+ }
535
+ }