taskmonkey-cli 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/commands/pull.js +22 -1
package/package.json
CHANGED
package/src/commands/pull.js
CHANGED
|
@@ -98,7 +98,28 @@ function installSkills(targetDir) {
|
|
|
98
98
|
function generateClaudeMd(tenant) {
|
|
99
99
|
return `# TaskMonkey Tenant: ${tenant}
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
## Begrüßung
|
|
102
|
+
|
|
103
|
+
Wenn der User die Konversation mit einer kurzen Nachricht beginnt (z.B. "hi", "hallo", "hey", "start", oder eine Frage zum Projekt), gib eine kurze Begrüßung aus:
|
|
104
|
+
|
|
105
|
+
> Willkommen im **${tenant}** Tenant! Ich helfe dir bei der Konfiguration deiner KI-Chatbots.
|
|
106
|
+
>
|
|
107
|
+
> **Quick Start:**
|
|
108
|
+
> - \`tm watch\` in separatem Terminal starten (Auto-Sync)
|
|
109
|
+
> - Prompt bearbeiten → wird automatisch hochgeladen → im Chat testen
|
|
110
|
+
>
|
|
111
|
+
> **Nützliche Befehle:**
|
|
112
|
+
> - \`/test-chat\` — Einzelne Nachricht testen
|
|
113
|
+
> - \`/test-conversations\` — Alle Tests ausführen
|
|
114
|
+
> - \`/optimize-prompt\` — Prompt automatisch verbessern
|
|
115
|
+
>
|
|
116
|
+
> Was möchtest du anpassen?
|
|
117
|
+
|
|
118
|
+
Bei allen anderen Nachrichten arbeite normal weiter ohne Begrüßung.
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
Du arbeitest an der Konfiguration des **${tenant}**-Tenants auf der TaskMonkey-Plattform.
|
|
102
123
|
TaskMonkey ist eine KI-Chat-Plattform mit konfigurierbaren Tools, Prompts und Monkey Tasks.
|
|
103
124
|
|
|
104
125
|
## Erste Schritte
|