@rizzmyrobot/mochi-cli 0.0.3 → 0.0.5

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 CHANGED
@@ -174,12 +174,12 @@ explicit-config live Telegram delivery and Bot API polling primitives, tests,
174
174
  and planning docs. The local V0 owner proof lives in
175
175
  [`docs/runtime/v0-manual-proof.md`](docs/runtime/v0-manual-proof.md).
176
176
 
177
- Mochi still does not publish player packages, host certification, open live HTTP
178
- ingress by default, expose public dashboard ingress, provide dashboard game
179
- control panels, run production Prom13us/Rizz play outside compatible-game
180
- contracts and server-validated proofs, support unsupported games, execute
181
- arbitrary live MCP tools, provide hosted accounts, or mutate game canon outside
182
- trusted game-owned validation.
177
+ Mochi still does not publish preferred `@mochi/*` player packages, host
178
+ certification, open live HTTP ingress by default, expose public dashboard
179
+ ingress, provide dashboard game control panels, run production Prom13us/Rizz
180
+ play outside compatible-game contracts and server-validated proofs, support
181
+ unsupported games, execute arbitrary live MCP tools, provide hosted accounts, or
182
+ mutate game canon outside trusted game-owned validation.
183
183
 
184
184
  Mochi uses the Apache-2.0 license. See `CONTRIBUTING.md`, `SECURITY.md`, and
185
185
  `PRIVACY.md` before opening public contributions, reporting vulnerabilities, or
@@ -192,28 +192,34 @@ as a default.
192
192
 
193
193
  ## Player Install
194
194
 
195
- Mochi is pre-alpha, and package publication is not live yet. The public player
196
- install path is npm/npx, not cloning the repository and running Bun. Until a
197
- release publishes trusted packages with provenance, treat these commands as the
198
- install-ready path under test rather than a live registry claim.
195
+ Mochi is pre-alpha, and the fallback CLI package is registry-proven at
196
+ `@rizzmyrobot/mochi-cli@0.0.4` by trusted publishing plus
197
+ `npm view @rizzmyrobot/mochi-cli@0.0.4` proof. The public player install path is npm/npx,
198
+ not cloning the repository and running Bun.
199
199
 
200
200
  Because `@mochi/*` npm ownership is not proven, the fallback package scope is
201
- the current public install target. The intended one-line player install is:
201
+ the current public install target. The one-line player install is:
202
202
 
203
203
  ```bash
204
204
  npm install -g @rizzmyrobot/mochi-cli
205
205
  mochi onboard
206
206
  ```
207
207
 
208
- `mochi onboard` is the player first-run command. It shows provider choices,
209
- including MiniMax OAuth and Codex OAuth, and channel choices, including
210
- Telegram and Discord. MiniMax OAuth, OpenAI API-key refs, Telegram config,
211
- workspace seed files, local provider credential refs, and local Telegram token
212
- refs reuse the existing provider auth, configure, proof workspace seed,
213
- Telegram, Gateway, and secret-store packages. Codex OAuth is exposed as the
214
- external `codex login` path until Mochi has a Codex OAuth provider runtime.
215
- Discord is exposed as a product choice, but it does not accept or store Discord
216
- bot tokens until a Discord runtime package exists.
208
+ `mochi onboard` is the player first-run command. In an interactive terminal it
209
+ runs a real guided setup: choose MiniMax OAuth, OpenAI API key, or Codex OAuth;
210
+ choose Telegram, Discord, or no channel; seed the proof workspace; write local
211
+ runtime config refs; store local secrets; validate Telegram bot tokens with the
212
+ Bot API `getMe` check; and print the exact `mochi talk` / `mochi telegram
213
+ listen` proof commands to run next. Non-interactive `mochi onboard --guide`
214
+ remains a no-write preview for CI, docs, and scripts.
215
+
216
+ MiniMax OAuth, OpenAI API-key refs, Telegram config, workspace seed files,
217
+ local provider credential refs, and local Telegram token refs reuse the existing
218
+ provider auth, configure, proof workspace seed, Telegram, Gateway, and
219
+ secret-store packages. Codex OAuth runs the external `codex login` path, but it
220
+ is not yet a Mochi provider runtime for `mochi talk`. Discord is exposed as a
221
+ product choice, but it does not accept or store Discord bot tokens until a
222
+ Discord runtime package exists.
217
223
 
218
224
  npx follows the same fallback scope:
219
225
 
@@ -234,16 +240,21 @@ npx @mochi/cli gateway status --dry-run
234
240
  mochi onboard
235
241
  ```
236
242
 
237
- Current public install `gateway start/status/doctor` commands remain dry-run
238
- planning proofs. `mochi onboard` may write local workspace seed files, runtime
239
- config refs, and local secrets only when `--confirm` plus stdin secret flags are
240
- provided. It does not call providers, run OAuth token exchange, poll Telegram,
241
- send Telegram messages, connect Discord, connect games, submit production
242
- intents, or change game canon. The separate credentialed `talk` command can
243
- call a selected model provider for a local Mochi reply; contributor/runtime docs
244
- describe the local owner proof for credentialed provider and Telegram
245
- conversation, and the mock-game proof exercises a fixture provider response
246
- plus a trusted local adapter receipt.
243
+ Current public install `gateway start --profile local --foreground` can start
244
+ the proven local loopback Gateway; `gateway status` and `gateway doctor` can
245
+ probe that local service. Dry-run planning remains available for setup review,
246
+ and `gateway install-service --confirm` can write/remove reviewed local launchd
247
+ or gated VPS systemd files without loading or starting them. Interactive
248
+ `mochi onboard` may write local workspace seed files, runtime config refs, and
249
+ local secrets; MiniMax OAuth may open a browser, start a loopback callback
250
+ server, and call the provider token endpoint; Telegram setup may call only the
251
+ Bot API `getMe` validation endpoint. It does not call model providers, poll
252
+ Telegram, send Telegram messages, connect Discord, connect production games,
253
+ submit production intents, or change game canon. The separate credentialed
254
+ `talk` command can call a selected model provider for a local Mochi reply;
255
+ contributor/runtime docs describe the local owner proof for credentialed
256
+ provider and Telegram conversation, and the mock-game proof exercises a fixture
257
+ provider response plus a trusted local adapter receipt.
247
258
 
248
259
  The local laptop Gateway install flow lives in
249
260
  [`docs/gateway/local-install.md`](docs/gateway/local-install.md).