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.
Files changed (2) hide show
  1. package/README.md +13 -1
  2. 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
- Pulls the latest agents, workflows, and framework files into your project. Your venture state, documents, and settings are never touched.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ventureos",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "VentureOS — AI-powered venture building framework. From raw idea to investor-ready pitch in 12 structured weeks.",
5
5
  "type": "module",
6
6
  "bin": {