@gobi-ai/cli 2.0.36 → 2.0.40

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,50 @@
1
+ # gobi personal
2
+
3
+ ```
4
+ Usage: gobi personal [options] [command]
5
+
6
+ Personal-space commands (private posts and replies visible only to you). Posts/replies live in the same data model as space posts, scoped via personalSpaceUserId so they never surface on the public
7
+ feed.
8
+
9
+ Options:
10
+ -h, --help display help for command
11
+
12
+ Commands:
13
+ activities Your personal Sense activities (what you were doing, from the wearable/app), browse-only. Recorded in your personal space (visible only to you).
14
+ conversations Your personal Sense conversations (phone-mic Audio Logs + detected conversations), browse-only. Recorded in your personal space (visible only to you).
15
+ help [command] display help for command
16
+ ```
17
+
18
+ ## activities
19
+
20
+ ```
21
+ Usage: gobi personal activities [options] [command]
22
+
23
+ Your personal Sense activities (what you were doing, from the wearable/app), browse-only. Recorded in your personal space (visible only to you).
24
+
25
+ Options:
26
+ -h, --help display help for command
27
+
28
+ Commands:
29
+ list [options] List Sense activities in this scope (newest first).
30
+ get <activityId> Get one activity's details (visible to you if you recorded it or are a member of its space).
31
+ transcript <activityId> Get an activity's transcript (owner-only; 403 for other space members).
32
+ help [command] display help for command
33
+ ```
34
+
35
+ ## conversations
36
+
37
+ ```
38
+ Usage: gobi personal conversations [options] [command]
39
+
40
+ Your personal Sense conversations (phone-mic Audio Logs + detected conversations), browse-only. Recorded in your personal space (visible only to you).
41
+
42
+ Options:
43
+ -h, --help display help for command
44
+
45
+ Commands:
46
+ list [options] List conversations captured in this scope (newest first).
47
+ transcript <conversationId> Get a conversation's transcript and summary (owner-only).
48
+ audio <conversationId> Get a signed URL for a conversation's combined recording (owner-only; null for analyzer conversations).
49
+ help [command] display help for command
50
+ ```
@@ -0,0 +1,53 @@
1
+ # gobi space
2
+
3
+ ```
4
+ Usage: gobi space [options] [command]
5
+
6
+ Space commands (posts, replies). Space and member admin is web-UI only.
7
+
8
+ Options:
9
+ --space-slug <spaceSlug> Space slug (overrides .gobi/settings.yaml)
10
+ -h, --help display help for command
11
+
12
+ Commands:
13
+ activities This space's Sense activities — every member's, attributed to each recorder (browse-only). Use `gobi space --space-slug <slug> activities …` or set the
14
+ active space with `gobi space warp`.
15
+ conversations This space's Sense conversations — every member's, attributed to each recorder (browse-only; transcript/audio stay owner-only). Use `gobi space
16
+ --space-slug <slug> conversations …` or set the active space with `gobi space warp`.
17
+ help [command] display help for command
18
+ ```
19
+
20
+ ## activities
21
+
22
+ ```
23
+ Usage: gobi space activities [options] [command]
24
+
25
+ This space's Sense activities — every member's, attributed to each recorder (browse-only). Use `gobi space --space-slug <slug> activities …` or set the active space with `gobi space warp`.
26
+
27
+ Options:
28
+ -h, --help display help for command
29
+
30
+ Commands:
31
+ list [options] List Sense activities in this scope (newest first).
32
+ get <activityId> Get one activity's details (visible to you if you recorded it or are a member of its space).
33
+ transcript <activityId> Get an activity's transcript (owner-only; 403 for other space members).
34
+ help [command] display help for command
35
+ ```
36
+
37
+ ## conversations
38
+
39
+ ```
40
+ Usage: gobi space conversations [options] [command]
41
+
42
+ This space's Sense conversations — every member's, attributed to each recorder (browse-only; transcript/audio stay owner-only). Use `gobi space --space-slug <slug> conversations …` or set the active
43
+ space with `gobi space warp`.
44
+
45
+ Options:
46
+ -h, --help display help for command
47
+
48
+ Commands:
49
+ list [options] List conversations captured in this scope (newest first).
50
+ transcript <conversationId> Get a conversation's transcript and summary (owner-only).
51
+ audio <conversationId> Get a signed URL for a conversation's combined recording (owner-only; null for analyzer conversations).
52
+ help [command] display help for command
53
+ ```
@@ -1,34 +1,32 @@
1
1
  ---
