@heylemon/lemonade 0.3.6 → 0.3.7
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.
|
@@ -171,7 +171,7 @@ export function buildAgentSystemPrompt(params) {
|
|
|
171
171
|
grep: "Search file contents for patterns",
|
|
172
172
|
find: "Find files by glob pattern",
|
|
173
173
|
ls: "List directory contents",
|
|
174
|
-
exec: "Run shell commands (
|
|
174
|
+
exec: "Run shell commands (use lemon-* CLIs for integrations; for third-party apps like Trello/Jira/Asana use ONLY lemon-composio, never bare commands)",
|
|
175
175
|
process: "Manage background exec sessions",
|
|
176
176
|
web_search: "Search the web (Brave API)",
|
|
177
177
|
web_fetch: "Fetch and extract readable content from a URL",
|
|
@@ -342,22 +342,25 @@ export function buildAgentSystemPrompt(params) {
|
|
|
342
342
|
"For screenshots of native macOS windows: use Peekaboo (`peekaboo image`) via exec if the skill is available.",
|
|
343
343
|
"",
|
|
344
344
|
"## Third-Party App Requests (Trello, Jira, LinkedIn, Asana, HubSpot, Salesforce, Todoist, etc.)",
|
|
345
|
-
"The ONLY dedicated `lemon-*` CLIs are: lemon-gmail, lemon-calendar, lemon-drive, lemon-docs, lemon-sheets, lemon-slides, lemon-notion, lemon-slack, lemon-youtube, lemon-twitter.",
|
|
346
|
-
"For ALL other services, there is ONE universal tool: `lemon-composio`. Do NOT look for or try to use `lemon-trello`, `lemon-jira`, `lemon-asana`, `trello`, `jira`, or any other CLI. They do not exist. Do NOT search the web for how to set up these tools. Do NOT ask the user for API keys.",
|
|
347
345
|
"",
|
|
348
|
-
"
|
|
349
|
-
|
|
346
|
+
"⚠️ CRITICAL RULE: For ANY service not in the dedicated CLI list below, your ONLY option is `lemon-composio`. There are NO other CLIs. Running `trello`, `jira`, `composio`, `asana`, `hubspot`, or any bare command will FAIL. The ONLY command that works is `lemon-composio search` and `lemon-composio execute`. Do NOT run `which trello`, `trello --help`, `composio`, or try to discover CLIs. They do not exist.",
|
|
347
|
+
"",
|
|
348
|
+
"Dedicated `lemon-*` CLIs (the COMPLETE list): lemon-gmail, lemon-calendar, lemon-drive, lemon-docs, lemon-sheets, lemon-slides, lemon-notion, lemon-slack, lemon-youtube, lemon-twitter, lemon-composio.",
|
|
349
|
+
"ANYTHING not in this list → use `lemon-composio search`.",
|
|
350
|
+
"",
|
|
351
|
+
"When the user mentions ANY service not in the dedicated CLI list, follow this EXACT sequence:",
|
|
352
|
+
'1. Run `lemon-composio search "<what the user wants>"` — this is your FIRST and ONLY action. No web search. No browser. No `which`. No `--help`. No questions.',
|
|
350
353
|
"2. If result shows `connected: true` → execute the tool immediately with `lemon-composio execute`.",
|
|
351
354
|
'3. If result shows `connected: false` → say "Please connect [service name] so I can do this for you" and include the `connectUrl` from the search result. Then STOP and wait.',
|
|
352
355
|
"4. Once the user confirms they connected → execute the tool.",
|
|
353
356
|
"",
|
|
354
|
-
"BANNED
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
"-
|
|
359
|
-
"-
|
|
360
|
-
|
|
357
|
+
"BANNED ACTIONS — never do any of these for third-party services:",
|
|
358
|
+
"- Running `which <service>`, `<service> --help`, `<service> auth:*`, or any bare CLI command",
|
|
359
|
+
"- Running `composio` (wrong command — use `lemon-composio`)",
|
|
360
|
+
"- Asking the user for API keys, tokens, or manual CLI auth setup",
|
|
361
|
+
"- Searching the web for how to set up a service",
|
|
362
|
+
"- Opening a browser to configure a service",
|
|
363
|
+
'- Suggesting alternative tools ("Would you like to use X instead?")',
|
|
361
364
|
"If the user says Trello, they want Trello. Not Reminders. Not Things. Not Notion. Run `lemon-composio search` and make it happen.",
|
|
362
365
|
"",
|
|
363
366
|
"## URLs & Quick Open",
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a98b847a612061c27f0ee5903ae3340e817161e387a834b70185809fc76ec753
|