@claudinho/cli 0.9.2 → 0.9.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.
Files changed (3) hide show
  1. package/README.md +23 -3
  2. package/dist/index.js +1503 -527
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -109,6 +109,9 @@ when a reliable market is available. It's **informational only — not betting
109
109
  advice:** market-implied percentages with attribution, no trading, no links. Data
110
110
  comes from Polymarket public market data and is shown
111
111
  only when the market maps cleanly to the result and is fresh.
112
+ Structured output uses `complete` on `markets` and `marketComplete` on the
113
+ default-on `today`/`match` enrichment. `false` means the optional read did not
114
+ finish and is paired with an explicit warning, not a confident empty result.
112
115
 
113
116
  Opt out with `--no-markets` (per command) or `CLAUDINHO_MARKETS=off` (global). The
114
117
  statusline and hook **never** show market data — it stays off the hot path.
@@ -165,8 +168,11 @@ advice**) and disappears when no reliable market exists. Per-command options:
165
168
  | `--no-hashtag` | omit the `#VibingLaVidaLoca` tag |
166
169
  | `--no-install-line` | omit the `Try it: …` run cue |
167
170
 
168
- `--json` returns the structured snippet (`{ kind, snippet, matches, marketSignals, … }`)
169
- for scripts and future reuse. No clipboard tool? `claudinho share | pbcopy` works too.
171
+ `--json` returns the structured snippet
172
+ (`{ kind, snippet, matches, marketSignals, marketComplete, }`) for scripts and
173
+ future reuse. An incomplete optional market read is stated in the snippet and reported
174
+ as `marketComplete: false`; it is never presented as a confident empty market result.
175
+ No clipboard tool? `claudinho share … | pbcopy` works too.
170
176
 
171
177
  ### Want an image?
172
178
 
@@ -187,7 +193,9 @@ network** (<150ms). When several matches are live it shows them all inline:
187
193
  `⚽ 🇳🇴 1–1 🇫🇷 87' · 🇸🇳 1–2 🇮🇶 86'`. Customize via env:
188
194
 
189
195
  - `CLAUDINHO_TEAM=MEX` — show only your team's match (a nation name works too, e.g. `CLAUDINHO_TEAM=mexico`); also the default team for `next`, `markets next`, and `share next` when the argument is omitted
190
- - `CLAUDINHO_MAX=2` — cap how many live matches show inline (rest collapse to `+N`; default: all)
196
+ - `CLAUDINHO_MAX=2` — cap how many live matches show inline (rest collapse to exact `+N`
197
+ after a complete cache scan, or `+more` when the bounded scan cannot know the count; default: 8,
198
+ and values above 8 are capped at 8)
191
199
  - `CLAUDINHO_COMPACT=0` — show 3-letter codes alongside flags
192
200
  - `CLAUDINHO_FLAGS=off` — drop emoji flags for 3-letter codes (statusline) / plain names (`today`, `live`, `table`, `next`, hook); already automatic on terminals that can't render flag emoji, e.g. Warp
193
201
 
@@ -240,6 +248,18 @@ state hits the network. Live scores come from **ESPN's** public scoreboard (a
240
248
  swappable provider, attributed in output as `Live data: ESPN`) and market signals
241
249
  from Polymarket; provider attribution and rate limits are respected.
242
250
 
251
+ ## Privacy Policy
252
+
253
+ No personal data collected — no accounts, no telemetry, no analytics, no tracking, and no
254
+ Claudinho server. To show live results, the CLI makes read-only requests to public services
255
+ (ESPN; Polymarket for informational-only market signals) with no account or personal data
256
+ attached, though those services still receive standard request metadata (such as your IP
257
+ address) like any HTTP call. It keeps a small cache of public match data in your local cache
258
+ directory (`~/.cache/claudinho`, or `$XDG_CACHE_HOME/claudinho`), and the optional `init`
259
+ commands update your Claude Code / Cursor settings file after saving a one-time
260
+ `.claudinho.bak` backup — all on your machine, never uploaded. Full policy:
261
+ [PRIVACY.md](https://github.com/arturogarrido/claudinho/blob/main/PRIVACY.md).
262
+
243
263
  ## License
244
264
 
245
265
  MIT © 2026 Arturo Garrido · [source & issues](https://github.com/arturogarrido/claudinho)