lunaarc-mcp 1.2.3 → 1.2.5
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/dist/server.js +1 -1
- package/dist/tools/kanban.js +6 -6
- package/package.json +1 -1
package/dist/server.js
CHANGED
package/dist/tools/kanban.js
CHANGED
|
@@ -447,20 +447,20 @@ ${totalCards > 1 ? `_(${totalCards - 1} weitere Karte${totalCards > 2 ? 'n' : ''
|
|
|
447
447
|
}
|
|
448
448
|
// IMPORTANT: Show role FIRST if present - before any card details
|
|
449
449
|
if (cardToShow.agent_content) {
|
|
450
|
-
output += `## 🛑 STOP -
|
|
450
|
+
output += `## 🛑 STOP - ADOPT ROLE FIRST
|
|
451
451
|
|
|
452
|
-
**
|
|
452
|
+
**You MUST confirm this role BEFORE reading or working on the task!**
|
|
453
453
|
|
|
454
|
-
###
|
|
454
|
+
### Role: ${cardToShow.agent_name || 'AI Agent'}
|
|
455
455
|
|
|
456
456
|
${cardToShow.agent_content}
|
|
457
457
|
|
|
458
458
|
---
|
|
459
459
|
|
|
460
|
-
**✋
|
|
461
|
-
|
|
460
|
+
**✋ MANDATORY CONFIRMATION:**
|
|
461
|
+
Write FIRST: "I adopt the role ${cardToShow.agent_name || 'AI Agent'}" before starting the task.
|
|
462
462
|
|
|
463
|
-
**
|
|
463
|
+
**Do NOT proceed without this confirmation!**
|
|
464
464
|
|
|
465
465
|
---
|
|
466
466
|
|