stigmergy 1.0.67 → 1.0.69

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 (125) hide show
  1. package/README.de.md +300 -300
  2. package/README.en.md +6 -0
  3. package/README.es.md +300 -300
  4. package/README.fr.md +300 -300
  5. package/README.ja.md +300 -300
  6. package/README.ko.md +300 -300
  7. package/README.md +469 -301
  8. package/README.ru.md +300 -300
  9. package/README.zh.md +300 -300
  10. package/package.json +97 -82
  11. package/scripts/publish.js +268 -0
  12. package/scripts/simple-publish.js +59 -0
  13. package/src/index.js +12 -0
  14. package/test/enhanced-main-alignment.test.js +298 -0
  15. package/test/hook-system-integration-test.js +307 -0
  16. package/test/natural-language-skills-test.js +320 -0
  17. package/test/nl-integration-test.js +179 -0
  18. package/test/parameter-parsing-test.js +143 -0
  19. package/test/real-test.js +435 -0
  20. package/test/system-compatibility-test.js +447 -0
  21. package/test/tdd-fixes-test.js +211 -0
  22. package/test/third-party-skills-test.js +321 -0
  23. package/test/tool-selection-integration-test.js +157 -0
  24. package/test/unit/cli-scanner.test.js +291 -0
  25. package/test/unit/cross-cli-executor.test.js +399 -0
  26. package/src/adapters/claude/__init__.py +0 -13
  27. package/src/adapters/claude/claude_skills_integration.py +0 -609
  28. package/src/adapters/claude/hook_adapter.py +0 -663
  29. package/src/adapters/claude/install_claude_integration.js +0 -289
  30. package/src/adapters/claude/install_claude_integration.py +0 -265
  31. package/src/adapters/claude/skills_hook_adapter.py +0 -841
  32. package/src/adapters/claude/standalone_claude_adapter.py +0 -384
  33. package/src/adapters/cline/__init__.py +0 -20
  34. package/src/adapters/cline/config.py +0 -108
  35. package/src/adapters/cline/install_cline_integration.py +0 -617
  36. package/src/adapters/cline/mcp_server.py +0 -713
  37. package/src/adapters/cline/standalone_cline_adapter.py +0 -459
  38. package/src/adapters/codebuddy/__init__.py +0 -13
  39. package/src/adapters/codebuddy/buddy_adapter.py +0 -1125
  40. package/src/adapters/codebuddy/install_codebuddy_integration.js +0 -275
  41. package/src/adapters/codebuddy/install_codebuddy_integration.py +0 -279
  42. package/src/adapters/codebuddy/skills_hook_adapter.py +0 -672
  43. package/src/adapters/codebuddy/skills_integration.py +0 -395
  44. package/src/adapters/codebuddy/standalone_codebuddy_adapter.py +0 -403
  45. package/src/adapters/codex/__init__.py +0 -11
  46. package/src/adapters/codex/base.py +0 -46
  47. package/src/adapters/codex/install_codex_integration.js +0 -307
  48. package/src/adapters/codex/install_codex_integration.py +0 -311
  49. package/src/adapters/codex/mcp_server.py +0 -493
  50. package/src/adapters/codex/natural_language_parser.py +0 -82
  51. package/src/adapters/codex/slash_command_adapter.py +0 -326
  52. package/src/adapters/codex/standalone_codex_adapter.py +0 -362
  53. package/src/adapters/copilot/__init__.py +0 -13
  54. package/src/adapters/copilot/install_copilot_integration.js +0 -391
  55. package/src/adapters/copilot/install_copilot_integration.py +0 -564
  56. package/src/adapters/copilot/mcp_adapter.py +0 -772
  57. package/src/adapters/copilot/mcp_server.py +0 -168
  58. package/src/adapters/copilot/standalone_copilot_adapter.py +0 -114
  59. package/src/adapters/gemini/__init__.py +0 -13
  60. package/src/adapters/gemini/extension_adapter.py +0 -690
  61. package/src/adapters/gemini/install_gemini_integration.js +0 -281
  62. package/src/adapters/gemini/install_gemini_integration.py +0 -257
  63. package/src/adapters/gemini/standalone_gemini_adapter.py +0 -366
  64. package/src/adapters/iflow/__init__.py +0 -7
  65. package/src/adapters/iflow/hook_adapter.py +0 -1038
  66. package/src/adapters/iflow/hook_installer.py +0 -536
  67. package/src/adapters/iflow/install_iflow_integration.js +0 -318
  68. package/src/adapters/iflow/install_iflow_integration.py +0 -271
  69. package/src/adapters/iflow/official_hook_adapter.py +0 -1272
  70. package/src/adapters/iflow/standalone_iflow_adapter.py +0 -48
  71. package/src/adapters/iflow/workflow_adapter.py +0 -793
  72. package/src/adapters/qoder/hook_installer.py +0 -732
  73. package/src/adapters/qoder/install_qoder_integration.js +0 -256
  74. package/src/adapters/qoder/install_qoder_integration.py +0 -218
  75. package/src/adapters/qoder/notification_hook_adapter.py +0 -863
  76. package/src/adapters/qoder/standalone_qoder_adapter.py +0 -48
  77. package/src/adapters/qwen/__init__.py +0 -17
  78. package/src/adapters/qwencode/__init__.py +0 -13
  79. package/src/adapters/qwencode/inheritance_adapter.py +0 -818
  80. package/src/adapters/qwencode/install_qwencode_integration.js +0 -317
  81. package/src/adapters/qwencode/install_qwencode_integration.py +0 -276
  82. package/src/adapters/qwencode/standalone_qwencode_adapter.py +0 -399
  83. package/src/atomic_collaboration_handler.py +0 -461
  84. package/src/cli_collaboration_agent.py +0 -697
  85. package/src/collaboration/hooks.py +0 -315
  86. package/src/core/__init__.py +0 -21
  87. package/src/core/ai_environment_scanner.py +0 -331
  88. package/src/core/base_adapter.py +0 -220
  89. package/src/core/cli_adapter_manager.js +0 -486
  90. package/src/core/cli_hook_integration.py +0 -406
  91. package/src/core/cli_interaction_detector.js +0 -290
  92. package/src/core/cross_cli_executor.py +0 -713
  93. package/src/core/cross_cli_mapping.py +0 -1163
  94. package/src/core/cross_platform_encoding.py +0 -365
  95. package/src/core/cross_platform_safe_cli.py +0 -894
  96. package/src/core/direct_cli_executor.py +0 -805
  97. package/src/core/direct_cli_hook_system.py +0 -958
  98. package/src/core/enhanced_init_processor.py +0 -427
  99. package/src/core/environment_stigmergy_system.js +0 -454
  100. package/src/core/graceful_cli_executor.py +0 -912
  101. package/src/core/lightweight_cli_enhancer.js +0 -282
  102. package/src/core/md_enhancer.py +0 -342
  103. package/src/core/md_generator.py +0 -619
  104. package/src/core/models.py +0 -218
  105. package/src/core/parser.py +0 -108
  106. package/src/core/real_cli_hook_system.py +0 -852
  107. package/src/core/real_cross_cli_system.py +0 -925
  108. package/src/core/smart_adapter_demo.js +0 -380
  109. package/src/core/smart_adapter_integration.js +0 -408
  110. package/src/core/verified_cross_cli_system.py +0 -952
  111. package/src/deploy.js +0 -757
  112. package/src/enhanced-main-fixed.js +0 -282
  113. package/src/enhanced-main.js +0 -340
  114. package/src/enhanced_deploy.js +0 -303
  115. package/src/enhanced_universal_cli_setup.py +0 -930
  116. package/src/kimi_wrapper.py +0 -104
  117. package/src/main.js +0 -1435
  118. package/src/postinstall.js +0 -422
  119. package/src/shell_integration.py +0 -398
  120. package/src/simple-main.js +0 -315
  121. package/src/smart_router_creator.py +0 -323
  122. package/src/universal_cli_setup.py +0 -1289
  123. package/src/utils/__init__.py +0 -12
  124. package/src/utils/cli_detector.py +0 -445
  125. package/src/utils/file_utils.py +0 -246
