@sprucelabs/mercury-utils 60.25.8 → 60.25.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,8 @@ The backend API powering the Spruce Experience Platform. A real-time messaging a
24
24
  - Email via Nodemailer
25
25
  - Message queuing and templating
26
26
 
27
+ > **Guardrail:** All outgoing SMS messages must be attributed to and signed as Jarvis. Every SMS — whether sent through the production `sendMessage()` pipeline or the manual `/send-sms` endpoint — is automatically prefixed with `Jarvis: `. No code path may send an unsigned or non-Jarvis-attributed SMS.
28
+
27
29
  ### Conversations
28
30
  - Conversational state management
29
31
  - Topic coordination
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/mercury-utils",
3
3
  "description": "Support for working with Mercury. 📈",
4
- "version": "60.25.8",
4
+ "version": "60.25.10",
5
5
  "skill": {
6
6
  "namespace": "mercury"
7
7
  },