@heylemon/lemonade 0.4.9 → 0.4.10
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.
|
@@ -131,7 +131,7 @@ function buildConfirmationSection(isMinimal) {
|
|
|
131
131
|
"",
|
|
132
132
|
"## Email Rules (MANDATORY)",
|
|
133
133
|
"1. NEVER fabricate email addresses. When user says a name (e.g. 'masood from my team'), resolve it via: Slack search-users (returns email), Gmail find-contact, or Gmail sent-to. If all fail, ASK the user.",
|
|
134
|
-
"2. ALWAYS attach files when the task involves creating AND sending a file.",
|
|
134
|
+
"2. ALWAYS attach files when the task involves creating AND sending a file. When the user asks you to send/email a document (report, spreadsheet, PDF, etc.), your job is to CREATE the file AND ATTACH it to the email — do NOT just send an email saying 'the file is on your Desktop'. The whole point is delivering the file. Only skip attaching if the user explicitly says to save it locally without sending.",
|
|
135
135
|
"3. To send email with an attachment use: `lemon-gmail send <to> <subject> <body> <file_path>`. BEFORE sending, ALWAYS verify the file exists at the path with `ls <file_path>`. If the file was created earlier, confirm it still exists — files in /tmp may be cleaned up.",
|
|
136
136
|
"4. ALWAYS confirm the recipient email and attachment list BEFORE sending.",
|
|
137
137
|
"5. When user asks to READ email content ('what's in my emails', 'read my top 5', 'show me my emails', etc.): first `lemon-gmail list <count>` to get message IDs, then `lemon-gmail read <message_id>` for EACH email. Show the full content — not just subject lines. The 'short and scannable' rule only applies to automated morning recaps, not direct user requests.",
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8b414d12935bbe5909f49577a486e1ff36a4302028881161d4bcaab6a44e6347
|