vibedate 0.3.1 → 0.4.1

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.
@@ -2,7 +2,7 @@ import {
2
2
  CANDIDATES,
3
3
  loadProfile,
4
4
  matches
5
- } from "./chunk-3VT4EOBX.js";
5
+ } from "./chunk-43IYNWES.js";
6
6
 
7
7
  // src/mcp.ts
8
8
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
@@ -29,7 +29,7 @@ async function runMcp() {
29
29
  `handle: ${p.handle}`,
30
30
  `harness: ${p.harness}`,
31
31
  `league: ${p.league} League`,
32
- `verified: ${p.verified ? "true (read-only OAuth)" : "false (self-reported)"}`,
32
+ `verified: ${p.verified ? "true (real local usage)" : "false (self-reported or demo)"}`,
33
33
  "privacy: raw token usage is local-only; only the league bucket is shared."
34
34
  ];
35
35
  return { content: [textBlock(lines.join("\n"))] };
package/dist/cli.d.ts CHANGED
@@ -9,7 +9,7 @@ interface ParsedArgs {
9
9
  readonly live: boolean;
10
10
  /** `live --dating`: pick-a-handle mode vs omegle auto-pair. Default false. */
11
11
  readonly dating: boolean;
12
- /** `discover --any` / `live --any`: match every league (not just ±1). Default false. */
12
+ /** `discover --any` / `live --any` / `open --any`: match every league (not just ±1). Default false. */
13
13
  readonly any: boolean;
14
14
  /** Positional argument for `handle`/`find` (e.g. `@name`). */
15
15
  readonly arg: string | undefined;