ventureos 1.0.18 → 1.0.19
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 +13 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,11 +69,23 @@ VentureOS asks which service (Claude, ChatGPT, or Gemini), walks you through ent
|
|
|
69
69
|
|
|
70
70
|
## Keeping VentureOS up to date
|
|
71
71
|
|
|
72
|
+
Already using VentureOS on a project? Run this from your project folder to get the latest version:
|
|
73
|
+
|
|
72
74
|
```bash
|
|
73
75
|
npx ventureos update
|
|
74
76
|
```
|
|
75
77
|
|
|
76
|
-
|
|
78
|
+
**What gets updated:**
|
|
79
|
+
- Victor (the orchestrator)
|
|
80
|
+
- All specialist agents
|
|
81
|
+
- All workflows, templates, and scoring files
|
|
82
|
+
|
|
83
|
+
**What is never touched:**
|
|
84
|
+
- `ventureOS/config.yaml` — your settings
|
|
85
|
+
- `ventureOS/_memory/` — your venture state and progress
|
|
86
|
+
- `_ventures/` — all your documents and outputs
|
|
87
|
+
|
|
88
|
+
You can update at any time without losing any work.
|
|
77
89
|
|
|
78
90
|
## Changing your settings
|
|
79
91
|
|