@smartytalent/mcp-tools 0.9.15 → 0.9.16
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.
- package/dist/tools.json +2 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -8177,7 +8177,7 @@
|
|
|
8177
8177
|
"failed",
|
|
8178
8178
|
"pending"
|
|
8179
8179
|
],
|
|
8180
|
-
"description": "Lifecycle status. draft = composing, scheduled = workflow owns
|
|
8180
|
+
"description": "Lifecycle status. draft = composing, scheduled = workflow owns\nthe send, sent = outbound delivered to SES, received = inbound\naccepted by broker (replaces the legacy `sent` value used for\ninbound), suppressed = SES bounce/complaint, archived = user\nexplicitly archived (kept indefinitely, hidden from inbox view),\ntrashed = user moved to Trash bin (default soft DELETE;\nrecoverable, candidate for periodic permanent purge), failed =\ninternal error, pending = transitional.\n\n**Read a status by what the row ACHIEVED, never by what it is\nnot.** Four groups, and every consumer that branches on status\nshould cover all four - a rule written as \"not draft and not\nscheduled\" silently admits the other five, which is how a\ntrashed row passed as delivered in three separate layers on\n2026-09-01 (a summary sentence, a whose-turn-is-it counter, and\na reply-offer gate):\n * REACHED someone: `sent`, `received`. Only these two.\n * PREPARED, not out yet: `draft`, `scheduled`, `pending`.\n * ATTEMPTED and did not arrive: `failed`, `suppressed`. This\n group is a warning, not a neutral state.\n * TAKEN OUT of the working view: `trashed`, `archived`.\n Neither outstanding work nor proof anything was answered."
|
|
8181
8181
|
},
|
|
8182
8182
|
"direction": {
|
|
8183
8183
|
"type": "string",
|
|
@@ -8683,7 +8683,7 @@
|
|
|
8683
8683
|
"failed",
|
|
8684
8684
|
"pending"
|
|
8685
8685
|
],
|
|
8686
|
-
"description": "Lifecycle status. draft = composing, scheduled = workflow owns
|
|
8686
|
+
"description": "Lifecycle status. draft = composing, scheduled = workflow owns\nthe send, sent = outbound delivered to SES, received = inbound\naccepted by broker (replaces the legacy `sent` value used for\ninbound), suppressed = SES bounce/complaint, archived = user\nexplicitly archived (kept indefinitely, hidden from inbox view),\ntrashed = user moved to Trash bin (default soft DELETE;\nrecoverable, candidate for periodic permanent purge), failed =\ninternal error, pending = transitional.\n\n**Read a status by what the row ACHIEVED, never by what it is\nnot.** Four groups, and every consumer that branches on status\nshould cover all four - a rule written as \"not draft and not\nscheduled\" silently admits the other five, which is how a\ntrashed row passed as delivered in three separate layers on\n2026-09-01 (a summary sentence, a whose-turn-is-it counter, and\na reply-offer gate):\n * REACHED someone: `sent`, `received`. Only these two.\n * PREPARED, not out yet: `draft`, `scheduled`, `pending`.\n * ATTEMPTED and did not arrive: `failed`, `suppressed`. This\n group is a warning, not a neutral state.\n * TAKEN OUT of the working view: `trashed`, `archived`.\n Neither outstanding work nor proof anything was answered."
|
|
8687
8687
|
},
|
|
8688
8688
|
"direction": {
|
|
8689
8689
|
"type": "string",
|