stigmergy 1.0.66 → 1.0.68

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 (80) hide show
  1. package/README.de.md +300 -300
  2. package/README.en.md +300 -300
  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.ru.md +300 -300
  8. package/README.zh.md +300 -300
  9. package/package.json +81 -82
  10. package/src/adapters/claude/__init__.py +12 -12
  11. package/src/adapters/claude/claude_skills_integration.py +608 -608
  12. package/src/adapters/claude/hook_adapter.py +662 -662
  13. package/src/adapters/claude/skills_hook_adapter.py +840 -840
  14. package/src/adapters/claude/standalone_claude_adapter.py +383 -383
  15. package/src/adapters/cline/__init__.py +19 -19
  16. package/src/adapters/cline/config.py +107 -107
  17. package/src/adapters/cline/mcp_server.py +712 -712
  18. package/src/adapters/codebuddy/__init__.py +12 -12
  19. package/src/adapters/codebuddy/buddy_adapter.py +1124 -1124
  20. package/src/adapters/codebuddy/install_codebuddy_integration.py +278 -278
  21. package/src/adapters/codebuddy/skills_hook_adapter.py +671 -671
  22. package/src/adapters/codebuddy/skills_integration.py +394 -394
  23. package/src/adapters/codebuddy/standalone_codebuddy_adapter.py +402 -402
  24. package/src/adapters/codex/__init__.py +10 -10
  25. package/src/adapters/codex/base.py +45 -45
  26. package/src/adapters/codex/install_codex_integration.py +310 -310
  27. package/src/adapters/codex/mcp_server.py +492 -492
  28. package/src/adapters/codex/standalone_codex_adapter.py +361 -361
  29. package/src/adapters/copilot/__init__.py +12 -12
  30. package/src/adapters/copilot/install_copilot_integration.py +563 -563
  31. package/src/adapters/copilot/mcp_adapter.py +771 -771
  32. package/src/adapters/copilot/mcp_server.py +167 -167
  33. package/src/adapters/copilot/standalone_copilot_adapter.py +113 -113
  34. package/src/adapters/gemini/__init__.py +12 -12
  35. package/src/adapters/gemini/extension_adapter.py +689 -689
  36. package/src/adapters/gemini/standalone_gemini_adapter.py +365 -365
  37. package/src/adapters/iflow/__init__.py +6 -6
  38. package/src/adapters/iflow/hook_adapter.py +1037 -1037
  39. package/src/adapters/iflow/hook_installer.py +535 -535
  40. package/src/adapters/iflow/install_iflow_integration.py +270 -270
  41. package/src/adapters/iflow/official_hook_adapter.py +1271 -1271
  42. package/src/adapters/iflow/standalone_iflow_adapter.py +47 -47
  43. package/src/adapters/iflow/workflow_adapter.py +792 -792
  44. package/src/adapters/qoder/hook_installer.py +731 -731
  45. package/src/adapters/qoder/install_qoder_integration.py +264 -217
  46. package/src/adapters/qoder/notification_hook_adapter.py +862 -862
  47. package/src/adapters/qoder/standalone_qoder_adapter.py +47 -47
  48. package/src/adapters/qwen/__init__.py +16 -16
  49. package/src/adapters/qwencode/__init__.py +12 -12
  50. package/src/adapters/qwencode/inheritance_adapter.py +817 -817
  51. package/src/adapters/qwencode/standalone_qwencode_adapter.py +398 -398
  52. package/src/core/base_adapter.py +219 -219
  53. package/src/core/cross_cli_executor.py +712 -712
  54. package/src/core/cross_cli_mapping.py +1164 -1162
  55. package/src/core/cross_platform_encoding.py +364 -364
  56. package/src/core/direct_cli_executor.py +804 -804
  57. package/src/core/direct_cli_hook_system.py +957 -957
  58. package/src/core/enhanced_init_processor.py +466 -426
  59. package/src/core/graceful_cli_executor.py +911 -911
  60. package/src/core/models.py +217 -217
  61. package/src/core/parser.py +107 -107
  62. package/src/core/real_cross_cli_system.py +924 -924
  63. package/src/core/verified_cross_cli_system.py +960 -951
  64. package/src/deploy.js +736 -756
  65. package/src/enhanced-main.js +625 -339
  66. package/src/main.js +1308 -1334
  67. package/src/utils/file_utils.py +245 -245
  68. package/src/adapters/claude/install_claude_integration.js +0 -289
  69. package/src/adapters/codebuddy/install_codebuddy_integration.js +0 -275
  70. package/src/adapters/codex/install_codex_integration.js +0 -307
  71. package/src/adapters/copilot/install_copilot_integration.js +0 -391
  72. package/src/adapters/gemini/install_gemini_integration.js +0 -281
  73. package/src/adapters/iflow/install_iflow_integration.js +0 -318
  74. package/src/adapters/qoder/install_qoder_integration.js +0 -256
  75. package/src/adapters/qwencode/install_qwencode_integration.js +0 -317
  76. package/src/core/cli_interaction_detector.js +0 -290
  77. package/src/core/environment_stigmergy_system.js +0 -454
  78. package/src/core/lightweight_cli_enhancer.js +0 -282
  79. package/src/enhanced-main-fixed.js +0 -282
  80. package/src/postinstall.js +0 -422
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!