standout 0.6.1 → 0.7.0

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.
Files changed (3) hide show
  1. package/README.md +23 -2
  2. package/dist/cli.js +641 -287
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -9,8 +9,29 @@ npx standout
9
9
  Discover your Claude Code, Codex, and Cursor stats, then see how you rank — and
10
10
  get matched with roles through [Standout](https://standout.work).
11
11
 
12
- Optional: pass a job slug to apply directly (`npx standout <job>`), or `--chat`
13
- to build a full profile interactively.
12
+ ## Challenge a friend
13
+
14
+ Every wrapped ends with a share block (auto-copied to your clipboard) that
15
+ carries your personal challenge code:
16
+
17
+ ```
18
+ beat me → npx standout beat-victor-x7k2
19
+ ```
20
+
21
+ Running someone's `beat-<code>` gives you the full wrapped plus a head-to-head
22
+ versus card against their score, and lands you on their challenge tally. Codes
23
+ are stable — an old screenshot always points at that person's freshest score.
24
+
25
+ ## Share from your phone
26
+
27
+ The run ends with a QR code in the terminal: scan it and your wrapped opens on
28
+ your phone with the native share sheet (the card image attached) one tap away.
29
+ Or press `x` to post to X, `l` to post to LinkedIn (both pre-filled), or
30
+ `enter` to open your wrapped in the browser.
31
+
32
+ Other flags: `--local` / `--no-upload` renders everything on-device (nothing
33
+ uploaded, no account, no code/QR); pass a job slug to apply directly
34
+ (`npx standout <job>`); `--chat` builds a full profile interactively.
14
35
 
15
36
  ## Runs monthly, automatically
16
37