@vruum/skills 0.6.54 → 0.6.55
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vruum",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.55",
|
|
4
4
|
"description": "Vruum AI skills + remote MCP server for B2B GTM teams. Slash commands for outreach triage, engagement triage, pipeline filling, prospect enrichment, and reply diagnosis, paired with the full Vruum MCP tool surface over OAuth 2.1.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Vruum AI",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vruum",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.55",
|
|
4
4
|
"description": "Vruum AI skills + remote MCP server for B2B GTM teams. Skills for outreach triage, engagement triage, pipeline filling, prospect enrichment, and reply diagnosis, paired with the full Vruum MCP tool surface over OAuth 2.1.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Vruum AI",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vruum/skills",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.55",
|
|
4
4
|
"description": "Vruum AI skills for Claude Code, Claude Desktop, Codex CLI, and any AI assistant with a skill directory. Slash commands for outreach triage, engagement triage, pipeline filling, prospect enrichment, and reply diagnosis. Pairs with the Vruum MCP server at https://api.vruum.ai/mcp.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"outreach",
|
|
42
42
|
"gtm"
|
|
43
43
|
],
|
|
44
|
-
"contentHash": "
|
|
44
|
+
"contentHash": "c264e9b6189f2e37ba0b59a7303687c84cf86d47a38cbc8c24aca079a56a685d"
|
|
45
45
|
}
|
|
@@ -61,7 +61,7 @@ One line: `upgraded @vruum/skills $OLD → $NEW`. Then continue with the origina
|
|
|
61
61
|
|
|
62
62
|
## Standalone mode (user invoked `/vruum-skills-upgrade` directly)
|
|
63
63
|
|
|
64
|
-
Force a fresh check first, then run the flow above starting from Step
|
|
64
|
+
Force a fresh check first, then run the flow above starting from Step 1 so the automatic-upgrade setting is honored:
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
67
|
~/.vruum/bin/vruum-skills-update-check --force
|
|
@@ -70,7 +70,7 @@ Force a fresh check first, then run the flow above starting from Step 2:
|
|
|
70
70
|
Interpret the forced check's output:
|
|
71
71
|
- Returns nothing → genuinely up to date. Report `already on latest (v$(cat ~/.vruum/VERSION))` and exit.
|
|
72
72
|
- `CHECK_FAILED <local>` → the registry could NOT be reached (network/sandbox), so we do **not** know if you're current. Report `upgrade check failed — couldn't reach the npm registry (network/sandbox); not necessarily on latest. Try again later or from an unsandboxed shell.` Do NOT claim "already on latest." (A forced check emits this whenever the fetch fails; a sandbox that blocks the registry is the common cause.)
|
|
73
|
-
- `UPGRADE_AVAILABLE <old> <new>` → run the upgrade flow from Step
|
|
73
|
+
- `UPGRADE_AVAILABLE <old> <new>` → run the upgrade flow from Step 1.
|
|
74
74
|
|
|
75
75
|
## When something goes wrong
|
|
76
76
|
|