package/README.de.md CHANGED
@@ -1,301 +1,301 @@
1
- # 🔧 Stigmergy CLI - Multi-Agents KI CLI Tool Zusammenarbeitssystem
2
-
3
- > **⚠️ Wichtige Klärung: Dies ist kein eigenständiges CLI-Tool, sondern ein Verbesserungssystem!**
4
- >
5
- > Stigmergy CLI ermöglicht es vorhandenen KI CLI-Tools durch ein Plugin-System zusammenzuarbeiten, anstatt sie zu ersetzen.
6
-
7
- [![Node.js](https://img.shields.io/badge/node-16+-green.svg)](https://nodejs.org)
8
- [![NPM](https://img.shields.io/badge/npm-stigmergy-cli-blue.svg)](https://www.npmjs.com/package/stigmergy-cli)
9
- [![Lizenz](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
10
- [![Plattform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
11
-
12
- ## 🚀 Schnellstart
13
-
14
- ### Ein-Klick-Bereitstellung (Empfohlen)
15
-
16
- ```bash
17
- # Ein-Klick-Bereitstellung des vollständigen Zusammenarbeitssystems (Erkennung + Installation + Konfiguration)
18
- npx -y git+https://github.com/ptreezh/stigmergy-CLI-Multi-Agents.git#main quick-deploy
19
- ```
20
-
21
- Oder, wenn Sie stigmergy-cli bereits global installiert haben:
22
-
23
- ```bash
24
- # Über die installierte CLI ausführen
25
- npx stigmergy-cli quick-deploy
26
- ```
27
-
28
- ### Manuelles Setup
29
-
30
- ```bash
31
- # Globale Installation über NPM
32
- npm install -g stigmergy-cli
33
-
34
- # Projekt initialisieren
35
- stigmergy-cli init
36
-
37
- # Intelligente Bereitstellung (Umgebung scannen + nachfragen + Auto-Installation)
38
- stigmergy-cli deploy
39
-
40
- # Oder npx verwenden (keine Installation erforderlich)
41
- npx stigmergy-cli init
42
- npx stigmergy-cli deploy
43
- ```
44
-
45
- ## ✨ Hauptfunktionen
46
-
47
- ### 🎯 Direkte CLI-übergreifende Zusammenarbeit
48
- - **Natürliche Sprachaufrufe**: Andere KI-Tools direkt in jeder unterstützten CLI aufrufen
49
- - **Nahtlose Integration**: Ändert nicht die bestehende Nutzung von CLI-Tools
50
- - **Intelligente Weiterleitung**: Erkennt automatisch Zusammenarbeitsabsichten und leitet an das geeignete Tool weiter
51
-
52
- ### 📋 Unterstützte CLI-Tools
53
-
54
- #### Kern-Tools (Erforderlich)
55
- - **Claude CLI** - Anthropic Claude CLI-Tool
56
- - **Gemini CLI** - Google Gemini CLI-Tool
57
-
58
- #### Erweiterte Tools (Optional)
59
- - **QwenCode CLI** - Alibaba Cloud QwenCode CLI-Tool
60
- - **iFlow CLI** - iFlow Workflow CLI-Tool
61
- - **Qoder CLI** - Qoder Codegenerierungs-CLI-Tool
62
- - **CodeBuddy CLI** - CodeBuddy Programmierassistent CLI-Tool
63
- - **GitHub Copilot CLI** - GitHub Copilot CLI-Tool
64
- - **Codex CLI** - OpenAI Codex Codeanalyse CLI-Tool
65
-
66
- ### 🧩 Intelligente Bereitstellungsplattform
67
-
68
- ```bash
69
- # Intelligente Bereitstellung (empfohlen)
70
- stigmergy-cli deploy
71
-
72
- # Beispielausgabe:
73
- 🔍 Scanne System-CLI-Tool-Status...
74
-
75
- 🔴 ❌ Claude CLI | CLI: Nicht installiert | Integration: Nicht installiert
76
- 🟢 ✅ Gemini CLI | CLI: Verfügbar | Integration: Installiert
77
- 🔴 ❌ QwenCode CLI | CLI: Nicht installiert | Integration: Nicht installiert
78
-
79
- 📋 Folgende nicht installierte Tools erkannt:
80
-
81
- 🔴 Nicht installierte CLI-Tools:
82
- - Claude CLI (erforderlich) - Anthropic Claude CLI-Tool
83
- - QwenCode CLI (optional) - Alibaba Cloud QwenCode CLI-Tool
84
-
85
- Möchten Sie versuchen, 2 CLI-Tools automatisch zu installieren? (Y/n): Y
86
- ```
87
-
88
- ## 🎯 CLI-übergreifende Zusammenarbeitsbeispiele
89
-
90
- Nach der Installation können Sie in jeder unterstützten CLI andere Tools direkt aufrufen:
91
-
92
- ### In Claude CLI
93
- ```bash
94
- # Andere KI-Tools aufrufen
95
- Bitte verwende gemini, um mir bei der Übersetzung dieses Codes zu helfen
96
- Rufe qwen auf, um diese Anforderung zu analysieren
97
- Verwende iflow, um einen Workflow zu erstellen
98
- Lass qoder Python-Code generieren
99
- Starte den codebuddy-Assistenten
100
- ```
101
-
102
- ### In Gemini CLI
103
- ```bash
104
- # Werkzeugübergreifende Zusammenarbeit
105
- Verwende claude, um die Codequalität zu prüfen
106
- Lass qwen mir bei der Dokumentation helfen
107
- Nutze copilot, um Code-Schnipsel zu generieren
108
- ```
109
-
110
- ## 🛠️ Vollständige Befehlsliste
111
-
112
- ```bash
113
- # Grundbefehle
114
- stigmergy-cli init # Projekt initialisieren
115
- stigmergy-cli status # Status anzeigen
116
- stigmergy-cli scan # Umgebung scannen
117
-
118
- # Bereitstellungsbefehle
119
- stigmergy-cli deploy # Intelligente Bereitstellung (Standard)
120
- stigmergy-cli deploy-all # Vollständige Bereitstellung
121
-
122
- # Projektmanagement
123
- stigmergy-cli check-project # Projekt prüfen
124
- stigmergy-cli validate # Konfiguration validieren
125
- stigmergy-cli clean # Umgebung bereinigen
126
-
127
- # Entwicklungsbefehle
128
- npm run build # Projekt bauen
129
- npm run publish-to-npm # Auf NPM veröffentlichen
130
- npm run test # Tests ausführen
131
- ```
132
-
133
- ## 📁 Projektstruktur
134
-
135
- ```
136
- stigmergy-CLI-Multi-Agents/
137
- ├── package.json # NPM-Paketkonfiguration
138
- ├── src/
139
- │ ├── main.js # Haupt-Einstiegsdatei
140
- │ ├── deploy.js # Intelligenter Bereitstellungsskript
141
- │ ├── adapters/ # CLI-Adapter
142
- │ │ ├── claude/
143
- │ │ ├── gemini/
144
- │ │ ├── qwencode/
145
- │ │ └── ...
146
- │ └── core/ # Kernmodule
147
- ├── adapters/ # CLI-Installationsskripte
148
- │ ├── claude/install_claude_integration.py
149
- │ ├── gemini/install_gemini_integration.py
150
- │ └── ...
151
- └── templates/ # Konfigurationsvorlagen
152
- ```
153
-
154
- ## 🔧 Automatische CLI-Tool-Installation
155
-
156
- Das intelligente Bereitstellungsskript unterstützt die automatische Installation aller CLI-Tools:
157
-
158
- ### Kerntools
159
- ```bash
160
- npm install -g @anthropic-ai/claude-code
161
- npm install -g @google/gemini-cli
162
- ```
163
-
164
- ### Erweiterte Tools
165
- ```bash
166
- npm install -g @qwen-code/qwen-code@latest
167
- npm install -g @iflow-ai/iflow-cli@latest
168
- npm install -g @qoder-ai/qodercli
169
- npm install -g @tencent-ai/codebuddy-code
170
- npm install -g @github/copilot
171
- npm i -g @openai/codex --registry=https://registry.npmmirror.com
172
- ```
173
-
174
- ## 🎯 Anwendungsfälle
175
-
176
- ### Szenario 1: Persönliche Entwicklerumgebung
177
- ```bash
178
- # Schnelles Setup für neue Entwicklungsumgebung
179
- git clone my-project
180
- cd my-project
181
- stigmergy-cli deploy
182
-
183
- # Jetzt können Sie in jeder CLI werkzeugübergreifend zusammenarbeiten
184
- claude-cli "Bitte verwende gemini, um mir bei der Leistungsoptimierung dieses Codes zu helfen"
185
- ```
186
-
187
- ### Szenario 2: Teamzusammenarbeit
188
- ```bash
189
- # Teamweite Projektkonfiguration
190
- git clone team-project
191
- cd team-project
192
- stigmergy-cli init
193
-
194
- # Alle Teammitglieder verwenden denselben Zusammenarbeitskontext
195
- gemini-cli "Verwende claude, um die Designmuster dieses Moduls zu prüfen"
196
- ```
197
-
198
- ### Szenario 3: Mehrsprachige Entwicklung
199
- ```bash
200
- # Ergänzung verschiedener KI-Tool-Spezialisierungen
201
- qwen-cli "Verwende copilot, um Frontend-Komponenten zu generieren"
202
- iflow-cli "Lass gemini API-Dokumentation erstellen"
203
- ```
204
-
205
- ## 🔧 Entwicklungsumgebung einrichten
206
-
207
- ```bash
208
- # Projekt klonen
209
- git clone https://github.com/ptreezh/stigmergy-CLI-Multi-Agents.git
210
- cd stigmergy-CLI-Multi-Agents
211
-
212
- # Abhängigkeiten installieren
213
- npm install
214
-
215
- # Im Entwicklungsmodus ausführen
216
- npm run start
217
- npm run status
218
- npm run scan
219
-
220
- # Bauen und veröffentlichen
221
- npm run build
222
- npm run publish-to-npm
223
- ```
224
-
225
- ## 🚀 Neue Versionen veröffentlichen
226
-
227
- ```bash
228
- # Versionsnummer aktualisieren
229
- npm version patch # Patch-Version
230
- npm version minor # Unterversion
231
- npm version major # Hauptversion
232
-
233
- # Auf NPM veröffentlichen
234
- npm run publish-to-npm
235
-
236
- # Veröffentlichung verifizieren
237
- npx stigmergy-cli --version
238
- ```
239
-
240
- ## 🛠️ Fehlerbehebung
241
-
242
- ### Häufige Probleme
243
-
244
- 1. **Node.js-Version inkompatibel**
245
- ```bash
246
- # Sicherstellen, dass Node.js 16+ verwendet wird
247
- node --version
248
- ```
249
-
250
- 2. **Berechtigungsfehler**
251
- ```bash
252
- # Administratorrechte verwenden
253
- sudo npm install -g stigmergy-cli
254
- ```
255
-
256
- 3. **Netzwerkverbindungsprobleme**
257
- ```bash
258
- # NPM-Spiegel einstellen
259
- npm config set registry https://registry.npmmirror.com
260
- ```
261
-
262
- 4. **CLI-Tool-Installationsfehler**
263
- ```bash
264
- # Bestimmtes Tool manuell installieren
265
- npm install -g @anthropic-ai/claude-code
266
- ```
267
-
268
- ### Debug-Modus
269
-
270
- ```bash
271
- # Detaillierte Debug-Ausgabe
272
- DEBUG=stigmergy:* stigmergy-cli deploy
273
-
274
- # Nur Status-Scan
275
- stigmergy-cli scan
276
- ```
277
-
278
- ## 📚 Weitere Informationen
279
-
280
- - **GitHub**: https://github.com/ptreezh/stigmergy-CLI-Multi-Agents
281
- - **NPM**: https://www.npmjs.com/package/stigmergy-cli
282
- - **Dokumentation**: https://github.com/ptreezh/stigmergy-CLI-Multi-Agents#readme
283
- - **Problemfeedback**: https://github.com/ptreezh/stigmergy-CLI-Multi-Agents/issues
284
-
285
- ## 🤝 Mitwirkung
286
-
287
- Pull Requests und Issues sind willkommen!
288
-
289
- 1. Projekt forken
290
- 2. Feature-Branch erstellen (`git checkout -b feature/AmazingFeature`)
291
- 3. Änderungen committen (`git commit -m 'Add some AmazingFeature'`)
292
- 4. Auf Branch pushen (`git push origin feature/AmazingFeature`)
293
- 5. Pull Request öffnen
294
-
295
- ## 📄 Lizenz
296
-
297
- Dieses Projekt ist unter der MIT-Lizenz lizenziert - siehe [LICENSE](LICENSE)-Datei für Details.
298
-
299
- ---
300
-
1
+ # 🔧 Stigmergy CLI - Multi-Agents KI CLI Tool Zusammenarbeitssystem
2
+
3
+ > **⚠️ Wichtige Klärung: Dies ist kein eigenständiges CLI-Tool, sondern ein Verbesserungssystem!**
4
+ >
5
+ > Stigmergy CLI ermöglicht es vorhandenen KI CLI-Tools durch ein Plugin-System zusammenzuarbeiten, anstatt sie zu ersetzen.
6
+
7
+ [![Node.js](https://img.shields.io/badge/node-16+-green.svg)](https://nodejs.org)
8
+ [![NPM](https://img.shields.io/badge/npm-stigmergy-cli-blue.svg)](https://www.npmjs.com/package/stigmergy-cli)
9
+ [![Lizenz](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
10
+ [![Plattform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
11
+
12
+ ## 🚀 Schnellstart
13
+
14
+ ### Ein-Klick-Bereitstellung (Empfohlen)
15
+
16
+ ```bash
17
+ # Ein-Klick-Bereitstellung des vollständigen Zusammenarbeitssystems (Erkennung + Installation + Konfiguration)
18
+ npx -y git+https://github.com/ptreezh/stigmergy-CLI-Multi-Agents.git#main quick-deploy
19
+ ```
20
+
21
+ Oder, wenn Sie stigmergy-cli bereits global installiert haben:
22
+
23
+ ```bash
24
+ # Über die installierte CLI ausführen
25
+ npx stigmergy-cli quick-deploy
26
+ ```
27
+
28
+ ### Manuelles Setup
29
+
30
+ ```bash
31
+ # Globale Installation über NPM
32
+ npm install -g stigmergy-cli
33
+
34
+ # Projekt initialisieren
35
+ stigmergy-cli init
36
+
37
+ # Intelligente Bereitstellung (Umgebung scannen + nachfragen + Auto-Installation)
38
+ stigmergy-cli deploy
39
+
40
+ # Oder npx verwenden (keine Installation erforderlich)
41
+ npx stigmergy-cli init
42
+ npx stigmergy-cli deploy
43
+ ```
44
+
45
+ ## ✨ Hauptfunktionen
46
+
47
+ ### 🎯 Direkte CLI-übergreifende Zusammenarbeit
48
+ - **Natürliche Sprachaufrufe**: Andere KI-Tools direkt in jeder unterstützten CLI aufrufen
49
+ - **Nahtlose Integration**: Ändert nicht die bestehende Nutzung von CLI-Tools
50
+ - **Intelligente Weiterleitung**: Erkennt automatisch Zusammenarbeitsabsichten und leitet an das geeignete Tool weiter
51
+
52
+ ### 📋 Unterstützte CLI-Tools
53
+
54
+ #### Kern-Tools (Erforderlich)
55
+ - **Claude CLI** - Anthropic Claude CLI-Tool
56
+ - **Gemini CLI** - Google Gemini CLI-Tool
57
+
58
+ #### Erweiterte Tools (Optional)
59
+ - **QwenCode CLI** - Alibaba Cloud QwenCode CLI-Tool
60
+ - **iFlow CLI** - iFlow Workflow CLI-Tool
61
+ - **Qoder CLI** - Qoder Codegenerierungs-CLI-Tool
62
+ - **CodeBuddy CLI** - CodeBuddy Programmierassistent CLI-Tool
63
+ - **GitHub Copilot CLI** - GitHub Copilot CLI-Tool
64
+ - **Codex CLI** - OpenAI Codex Codeanalyse CLI-Tool
65
+
66
+ ### 🧩 Intelligente Bereitstellungsplattform
67
+
68
+ ```bash
69
+ # Intelligente Bereitstellung (empfohlen)
70
+ stigmergy-cli deploy
71
+
72
+ # Beispielausgabe:
73
+ 🔍 Scanne System-CLI-Tool-Status...
74
+
75
+ 🔴 ❌ Claude CLI | CLI: Nicht installiert | Integration: Nicht installiert
76
+ 🟢 ✅ Gemini CLI | CLI: Verfügbar | Integration: Installiert
77
+ 🔴 ❌ QwenCode CLI | CLI: Nicht installiert | Integration: Nicht installiert
78
+
79
+ 📋 Folgende nicht installierte Tools erkannt:
80
+
81
+ 🔴 Nicht installierte CLI-Tools:
82
+ - Claude CLI (erforderlich) - Anthropic Claude CLI-Tool
83
+ - QwenCode CLI (optional) - Alibaba Cloud QwenCode CLI-Tool
84
+
85
+ Möchten Sie versuchen, 2 CLI-Tools automatisch zu installieren? (Y/n): Y
86
+ ```
87
+
88
+ ## 🎯 CLI-übergreifende Zusammenarbeitsbeispiele
89
+
90
+ Nach der Installation können Sie in jeder unterstützten CLI andere Tools direkt aufrufen:
91
+
92
+ ### In Claude CLI
93
+ ```bash
94
+ # Andere KI-Tools aufrufen
95
+ Bitte verwende gemini, um mir bei der Übersetzung dieses Codes zu helfen
96
+ Rufe qwen auf, um diese Anforderung zu analysieren
97
+ Verwende iflow, um einen Workflow zu erstellen
98
+ Lass qoder Python-Code generieren
99
+ Starte den codebuddy-Assistenten
100
+ ```
101
+
102
+ ### In Gemini CLI
103
+ ```bash
104
+ # Werkzeugübergreifende Zusammenarbeit
105
+ Verwende claude, um die Codequalität zu prüfen
106
+ Lass qwen mir bei der Dokumentation helfen
107
+ Nutze copilot, um Code-Schnipsel zu generieren
108
+ ```
109
+
110
+ ## 🛠️ Vollständige Befehlsliste
111
+
112
+ ```bash
113
+ # Grundbefehle
114
+ stigmergy-cli init # Projekt initialisieren
115
+ stigmergy-cli status # Status anzeigen
116
+ stigmergy-cli scan # Umgebung scannen
117
+
118
+ # Bereitstellungsbefehle
119
+ stigmergy-cli deploy # Intelligente Bereitstellung (Standard)
120
+ stigmergy-cli deploy-all # Vollständige Bereitstellung
121
+
122
+ # Projektmanagement
123
+ stigmergy-cli check-project # Projekt prüfen
124
+ stigmergy-cli validate # Konfiguration validieren
125
+ stigmergy-cli clean # Umgebung bereinigen
126
+
127
+ # Entwicklungsbefehle
128
+ npm run build # Projekt bauen
129
+ npm run publish-to-npm # Auf NPM veröffentlichen
130
+ npm run test # Tests ausführen
131
+ ```
132
+
133
+ ## 📁 Projektstruktur
134
+
135
+ ```
136
+ stigmergy-CLI-Multi-Agents/
137
+ ├── package.json # NPM-Paketkonfiguration
138
+ ├── src/
139
+ │ ├── main.js # Haupt-Einstiegsdatei
140
+ │ ├── deploy.js # Intelligenter Bereitstellungsskript
141
+ │ ├── adapters/ # CLI-Adapter
142
+ │ │ ├── claude/
143
+ │ │ ├── gemini/
144
+ │ │ ├── qwencode/
145
+ │ │ └── ...
146
+ │ └── core/ # Kernmodule
147
+ ├── adapters/ # CLI-Installationsskripte
148
+ │ ├── claude/install_claude_integration.py
149
+ │ ├── gemini/install_gemini_integration.py
150
+ │ └── ...
151
+ └── templates/ # Konfigurationsvorlagen
152
+ ```
153
+
154
+ ## 🔧 Automatische CLI-Tool-Installation
155
+
156
+ Das intelligente Bereitstellungsskript unterstützt die automatische Installation aller CLI-Tools:
157
+
158
+ ### Kerntools
159
+ ```bash
160
+ npm install -g @anthropic-ai/claude-code
161
+ npm install -g @google/gemini-cli
162
+ ```
163
+
164
+ ### Erweiterte Tools
165
+ ```bash
166
+ npm install -g @qwen-code/qwen-code@latest
167
+ npm install -g @iflow-ai/iflow-cli@latest
168
+ npm install -g @qoder-ai/qodercli
169
+ npm install -g @tencent-ai/codebuddy-code
170
+ npm install -g @github/copilot
171
+ npm i -g @openai/codex --registry=https://registry.npmmirror.com
172
+ ```
173
+
174
+ ## 🎯 Anwendungsfälle
175
+
176
+ ### Szenario 1: Persönliche Entwicklerumgebung
177
+ ```bash
178
+ # Schnelles Setup für neue Entwicklungsumgebung
179
+ git clone my-project
180
+ cd my-project
181
+ stigmergy-cli deploy
182
+
183
+ # Jetzt können Sie in jeder CLI werkzeugübergreifend zusammenarbeiten
184
+ claude-cli "Bitte verwende gemini, um mir bei der Leistungsoptimierung dieses Codes zu helfen"
185
+ ```
186
+
187
+ ### Szenario 2: Teamzusammenarbeit
188
+ ```bash
189
+ # Teamweite Projektkonfiguration
190
+ git clone team-project
191
+ cd team-project
192
+ stigmergy-cli init
193
+
194
+ # Alle Teammitglieder verwenden denselben Zusammenarbeitskontext
195
+ gemini-cli "Verwende claude, um die Designmuster dieses Moduls zu prüfen"
196
+ ```
197
+
198
+ ### Szenario 3: Mehrsprachige Entwicklung
199
+ ```bash
200
+ # Ergänzung verschiedener KI-Tool-Spezialisierungen
201
+ qwen-cli "Verwende copilot, um Frontend-Komponenten zu generieren"
202
+ iflow-cli "Lass gemini API-Dokumentation erstellen"
203
+ ```
204
+
205
+ ## 🔧 Entwicklungsumgebung einrichten
206
+
207
+ ```bash
208
+ # Projekt klonen
209
+ git clone https://github.com/ptreezh/stigmergy-CLI-Multi-Agents.git
210
+ cd stigmergy-CLI-Multi-Agents
211
+
212
+ # Abhängigkeiten installieren
213
+ npm install
214
+
215
+ # Im Entwicklungsmodus ausführen
216
+ npm run start
217
+ npm run status
218
+ npm run scan
219
+
220
+ # Bauen und veröffentlichen
221
+ npm run build
222
+ npm run publish-to-npm
223
+ ```
224
+
225
+ ## 🚀 Neue Versionen veröffentlichen
226
+
227
+ ```bash
228
+ # Versionsnummer aktualisieren
229
+ npm version patch # Patch-Version
230
+ npm version minor # Unterversion
231
+ npm version major # Hauptversion
232
+
233
+ # Auf NPM veröffentlichen
234
+ npm run publish-to-npm
235
+
236
+ # Veröffentlichung verifizieren
237
+ npx stigmergy-cli --version
238
+ ```
239
+
240
+ ## 🛠️ Fehlerbehebung
241
+
242
+ ### Häufige Probleme
243
+
244
+ 1. **Node.js-Version inkompatibel**
245
+ ```bash
246
+ # Sicherstellen, dass Node.js 16+ verwendet wird
247
+ node --version
248
+ ```
249
+
250
+ 2. **Berechtigungsfehler**
251
+ ```bash
252
+ # Administratorrechte verwenden
253
+ sudo npm install -g stigmergy-cli
254
+ ```
255
+
256
+ 3. **Netzwerkverbindungsprobleme**
257
+ ```bash
258
+ # NPM-Spiegel einstellen
259
+ npm config set registry https://registry.npmmirror.com
260
+ ```
261
+
262
+ 4. **CLI-Tool-Installationsfehler**
263
+ ```bash
264
+ # Bestimmtes Tool manuell installieren
265
+ npm install -g @anthropic-ai/claude-code
266
+ ```
267
+
268
+ ### Debug-Modus
269
+
270
+ ```bash
271
+ # Detaillierte Debug-Ausgabe
272
+ DEBUG=stigmergy:* stigmergy-cli deploy
273
+
274
+ # Nur Status-Scan
275
+ stigmergy-cli scan
276
+ ```
277
+
278
+ ## 📚 Weitere Informationen
279
+
280
+ - **GitHub**: https://github.com/ptreezh/stigmergy-CLI-Multi-Agents
281
+ - **NPM**: https://www.npmjs.com/package/stigmergy-cli
282
+ - **Dokumentation**: https://github.com/ptreezh/stigmergy-CLI-Multi-Agents#readme
283
+ - **Problemfeedback**: https://github.com/ptreezh/stigmergy-CLI-Multi-Agents/issues
284
+
285
+ ## 🤝 Mitwirkung
286
+
287
+ Pull Requests und Issues sind willkommen!
288
+
289
+ 1. Projekt forken
290
+ 2. Feature-Branch erstellen (`git checkout -b feature/AmazingFeature`)
291
+ 3. Änderungen committen (`git commit -m 'Add some AmazingFeature'`)
292
+ 4. Auf Branch pushen (`git push origin feature/AmazingFeature`)
293
+ 5. Pull Request öffnen
294
+
295
+ ## 📄 Lizenz
296
+
297
+ Dieses Projekt ist unter der MIT-Lizenz lizenziert - siehe [LICENSE](LICENSE)-Datei für Details.
298
+
299
+ ---
300
+
301
301
  **🎯 Stigmergy CLI - Wahre CLI-übergreifende Zusammenarbeit, die jedem KI-Tool ermöglicht, seinen Wert zu maximieren!
package/README.en.md CHANGED
@@ -49,6 +49,12 @@ npx stigmergy-cli deploy
49
49
  - **Seamless Integration**: Does not change the existing usage of CLI tools
50
50
  - **Smart Routing**: Automatically identifies collaboration intent and delegates to the appropriate tool
51
51
 
52
+ ### 🔧 Enhanced CLI Help Information Parsing
53
+ - **Real-time Extraction**: Dynamically parses actual CLI `--help` output to get latest command specifications
54
+ - **Smart Options Detection**: Automatically identifies global options, subcommands, and parameters
55
+ - **Graceful Fallback**: Falls back to preset templates when real-time parsing fails
56
+ - **Persistent Updates**: Stores parsed results for future use, continuously improving accuracy
57
+
52
58
  ### 📋 Supported CLI Tools
53
59
 
54
60
  #### Core Tools (Required)