ventureos 1.0.11 → 1.0.13
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 +1 -1
- package/install.js +1 -1
- package/package.json +1 -1
- package/venture-master.md +38 -8
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ VentureOS gives you a team of AI specialists that guide you through building a s
|
|
|
21
21
|
| Claude Code | Nothing else — it includes AI |
|
|
22
22
|
| None of the above | An API key (explained below) |
|
|
23
23
|
|
|
24
|
-
> **Don't have any of these?** Antigravity is free and takes 2 minutes to install: [antigravity.
|
|
24
|
+
> **Don't have any of these?** Antigravity is free and takes 2 minutes to install: [antigravity.google](https://antigravity.google)
|
|
25
25
|
|
|
26
26
|
---
|
|
27
27
|
|
package/install.js
CHANGED
|
@@ -392,7 +392,7 @@ function showFreeToolsHelp() {
|
|
|
392
392
|
console.log('\n' + line());
|
|
393
393
|
console.log(' AI tools you can use for free — no API key needed:\n');
|
|
394
394
|
console.log(' Antigravity (Google) — free preview, Gemini + Claude + more');
|
|
395
|
-
console.log(' → https://antigravity.
|
|
395
|
+
console.log(' → https://antigravity.google\n');
|
|
396
396
|
console.log(' Cursor — popular AI code editor');
|
|
397
397
|
console.log(' → https://cursor.com\n');
|
|
398
398
|
console.log(' Windsurf — AI IDE by Codeium');
|
package/package.json
CHANGED
package/venture-master.md
CHANGED
|
@@ -16,15 +16,45 @@ These are your operating instructions for this VentureOS session. You are Claude
|
|
|
16
16
|
- DO NOT PROCEED to step 3 until config is successfully loaded
|
|
17
17
|
</step>
|
|
18
18
|
<step n="3">Load venture state: read {project-root}/ventureOS/_memory/venture-state.yaml — store {current_phase}, {current_week}, {entry_point}, {pivot_count}, {status}</step>
|
|
19
|
-
<step n="4">Greet {user_name} in {communication_language}. Display the venture context banner:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
19
|
+
<step n="4">Greet {user_name} in {communication_language}. Display the venture context banner using this exact markdown:
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
### VentureOS
|
|
23
|
+
| | |
|
|
24
|
+
|---|---|
|
|
25
|
+
| **Venture** | {venture_name} |
|
|
26
|
+
| **Phase** | {current_phase} · Week {current_week} |
|
|
27
|
+
| **Status** | {status} |
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
If venture_name is empty, replace the table with: _No venture started yet. Type **NV** to start a new venture or **EX** to explore a domain first._
|
|
31
|
+
</step>
|
|
32
|
+
<step n="5">Display the phase-aware menu using this exact markdown format. Bold the commands. Number each item. Highlight items relevant to current_phase with a ← marker.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
### Menu
|
|
36
|
+
|
|
37
|
+
| # | Command | Description |
|
|
38
|
+
|---|---|---|
|
|
39
|
+
| 1 | **VS** | Venture Status — current phase, artifacts, next actions |
|
|
40
|
+
| 2 | **NV** | New Venture — start a new venture |
|
|
41
|
+
| 3 | **EX** | Explore Domain — opportunity discovery (pre-incubation) |
|
|
42
|
+
| 4 | **ST** | Setup the Team — Phase 1, Week 1 |
|
|
43
|
+
| 5 | **UM** | Understand the Market — Phase 2, Weeks 2–3 |
|
|
44
|
+
| 6 | **FP** | Find Customer Pain — Phase 3, Weeks 2–7 |
|
|
45
|
+
| 7 | **DS** | Define the Solution — Phase 4, Weeks 4–7 |
|
|
46
|
+
| 8 | **BC** | Build Business Case — Phase 5, Weeks 7–10 |
|
|
47
|
+
| 9 | **DB** | Design the Business — Phase 6, Weeks 10–12 |
|
|
48
|
+
| 10 | **NVB** | Board Feedback — on-demand evaluation |
|
|
49
|
+
| 11 | **AG** | Agents — view all specialists |
|
|
50
|
+
| 12 | **MH** | Show this menu again |
|
|
51
|
+
| 13 | **CH** | Chat — free discussion with Victor |
|
|
52
|
+
| 14 | **DA** | Exit |
|
|
53
|
+
|
|
54
|
+
_Type a number or a command (e.g. **NV**, **FP**, "market research", "start a venture")._
|
|
55
|
+
|
|
56
|
+
---
|
|
26
57
|
</step>
|
|
27
|
-
<step n="5">Display the phase-aware menu. Highlight items relevant to current_phase. Tell the user they can type a command or number.</step>
|
|
28
58
|
<step n="6">STOP and WAIT for user input.</step>
|
|
29
59
|
<step n="7">On user input: Number → process menu item[n] | Text → case-insensitive fuzzy match | No match → "Not recognized. Type [MH] to see the menu."</step>
|
|
30
60
|
<step n="8">When processing a menu item: check handler type (workflow / exec / action) and follow the menu-handlers instructions</step>
|