🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vruum/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vruum/cli - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+2
-1
dist/commands/init.command.js

@@ -68,3 +68,4 @@ import { resolveApiUrl, resolveToken } from "../lib/config.js";

printStatus("");
printStatus("Restart your harness to load the Vruum MCP, then verify with a real tool call.");
printStatus("Restart your harness to load the Vruum MCP, then run /vruum-guide — " +
"it takes you from empty account to your first reviewed outreach draft.");
}

@@ -71,0 +72,0 @@ if (failed) {

@@ -46,6 +46,14 @@ /**

async linkSkills() {
// The published installer owns layout + upgrade-marker concerns; the
// adapter just points it at this harness's skills directory.
await runCommand("npx", [
"-y",
"@vruum/skills",
"--target",
join(harnessHome(), ".claude", "skills"),
]);
return {
step: "skills",
status: "deferred",
detail: "skill linking lands with the portable skill set (VRU-470)",
status: "done",
detail: "installed @vruum/skills into ~/.claude/skills",
};

@@ -52,0 +60,0 @@ },

@@ -58,6 +58,14 @@ /**

async linkSkills() {
// Codex (and other AGENTS.md-family harnesses) read ~/.agents/skills —
// same target the standalone `npx @vruum/skills` installer uses.
await runCommand("npx", [
"-y",
"@vruum/skills",
"--target",
join(harnessHome(), ".agents", "skills"),
]);
return {
step: "skills",
status: "deferred",
detail: "skill linking lands with the portable skill set (VRU-470)",
status: "done",
detail: "installed @vruum/skills into ~/.agents/skills",
};

@@ -64,0 +72,0 @@ },

{
"name": "@vruum/cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "Headless CLI for the Vruum revenue platform.",

@@ -5,0 +5,0 @@ "type": "module",