@claudinho/cli 0.9.3 → 0.10.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.
- package/README.md +11 -3
- package/dist/index.js +1469 -525
- package/package.json +5 -5
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
|
|
169
|
-
|
|
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
|
|
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
|
|