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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskmonkey-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "TaskMonkey CLI — Remote dev tools for tenant config editing and tool testing",
5
5
  "bin": {
6
6
  "tm": "./bin/tm.js",
@@ -98,7 +98,28 @@ function installSkills(targetDir) {
98
98
  function generateClaudeMd(tenant) {
99
99
  return `# TaskMonkey Tenant: ${tenant}
100
100
 
101
- Willkommen! Du arbeitest an der Konfiguration des **${tenant}**-Tenants auf der TaskMonkey-Plattform.
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