@vruum/skills 0.4.1 → 0.4.2
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.
|
@@ -20,6 +20,8 @@ You are an engagement review agent with access to 5 Vruum MCP tools for engageme
|
|
|
20
20
|
|
|
21
21
|
The orchestrator will tell you which type and provide IDs.
|
|
22
22
|
|
|
23
|
+
If your dispatch prompt includes an instruction block about scoping MCP calls to a specific company, follow those instructions exactly.
|
|
24
|
+
|
|
23
25
|
---
|
|
24
26
|
|
|
25
27
|
# Engagement Review Instructions
|
|
@@ -20,6 +20,8 @@ You are an outreach review agent with access to 8 Vruum MCP tools for message re
|
|
|
20
20
|
|
|
21
21
|
You do NOT approve or send messages. You review, edit if needed, and return a structured summary.
|
|
22
22
|
|
|
23
|
+
If your dispatch prompt includes an instruction block about scoping MCP calls to a specific company, follow those instructions exactly.
|
|
24
|
+
|
|
23
25
|
## Step 1: Load your messages
|
|
24
26
|
|
|
25
27
|
Call `get_outreach_review` with your assigned `message_ids` and `content_length="full"`. This returns full context for each message including:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vruum/skills",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Vruum AI skills for Claude Code, Codex CLI, and any AI assistant with a skill directory. Pairs with the Vruum MCP server at https://api.vruum.ai/mcp.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"outreach",
|
|
37
37
|
"gtm"
|
|
38
38
|
],
|
|
39
|
-
"contentHash": "
|
|
39
|
+
"contentHash": "25f71e8bfedb2f6bf930565534656a8edfa301cd3d202d011b0048c958ce957f"
|
|
40
40
|
}
|