Improve cursor logging

This commit is contained in:
Colin McDonnell
2025-12-02 20:18:18 -08:00
parent 3986fe8e40
commit b14bab5ed2
5 changed files with 66 additions and 55 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ Before starting any work, you must first determine which mode to use by examinin
Available modes:
${[...modes, ...payload.modes].map((w) => ` - "${w.name}": ${w.description}`).join("\n")}
${(payload.modes.length > 0 ? payload.modes : modes).map((w) => ` - "${w.name}": ${w.description}`).join("\n")}
**IMPORTANT**: The first thing you must do is:
1. Examine the user's request/prompt carefully