vibe-roast 0.98.1 → 0.98.2

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 (2) hide show
  1. package/README.md +12 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,11 +18,13 @@
18
18
  <img src="https://img.shields.io/npm/v/vibe-roast?color=25b985&label=npm" alt="npm version" />
19
19
  </a>
20
20
  <a href="https://www.npmjs.com/package/vibe-roast">
21
- <img src="https://img.shields.io/npm/dm/vibe-roast?color=557fd8" alt="npm downloads" />
21
+ <img src="https://img.shields.io/npm/dm/vibe-roast?color=557fd8&label=npm%20downloads%2Fmonth" alt="npm Registry downloads in the last month" />
22
22
  </a>
23
23
  <img src="https://img.shields.io/badge/Node.js-%E2%89%A520-171717" alt="Node.js 20 or newer" />
24
24
  <img src="https://img.shields.io/badge/types-16-9a70cf" alt="16 coding personality types" />
25
- <img src="https://img.shields.io/badge/raw_prompts-local_only-ef5b45" alt="Raw prompts stay local" />
25
+ <a href="#privacy">
26
+ <img src="https://img.shields.io/badge/prompt_text-stays_local-ef5b45" alt="Your prompt text stays local" />
27
+ </a>
26
28
  </p>
27
29
 
28
30
  <p>
@@ -71,6 +73,8 @@ Interactive terminals get a short branded launch sequence with rotating English
71
73
 
72
74
  Missing agents are ignored safely. You do not need to configure every source, create an account, or provide an API key to see the local result.
73
75
 
76
+ The download badge reports npm Registry package fetches during the last month. A first-time `npx vibe-roast` fetch contributes to that number; a later run served from the local npm cache may not. It is a download count, not a unique-user or execution counter.
77
+
74
78
  ### Choose how the roast is written
75
79
 
76
80
  On first launch, choose one of three paths:
@@ -93,7 +97,7 @@ GitHub login is identity only; it does not use GitHub Models or your GitHub mode
93
97
  </td>
94
98
  <td width="50%">
95
99
  <strong>Evidence-grounded roast</strong><br />
96
- The type stays deterministic. Optional AI writing turns aggregate signals and contradictions into bilingual comedy without receiving raw prompts.
100
+ The type stays deterministic. Optional AI writing turns aggregate signals and contradictions into bilingual comedy without receiving the exact requests you typed.
97
101
  </td>
98
102
  </tr>
99
103
  <tr>
@@ -103,13 +107,13 @@ GitHub login is identity only; it does not use GitHub Models or your GitHub mode
103
107
  </td>
104
108
  <td width="50%">
105
109
  <strong>Recurring themes</strong><br />
106
- A time- and Agent-filtered cloud promotes repeated coding concepts and project-domain entities such as HIT, ONNX, or 前庭.
110
+ A time- and Agent-filtered cloud promotes repeated coding concepts, project nouns, frameworks, subsystems, and meaningful acronyms.
107
111
  </td>
108
112
  </tr>
109
113
  <tr>
110
114
  <td width="50%">
111
115
  <strong>Semantic Hashtags</strong><br />
112
- AI reads coherent concept clusters and creates shareable character labels—<code>preflop + folds + river</code> can become <code>#HoldemPlayer</code>, not <code>#preflop</code>.
116
+ AI reads coherent concept clusters and turns them into shareable character labels instead of copying the highest-frequency token.
113
117
  </td>
114
118
  <td width="50%">
115
119
  <strong>Shareable by design</strong><br />
@@ -210,7 +214,7 @@ The same Day / Week / Month / Total / Custom and Agent filters apply to the clou
210
214
 
211
215
  ### AI roast and bilingual Hashtags
212
216
 
213
- Only a compact `roast_evidence` object is eligible to leave the machine. It contains aggregate type, axis, category, dimension, concept, and activity signals—never raw prompt text.
217
+ Only a compact `roast_evidence` object is eligible to leave the machine. It contains aggregate type, axis, category, dimension, concept, and activity signals—never the text you typed into an Agent.
214
218
 
215
219
  The writer cannot change the deterministic type. In one model call it produces:
216
220
 
@@ -218,7 +222,7 @@ The writer cannot change the deterministic type. In one model call it produces:
218
222
  - bilingual TL;DR punchlines;
219
223
  - 4–5 paired Hashtags with `en`, `zh`, semantic `kind`, and a short shared `meaning`.
220
224
 
221
- Hashtags are interpretations rather than frequency labels. Chinese is localized from the intended joke, not translated from the English surface form: `CodeCult` should become `代码教团` or `代码邪教`, never `代码文化`. Proper names and meaningful acronyms such as GitHub, HIT, and ONNX may remain unchanged.
225
+ Hashtags are interpretations rather than frequency labels. Chinese is localized from the intended joke instead of translated word for word. Proper names, framework names, and meaningful acronyms may remain unchanged when translation would lose their identity.
222
226
 
223
227
  ## Privacy
224
228
 
@@ -226,7 +230,7 @@ Vibe Roaster is local-first, but “local-first” does not mean every optional
226
230
 
227
231
  | Data | Local profile | Optional AI roast | Hosted profile cache |
228
232
  | --- | --- | --- | --- |
229
- | Raw user prompts | Used locally | Never sent | Never stored |
233
+ | Prompt text you typed | Used locally | Never sent | Never stored |
230
234
  | Local paths and configuration | Local only | Never sent | Never stored |
231
235
  | Aggregate categories and scores | Computed locally | Sent when explicitly enabled | Stored as a compact snapshot |
232
236
  | Generated roast and Hashtags | Local result | Returned by selected model | Stored for stable signed-in profiles |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-roast",
3
- "version": "0.98.1",
3
+ "version": "0.98.2",
4
4
  "description": "Local-first AI coding personality profiler, usage dashboard, and evidence-grounded roast.",
5
5
  "type": "commonjs",
6
6
  "bin": {