2
2
  name: gobi-space
3
3
  description: >-
4
- Gobi space, global, and personal-space commands: read and write posts and
4
+ Gobi space and personal-space commands: read and write posts and
5
5
  replies, browse the unified feed and topic feeds — in a community space
6
- (`gobi space`), in the public global feed of personal posts (`gobi global`),
7
- or in your private personal-space feed visible only to you (`gobi personal`).
8
- All three share the same `Post` data model; only the scope differs. Use when
9
- the user wants to read or write posts and replies. Space and member admin is
10
- web-UI only.
6
+ (`gobi space`), or in your private personal-space feed visible only to you
7
+ (`gobi personal`). Both share the same `Post` data model; only the scope
8
+ differs. Use when the user wants to read or write posts and replies. Space
9
+ and member admin is web-UI only.
11
10
  allowed-tools: Bash(gobi:*)
12
11
  metadata:
13
12
  author: gobi-ai
14
- version: "2.0.36"
13
+ version: "2.0.40"
15
14
  ---
16
15
 
17
16
  # gobi-space
18
17
 
19
- Gobi space, global, and personal-space posts (v2.0.36).
18
+ Gobi space and personal-space posts (v2.0.40).
20
19
 
21
20
  Requires gobi-cli installed and authenticated. See the **gobi-core** skill for setup.
22
21
 
23
- ## Three scopes, one data model
22
+ ## Two scopes, one data model
24
23
 
25
- The same `Post` data type drives all three surfaces — the difference is **scope**:
24
+ The same `Post` data type drives both surfaces — the difference is **scope**:
26
25
 
27
26
  - **Space Post** — `gobi space …` — lives in a community space's feed.
28
- - **Personal Post** — `gobi global …` — lives on the public global feed.
29
- - **Personal-space Post** — `gobi personal …` — private posts and replies visible only to the author. Same shape as `gobi global`, scoped via `personalSpaceUserId` so they never surface on the public feed.
27
+ - **Personal-space Post** — `gobi personal …` — private posts and replies visible only to the author, scoped via `personalSpaceUserId` so they never surface on a public feed.
30
28
 
31
- Anything you can do to a Space Post (reply, edit, delete) you can do to a Personal Post or a Personal-space Post.
29
+ Anything you can do to a Space Post (reply, edit, delete) you can do to a Personal-space Post.
32
30
 
33
31
  - When the user wants to explore or catch up on what's happening in their space, invoke `/gobi:space-explore`.
34
32
  - When the user wants to share or post learnings from the current session, invoke `/gobi:space-share`.
@@ -36,7 +34,7 @@ Anything you can do to a Space Post (reply, edit, delete) you can do to a Person
36
34
 
37
35
  ## Authoring posts: title vs. content
38
36
 
39
- `create-post` (and `edit-post`) on `gobi space`, `gobi global`, and `gobi personal` all take `--title` and `--content` as **separate** fields. The title is rendered as the post heading by the UI, so it must not also appear inside `--content`:
37
+ `create-post` (and `edit-post`) on `gobi space` and `gobi personal` both take `--title` and `--content` as **separate** fields. The title is rendered as the post heading by the UI, so it must not also appear inside `--content`:
40
38
 
41
39
  - Do **not** repeat the title as a heading (`# My title`) or as the first line of `--content`. The reader will see it twice.
42
40
  - Start `--content` with the body itself.
@@ -47,13 +45,13 @@ The same applies to replies: a reply has only `--content` (no title), so do not
47
45
 
48
46
  ## Attaching artifacts (`--artifact`)
49
47
 
50
- Posts have no vault attribution. Both `create-post` and `edit-post` across all three scopes (`gobi space`, `gobi global`, `gobi personal`) accept `--artifact <artifactId>` (repeatable) to attach existing artifacts. On `create-post` it sets the new post's artifacts; on `edit-post` it **replaces** the post's artifact set wholesale (pass every artifact you want; omit `--artifact` to leave them unchanged). The same artifact can be attached to multiple posts — it's a reusable, versioned creation, and each post renders its currently-published revision. To author a vault-anchored document, create a markdown artifact in the matching scope (`gobi space artifact create --kind markdown --vault-slug <slug>`, or `gobi personal artifact create …`) and attach it via `--artifact`. See the **gobi-artifact** skill.
48
+ Posts have no vault attribution. Both `create-post` and `edit-post` across both scopes (`gobi space`, `gobi personal`) accept `--artifact <artifactId>` (repeatable) to attach existing artifacts. On `create-post` it sets the new post's artifacts; on `edit-post` it **replaces** the post's artifact set wholesale (pass every artifact you want; omit `--artifact` to leave them unchanged). The same artifact can be attached to multiple posts — it's a reusable, versioned creation, and each post renders its currently-published revision. To author a vault-anchored document, create a markdown artifact in the matching scope (`gobi space artifact create --kind markdown --vault-slug <slug>`, or `gobi personal artifact create …`) and attach it via `--artifact`. See the **gobi-artifact** skill.
51
49
 
