@@ -63,7 +63,7 @@ One-click configuration for MCP, auto-update, and Cursor synchronization:
6363
6464** Included features:**
6565
66- - ✅ Configure context7 and sequential-thinking MCP (automatically fetch latest documentation)
66+ - ✅ Configure context7 MCP (automatically fetch latest documentation)
6767- ✅ Enable plugin auto-reload + CLI tool detection (restart session after modifications to take effect)
6868- ✅ Sync configuration to Cursor (including Spec Skills rules)
6969- ✅ Sync GitLab Merge Request default template
@@ -84,10 +84,10 @@ One-click configuration for MCP, auto-update, and Cursor synchronization:
8484
8585| Plugin | Version | Description |
8686| ------- | ------- | ---------------------------------------------------------------------------------------------------- |
87- | spec | 0.1.3 | Spec-Driven Development workflow plugin |
88- | git | 0.1.6 | Git workflow automation plugin (three commit modes: commit, commit+ push, commit+push+MR) |
89- | sync | 0.1.13 | Dev environment config sync plugin (MCP + Hooks + Cursor + Spec Skills rules + Claude Skills) |
90- | quality | 0.0.2 | AI-powered code quality plugin (9 parallel Agents: Bug detection, code quality, security, performance) |
87+ | spec | 0.1.4 | Spec-Driven Development workflow plugin |
88+ | git | 0.1.12 | Git workflow automation plugin (commit/ push/MR + dual-mode code review + remote platform ops) |
89+ | sync | 0.1.19 | Dev environment config sync plugin (MCP + LSP + Hooks + Cursor + Claude Skills) |
90+ | quality | 0.0.4 | AI-powered code quality plugin (9 parallel Agents: Bug detection, code quality, security, performance) |
9191
9292
9393See the README.md in each plugin directory for detailed documentation.
@@ -257,7 +257,7 @@ Use AI-powered code review to automatically detect potential issues:
257257/sync:basic
258258
259259# Or configure each item separately
260- /sync:mcp # Configure context7 and sequential-thinking MCP
260+ /sync:mcp # Configure context7 MCP
261261/sync:hooks # Enable plugin auto-reload
262262/sync:cursor # Sync configuration to Cursor IDE
263263
@@ -273,7 +273,7 @@ Use AI-powered code review to automatically detect potential issues:
273273
274274** Feature Details:**
275275
276- - ** MCP Servers** : Automatically fetch latest documentation for GitHub libraries (context7) and structured problem-solving (sequential-thinking)
276+ - ** MCP Servers** : Automatically fetch latest documentation for GitHub libraries (context7)
277277- ** Auto-Reload** : Restart session after plugin modifications to take effect, no manual reinstallation needed
278278- ** Cursor Sync** : Use Git commands and Spec Skills rules (doc-auto-sync, module-discovery, etc.) in Cursor IDE
279279
0 commit comments