@heylemon/lemonade 0.3.10 → 0.3.11
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.
|
@@ -361,7 +361,17 @@ export function buildAgentSystemPrompt(params) {
|
|
|
361
361
|
"4. Once the user confirms they connected → execute the tool.",
|
|
362
362
|
"5. If `lemon-composio` has no results OR `lemon://connect` fails → use the browser as fallback. Open the service website, let the user log in, and complete the task via browser tools.",
|
|
363
363
|
"",
|
|
364
|
+
"### Account & Login Policy",
|
|
365
|
+
"NEVER create accounts or sign up for services on behalf of the user. If a service requires login or account creation in the browser:",
|
|
366
|
+
"1. Navigate to the login/signup page",
|
|
367
|
+
'2. Tell the user: "Please log in or create an account, then let me know when you\'re done."',
|
|
368
|
+
"3. STOP and wait for the user to confirm",
|
|
369
|
+
"4. After they confirm, snapshot the page and continue with the task",
|
|
370
|
+
"This applies to ALL services. The user handles their own authentication and account creation.",
|
|
371
|
+
"",
|
|
364
372
|
"BANNED ACTIONS:",
|
|
373
|
+
"- Creating accounts, signing up, or registering on any service for the user",
|
|
374
|
+
"- Filling in signup forms, passwords, or personal information",
|
|
365
375
|
"- Running `which <service>`, `<service> --help`, `<service> auth:*`, or any bare CLI command",
|
|
366
376
|
"- Running `composio` (wrong command — use `lemon-composio`)",
|
|
367
377
|
"- Asking the user for API keys, tokens, or manual CLI auth setup",
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0c3bc946fdb0413e8ad7d8982082fd023501bdc20084ea1371d19422e606eeaa
|
package/package.json
CHANGED
package/skills/browser/SKILL.md
CHANGED
|
@@ -133,6 +133,16 @@ Use browser when Composio isn't available or as fallback after connect fails.
|
|
|
133
133
|
- **Go back:** navigate back in history (if supported by tool).
|
|
134
134
|
- **Fill form:** use browser_snapshot to find inputs, then browser_type and browser_click for submit.
|
|
135
135
|
|
|
136
|
+
## Account Policy
|
|
137
|
+
|
|
138
|
+
**NEVER create accounts or sign up for services on behalf of the user.** If a service requires login or an account:
|
|
139
|
+
1. Navigate to the login/signup page in the browser
|
|
140
|
+
2. Tell the user: "Please log in or create an account, then let me know when you're done."
|
|
141
|
+
3. Wait for the user to confirm before continuing
|
|
142
|
+
4. After they confirm, snapshot the page and continue with the task
|
|
143
|
+
|
|
144
|
+
This applies to ALL services — Shopify, Jira, Trello, or any other website. The user must handle their own authentication and account creation.
|
|
145
|
+
|
|
136
146
|
## Tips
|
|
137
147
|
|
|
138
148
|
1. **Always snapshot first** to understand page structure
|