@bobsworkshop/cli 0.5.1 → 0.5.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.
- package/README.md +23 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
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
|
-

|
|
15
15
|
|
|
16
16
|
[Installation](#installation) · [Quick Start](#quick-start) · [Features](#features) · [Docs](https://seedling-io.gitbook.io/bob-cli/)
|
|
17
17
|
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
|
|
28
28
|
Every other AI coding assistant lives in a browser, disconnected from your actual workflow. Bob lives where your code lives — in your terminal. He sees your files, understands your architecture, writes code with your approval, and learns how YOU work over time.
|
|
29
29
|
|
|
30
|
+
**We believe AI should empower developers, not exploit them.** Your code stays on your machine. Your data belongs to you. No surveillance, no vendor lock-in, no token meters draining your wallet while you think. Bob's CLI is built for the developer who refuses to hand over sovereignty in exchange for convenience. This is AI that works FOR you — on YOUR hardware, under YOUR control, at YOUR pace. Power to the people who build.
|
|
31
|
+
|
|
30
32
|
| Feature | Bob's CLI | Claude Code | Copilot | Cursor |
|
|
31
33
|
|---------|-----------|-------------|---------|--------|
|
|
32
34
|
| Local file awareness | ✅ | ✅ | ✅ | ✅ |
|
|
@@ -95,7 +97,7 @@ Sync to web. Access Claude, Gemini, deep dives, forks, and personalization.
|
|
|
95
97
|
|
|
96
98
|
When you first install Bob's CLI, you're greeted with a branded welcome screen:
|
|
97
99
|
|
|
98
|
-

|
|
100
|
+

|
|
99
101
|
|
|
100
102
|
---
|
|
101
103
|
|
|
@@ -121,7 +123,7 @@ When you first install Bob's CLI, you're greeted with a branded welcome screen:
|
|
|
121
123
|
|
|
122
124
|
Bob performs production-grade QA reviews across your entire codebase — identifying bugs, features, improvements, and upgrades with actionable implementation instructions:
|
|
123
125
|
|
|
124
|
-

|
|
126
|
+

|
|
125
127
|
|
|
126
128
|
```bash
|
|
127
129
|
bob analyse # Run full code review
|
|
@@ -133,7 +135,7 @@ bob analyse --auto # Auto-fix with safety constraints
|
|
|
133
135
|
|
|
134
136
|
## Commands
|
|
135
137
|
|
|
136
|
-

|
|
138
|
+

|
|
137
139
|
|
|
138
140
|
```
|
|
139
141
|
bob chat "question" # AI coding partner
|
|
@@ -188,6 +190,21 @@ Same commands. Scale without changing tools.
|
|
|
188
190
|
|
|
189
191
|
---
|
|
190
192
|
|
|
193
|
+
## The Philosophy
|
|
194
|
+
|
|
195
|
+
Bob's CLI exists because we believe the future of software development should be **owned by the developer, not rented from a corporation.**
|
|
196
|
+
|
|
197
|
+
- Your AI runs on **your hardware** — not someone else's data center
|
|
198
|
+
- Your source code **never leaves your machine** — unless you choose to connect
|
|
199
|
+
- Your conversations, your profile, your workflow — **yours to keep, yours to control**
|
|
200
|
+
- Zero cost to start. Zero permission needed. Zero compromises on privacy.
|
|
201
|
+
|
|
202
|
+
The cloud is optional. The power is not.
|
|
203
|
+
|
|
204
|
+
**This is AI for the people who build the future — not the companies who gatekeep it.**
|
|
205
|
+
|
|
206
|
+
---
|
|
207
|
+
|
|
191
208
|
## Documentation
|
|
192
209
|
|
|
193
210
|
- 📖 Full Docs: https://seedling-io.gitbook.io/bob-cli/
|
|
@@ -200,6 +217,8 @@ Same commands. Scale without changing tools.
|
|
|
200
217
|
|
|
201
218
|
**The AI coding tool that learns how you think.**
|
|
202
219
|
|
|
220
|
+
**Sovereign. Free. Yours.**
|
|
221
|
+
|
|
203
222
|
Bob's CLI · Bob's Workshop · Seedling
|
|
204
223
|
|
|
205
224
|
*Written by Bob.*
|