52
50
  > **Wiki-link uploads moved to artifacts.** The `--auto-attachments` flag that used to upload `[[wiki-linked files]]` from a post body now lives on `gobi <scope> artifact create` / `gobi <scope> artifact revise` (markdown kinds; `<scope>` is `space` or `personal`). To publish a markdown creation with resolvable wikilinks, create a markdown artifact with `--vault-slug` + `--auto-attachments` and attach it to the post (`--post-id`). See the **gobi-artifact** skill. Before relying on wikilink resolution, confirm the anchor vault is published: `gobi --json vault status --vault-slug <slug>` should report `isPublished: true`.
53
51
 
54
52
  ## Post media + file attachments (`--attach`)
55
53
 
56
- `create-post` and `create-reply` across all three scopes (`gobi space`, `gobi global`, `gobi personal`) accept `--attach <file>` (repeatable) for inline post attachments — photos/GIF/video that render in-feed alongside the post body, and document files (**pdf/md/txt/csv**) that render as Slack-style file cards. The CLI uploads each file to S3 via `POST /posts/upload-url`; document files additionally carry `fileName` + `mimeType` on the row (the S3 key is a UUID, so that's the only place the original name survives).
54
+ `create-post` and `create-reply` across both scopes (`gobi space`, `gobi personal`) accept `--attach <file>` (repeatable) for inline post attachments — photos/GIF/video that render in-feed alongside the post body, and document files (**pdf/md/txt/csv**) that render as Slack-style file cards. The CLI uploads each file to S3 via `POST /posts/upload-url`; document files additionally carry `fileName` + `mimeType` on the row (the S3 key is a UUID, so that's the only place the original name survives).
57
55
 
58
56
  Mix rule (enforced client-side before upload): up to **4 photos + 4 document files** together, OR **1 GIF**, OR **1 video** — GIF and video are exclusive with everything. Size ceilings: 10MB photos, 15MB GIFs, 512MB video, 250MB document files.
59
57
 
@@ -65,12 +63,11 @@ Use `--attach` for media/files you want shown in the post itself; use a markdown
65
63
 
66
64
  Once a post is created, you can build a shareable URL from the response:
67
65
 
68
- - **Personal post** — `https://gobispace.com/posts/{id}` (e.g. `https://gobispace.com/posts/144869`). This is the canonical share link for `gobi global` posts.
69
66
  - **Space post** — `https://gobispace.com/spaces/{spaceSlug}?postId={id}` (overlay on the space feed) or `https://gobispace.com/spaces/{spaceSlug}/posts/{id}` (dedicated page).
70
67
  - **Vault profile** — `https://gobispace.com/@{vaultSlug}`.
71
68
  - **Vault file** — `https://gobispace.com/file/{vaultSlug}?path={path}` (e.g. `https://gobispace.com/file/jyk?path=notes/intro.md`). First-class URL for linking to a single file from a published vault — renders in the main feed chrome (not the vault homepage). Use this when a post body or reply needs to point readers at a specific vault file. URL-encode each path segment. See **gobi-vault** skill for full semantics.
72
69
 
73
- When you echo a "Post created!" line (or the JSON response is consumed by another agent), include the assembled URL using the fields actually returned — `id` for global posts, `spaceSlug` + `id` for space posts. Don't fabricate slugs.
70
+ When you echo a "Post created!" line (or the JSON response is consumed by another agent), include the assembled URL using the fields actually returned — `spaceSlug` + `id` for space posts. Don't fabricate slugs.
74
71
 
75
72
  ## Prerequisites & space slug
76
73
 
@@ -85,11 +82,11 @@ When you echo a "Post created!" line (or the JSON response is consumed by anothe
85
82
 
86
83
  If `.gobi/settings.yaml` has no `selectedSpaceSlug` and `--space-slug` isn't passed, the command will error.
87
84
 
88
- `gobi global` commands target the public global feed and have no space requirement and no `.gobi` requirement. `gobi global create-post` is symmetric with `gobi space create-post`: attach existing artifacts with `--artifact <artifactId>` (repeatable).
85
+ `gobi personal` commands have no space requirement and no `.gobi` requirement. `gobi personal create-post` is symmetric with `gobi space create-post`: attach existing artifacts with `--artifact <artifactId>` (repeatable).
89
86
 
90
87
  ## Important: JSON Mode
91
88
 
92
- For programmatic/agent usage, always pass `--json` as a **global** option (before the subcommand):
89
+ For programmatic/agent usage, always pass `--json` as a **top-level** option (before the subcommand):
93
90
 
94
91
  ```bash
95
92
  gobi --json space list-posts
@@ -112,7 +109,7 @@ gobi --json space list-posts
112
109
 
113
110
  ### Search
114
111
  - `gobi space search-posts <query>` — Search a space's posts **and** replies, newest first. The query supports free-text keywords plus `from:<name>` (author) and `topic:<tag>` operators; quote multi-word values (`from:"Jane Doe"`). Each result is an individual post or reply, not a whole thread. `--channel <channelId>` restricts results to one channel; omit to search the main feed and every channel visible to you.
115
- - `gobi personal search-posts <query>` — Same query syntax over your private personal-space posts and replies. There is no `gobi global` search.
112
+ - `gobi personal search-posts <query>` — Same query syntax over your private personal-space posts and replies.
116
113
 
117
114
  ### Space posts
118
115
  - `gobi space list-posts` — List posts in a space (paginated).
@@ -128,7 +125,7 @@ gobi --json space list-posts
128
125
 
129
126
  ### Reactions
130
127
 
131
- Emoji reactions on posts **and** replies, across all three scopes (`gobi space`, `gobi global`, `gobi personal`). The id is the bare number from the `[p:N]`/`[r:N]` ids in feed output. Feed and `get-post` lines render existing reactions as compact chips like `👍2* 🎉1` — the count follows each emoji, and a trailing `*` marks ones you reacted with.
128
+ Emoji reactions on posts **and** replies, across both scopes (`gobi space`, `gobi personal`). The id is the bare number from the `[p:N]`/`[r:N]` ids in feed output. Feed and `get-post` lines render existing reactions as compact chips like `👍2* 🎉1` — the count follows each emoji, and a trailing `*` marks ones you reacted with.
132
129
 
133
130
  - `gobi space react <postId> <emoji>` — Add a reaction (idempotent; re-reacting with the same emoji is a no-op).
134
131
  - `gobi space unreact <postId> <emoji>` — Remove your reaction. Pass the emoji literally (`gobi space unreact 123 👍`).
@@ -142,23 +139,9 @@ Channels are private, member-gated sub-feeds inside a space. The **main feed is
142
139
  - `gobi space list-channel-members <channelId>` — List a channel's members.
143
140
  - `--channel <channelId>` on `feed`, `list-posts`, and `create-post` reads/writes that channel instead of the main feed.
144
141
 
145
- ### Personal posts (global feed)
146
-
147
- `gobi global` is the same surface for Personal Posts — posts that live on the author's profile and surface in the public global feed.
148
-
149
- - `gobi global feed` — List the public global feed (posts and replies, newest first).
150
- - `gobi global list-posts` — List personal posts. `--mine` for your own.
151
- - `gobi global get-post <postId>` — Get a personal post with its ancestors and replies.
152
- - `gobi global create-post` — Create a personal post. `--artifact <artifactId>` (repeatable) attaches existing artifacts.
153
- - `gobi global edit-post <postId>` — Edit a personal post you authored.
154
- - `gobi global delete-post <postId>` — Delete a personal post you authored.
155
- - `gobi global create-reply <postId>` — Reply to a personal post.
156
- - `gobi global edit-reply <replyId>` — Edit a reply you authored.
157
- - `gobi global delete-reply <replyId>` — Delete a reply you authored.
158
-
159
142
  ### Personal-space posts (private)
160
143
 
161
- `gobi personal` mirrors `gobi global`'s subcommand and write-flag shape, but every row is scoped to a private personal space (`personalSpaceUserId`). Nothing here surfaces on the public global feed — these posts are visible only to you. Use for private notes-as-posts, scratch drafts, or any post you want to author against your vault without making it public.
144
+ `gobi personal` posts and replies are scoped to a private personal space (`personalSpaceUserId`), with the same subcommand and write-flag shape as `gobi space`. Nothing here surfaces on any public feed — these posts are visible only to you. Use for private notes-as-posts, scratch drafts, or any post you want to author against your vault without making it public.
162
145
 
163
146
  A couple of read-side flags don't mirror — `personal feed` has no `--following` (there's no follow graph in a private space), and `personal list-posts` has no `--mine` (everything in the personal space is already yours).
164
147
 
@@ -166,7 +149,7 @@ A couple of read-side flags don't mirror — `personal feed` has no `--following
166
149
  - `gobi personal search-posts <query>` — Search your personal-space posts and replies (same `from:` / `topic:` query syntax as `gobi space search-posts`).
167
150
  - `gobi personal list-posts` — List your personal-space posts.
168
151
  - `gobi personal get-post <postId>` — Get a personal-space post with its ancestors and replies.
169
- - `gobi personal create-post` — Create a private personal-space post. Same flags as `gobi global create-post` (`--artifact`, `--repost-post-id`, `--attach`).
152
+ - `gobi personal create-post` — Create a private personal-space post. Same flags as `gobi space create-post` (`--artifact`, `--repost-post-id`, `--attach`).
170
153
  - `gobi personal edit-post <postId>` — Edit a personal-space post you authored.
171
154
  - `gobi personal delete-post <postId>` — Delete a personal-space post you authored.
172
155
  - `gobi personal create-reply <postId>` — Reply to a personal-space post (inherits the parent's private scope).
@@ -175,7 +158,7 @@ A couple of read-side flags don't mirror — `personal feed` has no `--following
175
158
 
176
159
  ## Confirm before mutating
177
160
 
178
- Most posts and replies are publicly visible — in a community space (`gobi space …`) or in the global feed (`gobi global …`). `gobi personal …` is the exception: those rows are private to the author. Either way, before running any write, confirm with the user — show the exact command and the resolved title, content (or a short preview), and any attached artifact ids. This applies even when running autonomously.
161
+ Space posts and replies are publicly visible — in a community space (`gobi space …`). `gobi personal …` is the exception: those rows are private to the author. Either way, before running any write, confirm with the user — show the exact command and the resolved title, content (or a short preview), and any attached artifact ids. This applies even when running autonomously.
179
162
 
180
163
  - `create-post` / `create-reply` — content goes live on submission.
181
164
  - `edit-post` / `edit-reply` — confirm the *new* content; people who already saw the original may re-see it.
@@ -187,5 +170,4 @@ Read-only commands (`list-posts`, `get-post`, `feed`, `search-posts`, `list-topi
187
170
  ## Reference Documentation
188
171
 
189
172
  - [gobi space](references/space.md)
190
- - [gobi global](references/global.md)
191
173
  - [gobi personal](references/personal.md)
@@ -3,8 +3,8 @@
3
3
  ```
4
4
  Usage: gobi personal [options] [command]
5
5
 
6
- Personal-space commands (private posts and replies visible only to you). Mirrors the `global` subcommand shape — posts/replies live in the same data model, scoped via personalSpaceUserId so they
7
- never surface on the public feed.
6
+ Personal-space commands (private posts and replies visible only to you). Posts/replies live in the same data model as space posts, scoped via personalSpaceUserId so they never surface on the public
7
+ feed.
8
8
 
9
9
  Options:
10
10
  -h, --help display help for command
@@ -14,7 +14,7 @@ Commands:
14
14
  search-posts [options] <query> Search your personal-space posts and replies (newest first). The query supports keywords plus from:<name> and topic:<tag> operators (quote multi-word values). Each
15
15
  result is an individual post or reply, not a whole thread.
16
16
  list-posts [options] List root posts (no replies) in your personal space. Filters the personal feed client-side; pagination cursor advances through the underlying feed page.
17
- get-post [options] <postId> Get a personal-space post with its ancestors and replies (paginated). Same endpoint as `gobi global get-post`; only the owner can resolve a private id.
17
+ get-post [options] <postId> Get a personal-space post with its ancestors and replies (paginated). Only the owner can resolve a private id.
18
18
  create-post [options] Create a private post in your personal space. Visible only to you.
19
19
  edit-post [options] <postId> Edit a post you authored in your personal space.
20
20
  delete-post <postId> Delete a post you authored in your personal space.
@@ -25,6 +25,8 @@ Commands:
25
25
  unreact <postId> <emoji> Remove your emoji reaction from a personal-space post or reply. <postId> is the numeric id of a post OR a reply.
26
26
  artifact Versioned creations attached to posts, scoped to your personal space (visible only to you). Kinds: image | video | gif | markdown | meeting_summary. Always
27
27
  human-owned; revisions form a draft/published tree (one published per artifact).
28
+ activities Your personal Sense activities (what you were doing, from the wearable/app), browse-only. Recorded in your personal space (visible only to you).
29
+ conversations Your personal Sense conversations (phone-mic Audio Logs + detected conversations), browse-only. Recorded in your personal space (visible only to you).
28
30
  help [command] display help for command
29
31
  ```
30
32
 
@@ -73,7 +75,7 @@ Options:
73
75
  ```
74
76
  Usage: gobi personal get-post [options] <postId>
75
77
 
76
- Get a personal-space post with its ancestors and replies (paginated). Same endpoint as `gobi global get-post`; only the owner can resolve a private id.
78
+ Get a personal-space post with its ancestors and replies (paginated). Only the owner can resolve a private id.
77
79
 
78
80
  Options:
79
81
  --limit <number> Items per page (default: "20")
@@ -96,8 +98,8 @@ Options:
96
98
  --artifact <artifactId> Attach an existing artifact to the post (repeatable). Create artifacts with `gobi personal artifact create`. (default: [])
97
99
  --attach <file> Local media or document file to attach. Repeatable. Mix rule: up to 4 photos + up to 4 document files (pdf/md/txt/csv) OR 1 GIF OR 1 video. Size ceilings: 10MB photos /
98
100
  15MB GIFs / 512MB video / 250MB files. (default: [])
99
- --repost-post-id <postId> Wrap an existing top-level post as the embedded card on this new private post. The referenced post must be visible to you (your own personal-space post, a global-feed
100
- post, or a post in a space you're a member of). Reposting someone else's personal-space post returns 404.
101
+ --repost-post-id <postId> Wrap an existing top-level post as the embedded card on this new private post. The referenced post must be visible to you (your own personal-space post, a public post, or
102
+ a post in a space you're a member of). Reposting someone else's personal-space post returns 404.
101
103
  -h, --help display help for command
102
104
  ```
103
105
 
@@ -216,3 +218,37 @@ Commands:
216
218
  list [options] List this scope's artifacts (newest first).
217
219
  help [command] display help for command
218
220
  ```
221
+
222
+ ## activities
223
+
224
+ ```
225
+ Usage: gobi personal activities [options] [command]
226
+
227
+ Your personal Sense activities (what you were doing, from the wearable/app), browse-only. Recorded in your personal space (visible only to you).
228
+
229
+ Options:
230
+ -h, --help display help for command
231
+
232
+ Commands:
233
+ list [options] List Sense activities in this scope (newest first).
234
+ get <activityId> Get one activity's details (visible to you if you recorded it or are a member of its space).
235
+ transcript <activityId> Get an activity's transcript (owner-only; 403 for other space members).
236
+ help [command] display help for command
237
+ ```
238
+
239
+ ## conversations
240
+
241
+ ```
242
+ Usage: gobi personal conversations [options] [command]
243
+
244
+ Your personal Sense conversations (phone-mic Audio Logs + detected conversations), browse-only. Recorded in your personal space (visible only to you).
245
+
246
+ Options:
247
+ -h, --help display help for command
248
+
249
+ Commands:
250
+ list [options] List conversations captured in this scope (newest first).
251
+ transcript <conversationId> Get a conversation's transcript and summary (owner-only).
252
+ audio <conversationId> Get a signed URL for a conversation's combined recording (owner-only; null for analyzer conversations).
253
+ help [command] display help for command
254
+ ```
@@ -8,12 +8,12 @@ description: >-
8
8
  allowed-tools: Bash(gobi:*)
9
9
  metadata:
10
10
  author: gobi-ai
11
- version: "2.0.36"
11
+ version: "2.0.40"
12
12
  ---
13
13
 
14
14
  # gobi-vault
15
15
 
16
- Gobi vault commands for publishing your vault profile and syncing files (v2.0.36).
16
+ Gobi vault commands for publishing your vault profile and syncing files (v2.0.40).
17
17
 
18
18
  Requires gobi-cli installed and authenticated. See gobi-core skill for setup.
19
19
 
@@ -32,7 +32,7 @@ A "vault" is your file-backed knowledge home. Public vaults are accessible at `h
32
32
 
33
33
  ## Important: JSON Mode
34
34
 
35
- For programmatic/agent usage, always pass `--json` as a **global** option (before the subcommand):
35
+ For programmatic/agent usage, always pass `--json` as a **top-level** option (before the subcommand):
36
36
 
37
37
  ```bash
38
38
  gobi --json vault publish