@bobsworkshop/cli
Advanced tools
+1
-1
| { | ||
| "name": "@bobsworkshop/cli", | ||
| "version": "0.7.0", | ||
| "version": "0.7.1", | ||
| "description": "Bob's CLI — AI coding assistant and Forge orchestrator", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+107
-10
@@ -10,3 +10,3 @@ <div align="center"> | ||
| [](https://opensource.org/licenses/MIT) | ||
| [](https://www.npmjs.com/package/@bobsworkshop/cli) | ||
| [](https://www.npmjs.com/package/@bobsworkshop/cli) | ||
@@ -17,3 +17,3 @@ **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. | ||
| [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/) | ||
| [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/) | ||
@@ -48,2 +48,5 @@ --- | ||
| | Source code stays on-device | ✅ | ✅ | ❌ | ✅ | | ||
| | Encrypted cloud backup (VaultBob) | ✅ | ❌ | ❌ | ❌ | | ||
| | Per-file surgical restore | ✅ | ❌ | ❌ | ❌ | | ||
| | Full machine migration | ✅ | ❌ | ❌ | ❌ | | ||
@@ -119,2 +122,3 @@ --- | ||
| | **Profile** | Behavioral DNA profiling + dashboard | | ||
| | **VaultBob** | Encrypted backup, versioning & restore — your code's permanent memory | | ||
| | **UserBob** | AI digital twin simulation — your autonomous proxy | | ||
@@ -144,2 +148,78 @@ | **Command Center** | Inspect, approve, and manage autonomous task dispatch | | ||
| ## VaultBob — Your Code's Permanent Memory | ||
| **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. | ||
|  | ||
| 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. | ||
| ### Four Backup Modes | ||
| ```bash | ||
| bob backup create # Back up Bob's knowledge of your project | ||
| bob backup create --source # Back up your actual code files | ||
| bob backup create --source --file <path> # Back up one specific file (surgical) | ||
| bob backup create --global # Back up everything — all projects (Grid) | ||
| ``` | ||
| ### Named Archives — Your Intentional Checkpoints | ||
| ```bash | ||
| bob backup create --archive "before-auth-refactor" | ||
| bob backup create --source --archive "v1.0-launch-state" | ||
| ``` | ||
| 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. | ||
| ### Revision History | ||
| ```bash | ||
| bob backup list # See all revisions for this project | ||
| bob backup list --source # See all source code snapshots | ||
| bob backup list --source --file <path> # See one file's complete history | ||
| ``` | ||
| ### Restore — One Command to Go Back in Time | ||
| ```bash | ||
| bob backup restore # Interactive picker — choose any version | ||
| bob backup restore --source # Restore source code | ||
| bob backup restore --source --file <path> # Restore one specific file | ||
| bob backup restore --global # Full machine restore (Grid) | ||
| ``` | ||
| > **Before every restore, VaultBob automatically saves your current state locally. You cannot permanently lose your work through normal use of VaultBob.** | ||
| ### The Global Backup — Full Machine Migration | ||
| ```bash | ||
| bob backup create --global | ||
| ``` | ||
| 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. | ||
| > **"New laptop. Same Bob. Same context. Same you."** | ||
| ### Archive Slots by Workshop Plan | ||
| | Workshop Plan | Archive Slots | Retention Period | | ||
| |---------------|---------------|-----------------| | ||
| | Patch | 0 slots | 1 month | | ||
| | Build | 3 slots | 3 months | | ||
| | Forge | 6 slots | 6 months | | ||
| | Grid | 12 slots | 12 months | | ||
| ### Remote Backup via SovereignLink | ||
| VaultBob integrates directly with SovereignLink — back up and restore your remote machine without being physically present: | ||
| ```bash | ||
| bob remote backup # Trigger backup on your home machine | ||
| bob remote backup --source # Remote source backup | ||
| bob remote restore # Restore latest on remote machine | ||
| ``` | ||
| --- | ||
| ## UserBob — Your Digital Twin | ||
@@ -259,2 +339,11 @@ | ||
| VaultBob — Backup & Restore | ||
| bob backup create # Back up project context | ||
| bob backup create --source # Back up source code | ||
| bob backup create --source --file # Back up one file | ||
| bob backup create --global # Full machine backup (Grid) | ||
| bob backup create --archive "name" # Named checkpoint | ||
| bob backup list # View revision history | ||
| bob backup restore # Interactive restore | ||
| Digital Twin | ||
@@ -273,2 +362,4 @@ bob userbob "mission" # Launch digital twin simulation | ||
| bob remote chat "msg" # Remote execution | ||
| bob remote backup # Remote backup | ||
| bob remote restore # Remote restore | ||
@@ -309,3 +400,4 @@ Configuration | ||
| ▸ Local UserBob simulation ▸ UserBob + autonomous dispatch | ||
| ▸ Zero cost ▸ Deep dives, forks, remote exec | ||
| ▸ VaultBob backup & restore ▸ Deep dives, forks, remote exec | ||
| ▸ Zero cost ▸ VaultBob + team license mgmt | ||
| ``` | ||
@@ -317,9 +409,12 @@ | ||
| ## What's New in v0.6.0 | ||
| ## What's New in v0.7.0 | ||
| - **`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. | ||
| - **`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. | ||
| - **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. | ||
| - **`getCLIConversationMessages`** — Dedicated single-conversation poller. No more cross-conversation scanning for live simulation updates. | ||
| - **4 new Cloud Functions** — `getCLIAutonomousTasks`, `getCLITaskExecutionLog`, `updateCLIAutonomySettings`, `getCLIConversationMessages`. | ||
| - **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. | ||
| - **`bob backup create --source`** — Back up your actual code files with gitignore respect. Encrypted before leaving your machine. Independent of GitHub. | ||
| - **`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. | ||
| - **`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. | ||
| - **Named archives** — Intentional checkpoints with meaningful names. Find them by name, not by date. | ||
| - **Remote backup via SovereignLink** — Trigger backups on your home machine from anywhere via `bob remote backup`. | ||
| - **`bob remote index`** — SovereignLink now executes full project indexing remotely. | ||
| - **`bob remote analyse`** — SovereignLink now executes full QA analysis remotely. | ||
@@ -335,2 +430,3 @@ --- | ||
| - Your conversations, your profile, your workflow — **yours to keep, yours to control** | ||
| - Your entire engineering history — **backed up, versioned, and restorable forever** | ||
| - Zero cost to start. Zero permission needed. Zero compromises on privacy. | ||
@@ -355,6 +451,7 @@ | ||
| **The AI coding tool that learns how you think.** | ||
| **The only backup system that protects your engineering brain.** | ||
| **Sovereign. Free. Yours.** | ||
| Bob's CLI · Bob's Workshop · Seedling | ||
| Bob's CLI · VaultBob™ · SovereignLink™ · Bob's Workshop · Seedling | ||
@@ -361,0 +458,0 @@ *Written by Bob.* |
1294391
0.37%450
27.48%