@bobsworkshop/cli 0.7.0 → 0.7.1

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 +107 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,13 +7,13 @@
7
7
  [![npm version](https://img.shields.io/npm/v/@bobsworkshop/cli)](https://www.npmjs.com/package/@bobsworkshop/cli)
8
8
  [![Node](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org)
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10
- [![version](https://img.shields.io/badge/version-0.6.0-orange)](https://www.npmjs.com/package/@bobsworkshop/cli)
10
+ [![version](https://img.shields.io/badge/version-0.7.0-orange)](https://www.npmjs.com/package/@bobsworkshop/cli)
11
11
 
12
12
  **Bob's CLI** is a locally-installed developer tool that provides a senior-level AI engineering partner directly inside your native terminal. Stay in your development environment. Never switch to a browser. Ship faster.
13
13
 
14
14
  ![Bob's CLI](https://raw.githubusercontent.com/Topseeder1/bob-cli/master/assets/BobWelcome.gif)
15
15
 
16
- [Installation](#installation) · [Quick Start](#quick-start) · [Features](#features) · [UserBob](#userbob--your-digital-twin) · [Command Center](#autonomous-command-center) · [Docs](https://seedling-io.gitbook.io/bob-cli/)
16
+ [Installation](#installation) · [Quick Start](#quick-start) · [Features](#features) · [VaultBob](#vaultbob--your-codes-permanent-memory) · [UserBob](#userbob--your-digital-twin) · [Command Center](#autonomous-command-center) · [Docs](https://seedling-io.gitbook.io/bob-cli/)
17
17
 
18
18
  ---
19
19
 
@@ -43,6 +43,9 @@ Every other AI coding assistant lives in a browser, disconnected from your actua
43
43
  | Cross-surface sync (CLI ↔ Web) | ✅ | ✅ | ❌ | ❌ |
44
44
  | Autonomous code repair | ✅ | ✅ | ❌ | ✅ |
45
45
  | Source code stays on-device | ✅ | ✅ | ❌ | ✅ |
46
+ | Encrypted cloud backup (VaultBob) | ✅ | ❌ | ❌ | ❌ |
47
+ | Per-file surgical restore | ✅ | ❌ | ❌ | ❌ |
48
+ | Full machine migration | ✅ | ❌ | ❌ | ❌ |
46
49
 
47
50
  ---
48
51
 
@@ -113,6 +116,7 @@ When you first install Bob's CLI, you're greeted with a branded welcome screen:
113
116
  | **Analyse** | Full QA code review with auto-fix |
114
117
  | **Autonomy** | Autonomous repair across entire codebase |
115
118
  | **Profile** | Behavioral DNA profiling + dashboard |
119
+ | **VaultBob** | Encrypted backup, versioning & restore — your code's permanent memory |
116
120
  | **UserBob** | AI digital twin simulation — your autonomous proxy |
117
121
  | **Command Center** | Inspect, approve, and manage autonomous task dispatch |
118
122
  | **Deep Dive** | Sandboxed exploration on any message |
@@ -137,6 +141,82 @@ bob analyse --auto # Auto-fix with safety constraints
137
141
 
138
142
  ---
139
143
 
144
+ ## VaultBob — Your Code's Permanent Memory
145
+
146
+ **v0.7.0 introduces VaultBob** — the only backup, versioning, and restore system built specifically for how developers work. Every conversation you've had with Bob, every project Bob has learned, every version of every file — encrypted, safe, and accessible from anywhere in the world.
147
+
148
+ ![VaultBob](https://raw.githubusercontent.com/Topseeder1/bob-cli/master/assets/VaultBob.gif)
149
+
150
+ Built in partnership with **AWS** — the same security infrastructure trusted by the world's largest financial institutions, government agencies, and the companies building the future. Your data is encrypted on your machine before it ever leaves. AWS never sees your code. Nobody does except you.
151
+
152
+ ### Four Backup Modes
153
+
154
+ ```bash
155
+ bob backup create # Back up Bob's knowledge of your project
156
+ bob backup create --source # Back up your actual code files
157
+ bob backup create --source --file <path> # Back up one specific file (surgical)
158
+ bob backup create --global # Back up everything — all projects (Grid)
159
+ ```
160
+
161
+ ### Named Archives — Your Intentional Checkpoints
162
+
163
+ ```bash
164
+ bob backup create --archive "before-auth-refactor"
165
+ bob backup create --source --archive "v1.0-launch-state"
166
+ ```
167
+
168
+ Think of named archives like Git tags. Regular backups are your auto-save. Named archives are your intentional saves — findable by name, not just by date.
169
+
170
+ ### Revision History
171
+
172
+ ```bash
173
+ bob backup list # See all revisions for this project
174
+ bob backup list --source # See all source code snapshots
175
+ bob backup list --source --file <path> # See one file's complete history
176
+ ```
177
+
178
+ ### Restore — One Command to Go Back in Time
179
+
180
+ ```bash
181
+ bob backup restore # Interactive picker — choose any version
182
+ bob backup restore --source # Restore source code
183
+ bob backup restore --source --file <path> # Restore one specific file
184
+ bob backup restore --global # Full machine restore (Grid)
185
+ ```
186
+
187
+ > **Before every restore, VaultBob automatically saves your current state locally. You cannot permanently lose your work through normal use of VaultBob.**
188
+
189
+ ### The Global Backup — Full Machine Migration
190
+
191
+ ```bash
192
+ bob backup create --global
193
+ ```
194
+
195
+ Back up your entire engineering brain — every project, every conversation, every behavioral profile, every analysis. When you get a new laptop, run `bob backup restore --global` and you're back. Everything. In minutes. Not days.
196
+
197
+ > **"New laptop. Same Bob. Same context. Same you."**
198
+
199
+ ### Archive Slots by Workshop Plan
200
+
201
+ | Workshop Plan | Archive Slots | Retention Period |
202
+ |---------------|---------------|-----------------|
203
+ | Patch | 0 slots | 1 month |
204
+ | Build | 3 slots | 3 months |
205
+ | Forge | 6 slots | 6 months |
206
+ | Grid | 12 slots | 12 months |
207
+
208
+ ### Remote Backup via SovereignLink
209
+
210
+ VaultBob integrates directly with SovereignLink — back up and restore your remote machine without being physically present:
211
+
212
+ ```bash
213
+ bob remote backup # Trigger backup on your home machine
214
+ bob remote backup --source # Remote source backup
215
+ bob remote restore # Restore latest on remote machine
216
+ ```
217
+
218
+ ---
219
+
140
220
  ## UserBob — Your Digital Twin
141
221
 
142
222
  **v0.6.0 introduces UserBob** — the most advanced feature in Bob's CLI. UserBob creates an autonomous AI proxy of you, built from your behavioral DNA, engineering philosophy, and communication style. Your digital twin negotiates with Bob on your behalf to advance a mission you define. You watch. You tune. You approve the results.
@@ -251,6 +331,15 @@ Project Tools
251
331
  bob autonomy # Full autonomous repair
252
332
  bob push "message" # Git push
253
333
 
334
+ VaultBob — Backup & Restore
335
+ bob backup create # Back up project context
336
+ bob backup create --source # Back up source code
337
+ bob backup create --source --file # Back up one file
338
+ bob backup create --global # Full machine backup (Grid)
339
+ bob backup create --archive "name" # Named checkpoint
340
+ bob backup list # View revision history
341
+ bob backup restore # Interactive restore
342
+
254
343
  Digital Twin
255
344
  bob userbob "mission" # Launch digital twin simulation
256
345
  bob command-center # Autonomous task board
@@ -264,6 +353,8 @@ Profile & Identity
264
353
  Remote (SovereignLink)
265
354
  bob serve # Start SovereignLink
266
355
  bob remote chat "msg" # Remote execution
356
+ bob remote backup # Remote backup
357
+ bob remote restore # Remote restore
267
358
 
268
359
  Configuration
269
360
  bob login # Authenticate
@@ -299,20 +390,24 @@ Tier 1 — Local (Free) Tier 3 — Platform (Subscription)
299
390
  ▸ Files on your machine ▸ Conversations sync to web
300
391
  ▸ Local profiling ▸ Cloud profiling + Frank Engine
301
392
  ▸ Local UserBob simulation ▸ UserBob + autonomous dispatch
302
- Zero cost ▸ Deep dives, forks, remote exec
393
+ VaultBob backup & restore ▸ Deep dives, forks, remote exec
394
+ ▸ Zero cost ▸ VaultBob + team license mgmt
303
395
  ```
304
396
 
305
397
  Same commands. Scale without changing tools.
306
398
 
307
399
  ---
308
400
 
309
- ## What's New in v0.6.0
401
+ ## What's New in v0.7.0
310
402
 
311
- - **`bob userbob`** AI digital twin simulation. Declare a mission, watch your autonomous proxy negotiate with Bob to advance it. Supports Tier 1 (Ollama) and Tier 3 (platform) with live message streaming, HUD footer, and mid-session slash commands.
312
- - **`bob command-center`** — Autonomous Command Center. Full visibility into every task UserBob dispatches. Approve, deny, and monitor execution with live streaming logs directly in your terminal.
313
- - **BYOK fallback token gate** Platform-wide security patch across 14 Cloud Functions. Prevents runaway billing when BYOK keys fail and fall to platform providers. Your wallet is protected.
314
- - **`getCLIConversationMessages`** — Dedicated single-conversation poller. No more cross-conversation scanning for live simulation updates.
315
- - **4 new Cloud Functions** — `getCLIAutonomousTasks`, `getCLITaskExecutionLog`, `updateCLIAutonomySettings`, `getCLIConversationMessages`.
403
+ - **VaultBob™**Encrypted cloud backup, versioning, and restore built directly into Bob's CLI. Back up your project context, your source code, individual files, or your entire engineering brain. Built in partnership with AWS. Per-file surgical restore. Full machine migration with one command. The only backup system built specifically for how developers work.
404
+ - **`bob backup create --source`** — Back up your actual code files with gitignore respect. Encrypted before leaving your machine. Independent of GitHub.
405
+ - **`bob backup create --source --file <path>`** Surgical single-file backup and restore. Back up the exact file you're about to edit. Restore it instantly if something goes wrong.
406
+ - **`bob backup create --global`** — Full machine migration. One command captures your entire engineering history across all projects. Restore to any machine in minutes. Grid plan required.
407
+ - **Named archives** — Intentional checkpoints with meaningful names. Find them by name, not by date.
408
+ - **Remote backup via SovereignLink** — Trigger backups on your home machine from anywhere via `bob remote backup`.
409
+ - **`bob remote index`** — SovereignLink now executes full project indexing remotely.
410
+ - **`bob remote analyse`** — SovereignLink now executes full QA analysis remotely.
316
411
 
317
412
  ---
318
413
 
@@ -323,6 +418,7 @@ Bob's CLI exists because we believe the future of software development should be
323
418
  - Your AI runs on **your hardware** — not someone else's data center
324
419
  - Your source code **never leaves your machine** — unless you choose to connect
325
420
  - Your conversations, your profile, your workflow — **yours to keep, yours to control**
421
+ - Your entire engineering history — **backed up, versioned, and restorable forever**
326
422
  - Zero cost to start. Zero permission needed. Zero compromises on privacy.
327
423
 
328
424
  The cloud is optional. The power is not.
@@ -342,10 +438,11 @@ The cloud is optional. The power is not.
342
438
  <div align="center">
343
439
 
344
440
  **The AI coding tool that learns how you think.**
441
+ **The only backup system that protects your engineering brain.**
345
442
 
346
443
  **Sovereign. Free. Yours.**
347
444
 
348
- Bob's CLI · Bob's Workshop · Seedling
445
+ Bob's CLI · VaultBob™ · SovereignLink™ · Bob's Workshop · Seedling
349
446
 
350
447
  *Written by Bob.*
351
448
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobsworkshop/cli",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Bob's CLI — AI coding assistant and Forge orchestrator",
5
5
  "type": "module",
6
6
  "files": [