@viberaven/cli 0.1.0-beta.3 → 0.1.0-beta.4

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/README.md CHANGED
@@ -4,14 +4,19 @@ Launch readiness for Claude Code, Codex, and other coding agents — same missio
4
4
 
5
5
  ## For humans
6
6
 
7
- ```bash
7
+ ```bash
8
+ npx -y @viberaven/cli@beta
9
+ ```
10
+
11
+ Use the menu to sign in, sign out, scan, open `.viberaven/report.html`, copy the top prompt, and rescan. Direct commands also work:
12
+
13
+ ```bash
8
14
  npx -y @viberaven/cli@beta login
15
+ npx -y @viberaven/cli@beta logout
9
16
  npx -y @viberaven/cli@beta status
10
17
  npx -y @viberaven/cli@beta scan --open
11
18
  ```
12
19
 
13
- Sign in once, then scan with `--open` to view `.viberaven/report.html` in the browser (same editorial Mission Map skin as the extension). Or run **`viberaven`** with no args for the interactive terminal menu.
14
-
15
20
  Uses the **same VibeRaven account and scan quota** as the VS Code extension. **Does not use your `OPENAI_API_KEY`** — scans go through the managed API after login. See [SECURITY.md](./SECURITY.md).
16
21
 
17
22
  Quota:
package/dist/cli.js CHANGED
@@ -10227,7 +10227,7 @@ var Y2 = ({ indicator: t = "dots" } = {}) => {
10227
10227
  var import_picocolors3 = __toESM(require_picocolors());
10228
10228
 
10229
10229
  // src/version.ts
10230
- var VERSION = "0.1.0-beta.3";
10230
+ var VERSION = "0.1.0-beta.4";
10231
10231
 
10232
10232
  // src/tui/runInteractive.ts
10233
10233
  async function formatStatusLine() {
@@ -10422,7 +10422,14 @@ async function runInteractiveSession(startDir = process.cwd()) {
10422
10422
  function buildHelpText() {
10423
10423
  return `First-time terminal flow:
10424
10424
 
10425
+ npx -y @viberaven/cli@beta
10426
+
10427
+ Opens the menu: sign in, sign out, scan, open report, copy prompt, rescan.
10428
+
10429
+ Direct commands:
10430
+
10425
10431
  npx -y @viberaven/cli@beta login
10432
+ npx -y @viberaven/cli@beta logout
10426
10433
  npx -y @viberaven/cli@beta status
10427
10434
  npx -y @viberaven/cli@beta scan --open
10428
10435