@@ -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 @@ }, |
+1
-1
| { | ||
| "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", |
163580
0.43%3732
0.46%