@rizom/ops 0.2.0-alpha.6 → 0.2.0-alpha.7

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.
@@ -0,0 +1,312 @@
1
+ # Rover Pilot User Onboarding
2
+
3
+ Welcome to the Rover pilot.
4
+
5
+ This document is written for **first-time users**. You do **not** need prior experience with Rover, MCP, git, or the rest of the system to get started.
6
+
7
+ ## What Rover is
8
+
9
+ Rover is your private AI assistant for working with your own notes, links, and ideas.
10
+
11
+ In this pilot, Rover is intentionally simple:
12
+
13
+ - you talk to it through an **MCP client**
14
+ - **there is no website to browse**
15
+ - Discord is optional
16
+ - Obsidian fits through the git-sync/content-repo workflow, not as the main chat interface
17
+
18
+ You can think of Rover as a private knowledge companion that helps you:
19
+
20
+ - save notes
21
+ - save links
22
+ - reflect on your own material
23
+ - find patterns in what you have collected
24
+ - think through questions with AI
25
+
26
+ ## What you will receive from us
27
+
28
+ We will send you the details you need to connect.
29
+
30
+ That usually includes:
31
+
32
+ - your Rover URL: `https://<handle>.rizom.ai/mcp`
33
+ - your **Bearer token**
34
+ - confirmation of whether Discord is enabled for you
35
+ - any extra instructions if we are testing a specific workflow with your cohort
36
+
37
+ Treat the **Bearer token** like a password. Do not share it.
38
+
39
+ ## One important idea: MCP is just the connection method
40
+
41
+ If you have never used MCP before, the shortest explanation is:
42
+
43
+ - **Rover** is the assistant
44
+ - **MCP** is the way your AI client connects to Rover
45
+
46
+ You do not need to understand the protocol details.
47
+
48
+ For the pilot, the practical meaning is simple:
49
+
50
+ - open a supported client
51
+ - add your Rover URL
52
+ - paste your Bearer token
53
+ - start talking to Rover
54
+
55
+ ## What to use first
56
+
57
+ For most users, the easiest first setup is:
58
+
59
+ - **Claude Desktop** for talking to Rover
60
+ - **Obsidian** only if you also want to work directly with markdown files later
61
+ - **Discord** only if we explicitly enable it for you
62
+
63
+ ## How to connect
64
+
65
+ Use an MCP client that supports:
66
+
67
+ - **HTTP / Streamable HTTP MCP**
68
+ - **Bearer token authentication**
69
+
70
+ When your client asks for connection details, use:
71
+
72
+ - **Server URL:** `https://<handle>.rizom.ai/mcp`
73
+ - **Authentication type:** Bearer token
74
+ - **Bearer token:** the token we sent you
75
+
76
+ If the client asks for a name, use something simple like:
77
+
78
+ - `Rover (<handle>)`
79
+
80
+ ## Claude Desktop setup
81
+
82
+ If your Claude Desktop version supports connecting to a **remote HTTP / Streamable HTTP MCP server**, enter:
83
+
84
+ - **Server URL:** `https://<handle>.rizom.ai/mcp`
85
+ - **Authentication:** Bearer token
86
+ - **Token:** the token we sent you
87
+
88
+ Then try a first message like:
89
+
90
+ > What can you help me do, and what should I use you for?
91
+
92
+ Or:
93
+
94
+ > Help me save my first note.
95
+
96
+ If your Claude Desktop version only supports local MCP servers and not remote HTTP MCP cleanly, tell us what version you are using and we will help you.
97
+
98
+ ## Your first 5 minutes
99
+
100
+ Once you are connected, try this sequence:
101
+
102
+ ### 1. Check that Rover responds
103
+
104
+ Ask:
105
+
106
+ > What can you help me do?
107
+
108
+ ### 2. Save a first note
109
+
110
+ Ask:
111
+
112
+ > Save a note: I want to use Rover to collect ideas from my work, reading, and conversations.
113
+
114
+ ### 3. Save a useful link
115
+
116
+ Ask:
117
+
118
+ > Save this link and note why it matters to me: <paste URL>
119
+
120
+ ### 4. Ask Rover to reflect back what it knows
121
+
122
+ Ask:
123
+
124
+ > Based on what I’ve stored so far, what themes are starting to emerge?
125
+
126
+ ### 5. Use it as a thinking partner
127
+
128
+ Ask:
129
+
130
+ > I am thinking through a problem in my work. Help me structure the question and identify what context is missing.
131
+
132
+ ## Wishlist: when Rover cannot do something yet
133
+
134
+ Rover has a built-in **wishlist**.
135
+
136
+ This is important for first-time users because Rover will not be able to do everything yet.
137
+
138
+ If you ask for something Rover cannot do, it should add that request to the wishlist instead of just failing silently.
139
+
140
+ You can think of the wishlist as:
141
+
142
+ - a backlog of missing capabilities
143
+ - a record of things users want Rover to do
144
+ - a way for the pilot team to see which missing features matter most
145
+
146
+ ### When the wishlist is useful
147
+
148
+ The wishlist is especially useful when you ask Rover to do something like:
149
+
150
+ - connect to a tool it does not support yet
151
+ - perform an action it cannot perform yet
152
+ - add a workflow or feature that does not exist yet
153
+
154
+ Examples:
155
+
156
+ > I want Rover to draft and send emails for me.
157
+
158
+ > I want Rover to connect to my calendar.
159
+
160
+ > I want Rover to summarize voice notes automatically.
161
+
162
+ If Rover cannot actually do those things yet, it should tell you that and add the request to the wishlist.
163
+
164
+ ### What happens when something is added to the wishlist
165
+
166
+ When a request is added to the wishlist:
167
+
168
+ - it is saved as a **wish**
169
+ - it starts in a **new** state
170
+ - similar requests can be grouped together instead of creating endless duplicates
171
+ - repeated demand can increase the count of how many times that wish was requested
172
+
173
+ That helps us see which gaps are one-off ideas and which ones keep coming up across real usage.
174
+
175
+ ### How you should use it
176
+
177
+ You do **not** need special commands.
178
+
179
+ Just ask naturally.
180
+
181
+ If Rover cannot do what you asked, a good response from Rover is something like:
182
+
183
+ - it explains the limitation clearly
184
+ - it says the request was added to the wishlist
185
+
186
+ If that does **not** happen, that is useful feedback for us too.
187
+
188
+ ## Obsidian
189
+
190
+ Obsidian is part of the pilot through the **git-synced content repo workflow**, not through MCP.
191
+
192
+ That means:
193
+
194
+ - use **Claude Desktop** as the main way to talk to Rover
195
+ - use **Obsidian** if you want to browse, draft, and edit markdown files directly
196
+ - Rover can pick up those file changes through the normal git-sync / directory-sync flow
197
+
198
+ A simple mental model:
199
+
200
+ - **Claude Desktop** = talk to Rover
201
+ - **Obsidian** = edit the underlying notes
202
+
203
+ If we have already shared your content repo workflow with you, the simplest setup is:
204
+
205
+ 1. clone your Rover content repo locally
206
+ 2. open that folder as an Obsidian vault
207
+ 3. optionally install the **Obsidian Git** plugin if you want in-app commit/push/pull support
208
+ 4. edit or organize your markdown notes there
209
+ 5. commit and push your changes through normal git or the Obsidian Git plugin
210
+ 6. let the normal git-sync flow carry those changes into Rover
211
+
212
+ If we have **not** given you a direct content repo workflow yet, that is fine. You can ignore Obsidian for now and use Rover purely through MCP.
213
+
214
+ ## Discord (optional)
215
+
216
+ Discord is optional in this pilot.
217
+
218
+ If it is enabled for you, think of it as a lightweight secondary interface for:
219
+
220
+ - quick note capture
221
+ - dropping in links to save
222
+ - short questions when you do not want to open Claude Desktop
223
+
224
+ Important:
225
+
226
+ - **MCP remains the main interface**
227
+ - Discord is **off by default**
228
+ - if you want Discord, tell us explicitly
229
+ - for this pilot, Discord-enabled users may need to supply their own bot token
230
+ - if Discord is enabled, we will send the exact invite/setup steps separately
231
+
232
+ If Discord is **not** enabled for you, that is completely normal.
233
+
234
+ ## What to expect in the pilot
235
+
236
+ This is a real working system, but it is still an early pilot.
237
+
238
+ So you should expect:
239
+
240
+ - some rough edges
241
+ - a setup process that may still be a bit manual
242
+ - a Rover that becomes more useful as you add more notes and links
243
+ - occasional follow-up questions from us about your experience
244
+ - improvements and changes during the pilot
245
+
246
+ That is normal. The point of the pilot is to learn from real use.
247
+
248
+ ## Privacy and boundaries
249
+
250
+ For the pilot:
251
+
252
+ - your Rover is deployed specifically for you
253
+ - access to `/mcp` is protected by your Bearer token
254
+ - you should avoid putting highly sensitive material into the pilot unless we have explicitly agreed that it is in scope
255
+
256
+ If you are unsure whether something belongs in Rover, ask us first.
257
+
258
+ ## Troubleshooting
259
+
260
+ ### I opened the domain and it does not look like a normal site
261
+
262
+ That is expected. In this pilot, **there is no website to browse**. Rover core is MCP-first.
263
+
264
+ ### I got an authentication error
265
+
266
+ Usually this means one of three things:
267
+
268
+ - the Bearer token was missing
269
+ - the Bearer token was pasted incorrectly
270
+ - the client is using the wrong authentication type
271
+
272
+ Double-check that you are using:
273
+
274
+ - URL: `https://<handle>.rizom.ai/mcp`
275
+ - auth type: **Bearer token**
276
+ - token: exactly the token we sent you
277
+
278
+ ### My MCP client says it cannot connect
279
+
280
+ Some clients support local MCP servers better than remote HTTP MCP servers.
281
+
282
+ If that happens, send us:
283
+
284
+ - the name of the client
285
+ - the version you are using
286
+ - the exact error message
287
+ - a screenshot if possible
288
+
289
+ ## What feedback helps us most
290
+
291
+ We especially want to hear:
292
+
293
+ - what was confusing during setup
294
+ - what felt useful immediately
295
+ - what felt weak, awkward, or unclear
296
+ - what you expected Rover to do but could not get it to do
297
+ - whether you would keep using it after the pilot
298
+
299
+ Short, honest feedback is perfect.
300
+
301
+ ## Quick handoff template
302
+
303
+ When we onboard you, the message will look roughly like this:
304
+
305
+ ```text
306
+ Rover URL: https://<handle>.rizom.ai/mcp
307
+ Auth type: Bearer token
308
+ Bearer token: <token>
309
+ Discord enabled: yes/no
310
+ ```
311
+
312
+ If anything is unclear, reply with the exact error text or a screenshot and we will help.