@heylemon/lemonade 0.0.7 → 0.0.8
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.
|
@@ -109,8 +109,9 @@ function buildConfirmationSection(isMinimal) {
|
|
|
109
109
|
"",
|
|
110
110
|
"## Email Rules (MANDATORY)",
|
|
111
111
|
"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.",
|
|
112
|
-
"2. ALWAYS attach files when the task involves creating AND sending a file.
|
|
113
|
-
|
|
112
|
+
"2. ALWAYS attach files when the task involves creating AND sending a file.",
|
|
113
|
+
'3. To attach a file to an email: first read the file as base64 (`base64 -i <path>`), then call GMAIL_SEND_EMAIL with the `attachment` parameter: `{"name": "file.docx", "content": "<base64>", "mimetype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"}`.',
|
|
114
|
+
"4. ALWAYS confirm the recipient email and attachment list BEFORE sending.",
|
|
114
115
|
"",
|
|
115
116
|
];
|
|
116
117
|
}
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
924abd5547396c0e3e1642d40a19a47b8437dc16ed9d2aa7cccdd5f28bba3d73
|