@gobi-ai/cli 2.0.5 → 2.0.6

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.
@@ -4,12 +4,12 @@
4
4
  "name": "gobi-ai"
5
5
  },
6
6
  "description": "Claude Code plugin for the Gobi collaborative knowledge platform CLI",
7
- "version": "2.0.5",
7
+ "version": "2.0.6",
8
8
  "plugins": [
9
9
  {
10
10
  "name": "gobi",
11
11
  "description": "Manage the Gobi collaborative knowledge platform from the command line. Publish vault profiles, create posts and replies, manage saved notes and posts, manage sessions, generate images and videos.",
12
- "version": "2.0.5",
12
+ "version": "2.0.6",
13
13
  "author": {
14
14
  "name": "gobi-ai"
15
15
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gobi",
3
3
  "description": "Manage the Gobi collaborative knowledge platform from the command line",
4
- "version": "2.0.5",
4
+ "version": "2.0.6",
5
5
  "author": {
6
6
  "name": "gobi-ai"
7
7
  },
@@ -50,8 +50,11 @@ export function registerSpaceCommand(program) {
50
50
  }
51
51
  const lines = [];
52
52
  for (const s of items) {
53
- const desc = s.description ? ` - ${s.description}` : "";
54
- lines.push(`- [${s.slug}] ${s.name}${desc}`);
53
+ lines.push(`- [${s.slug}] ${s.name}`);
54
+ if (s.description)
55
+ lines.push(` Description: ${s.description}`);
56
+ if (s.rules)
57
+ lines.push(` Rules: ${s.rules}`);
55
58
  }
56
59
  console.log(`Spaces (${items.length}):\n` + lines.join("\n"));
57
60
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobi-ai/cli",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "CLI client for the Gobi collaborative knowledge platform",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,12 +9,12 @@ description: >-
9
9
  allowed-tools: Bash(gobi:*)
10
10
  metadata:
11
11
  author: gobi-ai
12
- version: "2.0.5"
12
+ version: "2.0.6"
13
13
  ---
14
14
 
15
15
  # gobi-core
16
16
 
17
- Core CLI commands for the Gobi collaborative knowledge platform (v2.0.5).
17
+ Core CLI commands for the Gobi collaborative knowledge platform (v2.0.6).
18
18
 
19
19
  ## Prerequisites
20
20
 
@@ -10,12 +10,12 @@ description: >-
10
10
  allowed-tools: Bash(gobi:*)
11
11
  metadata:
12
12
  author: gobi-ai
13
- version: "2.0.5"
13
+ version: "2.0.6"
14
14
  ---
15
15
 
16
16
  # gobi-draft
17
17
 
18
- Gobi draft commands for managing agent-authored drafts (v2.0.5).
18
+ Gobi draft commands for managing agent-authored drafts (v2.0.6).
19
19
 
20
20
  Requires gobi-cli installed and authenticated. See gobi-core skill for setup.
21
21
 
@@ -10,12 +10,12 @@ description: >-
10
10
  allowed-tools: Bash(gobi:*)
11
11
  metadata:
12
12
  author: gobi-ai
13
- version: "2.0.5"
13
+ version: "2.0.6"
14
14
  ---
15
15
 
16
16
  # gobi-media
17
17
 
18
- Gobi media generation commands (v2.0.5).
18
+ Gobi media generation commands (v2.0.6).
19
19
 
20
20
  Requires gobi-cli installed and authenticated. See gobi-core skill for setup.
21
21
 
@@ -8,12 +8,12 @@ description: >-
8
8
  allowed-tools: Bash(gobi:*)
9
9
  metadata:
10
10
  author: gobi-ai
11
- version: "2.0.5"
11
+ version: "2.0.6"
12
12
  ---
13
13
 
14
14
  # gobi-saved
15
15
 
16
- Gobi saved-knowledge commands (v2.0.5).
16
+ Gobi saved-knowledge commands (v2.0.6).
17
17
 
18
18
  Requires gobi-cli installed and authenticated. See gobi-core skill for setup.
19
19
 
@@ -7,12 +7,12 @@ description: >-
7
7
  allowed-tools: Bash(gobi:*)
8
8
  metadata:
9
9
  author: gobi-ai
10
- version: "2.0.5"
10
+ version: "2.0.6"
11
11
  ---
12
12
 
13
13
  # gobi-sense
14
14
 
15
- Gobi sense commands for activity and transcription data (v2.0.5).
15
+ Gobi sense commands for activity and transcription data (v2.0.6).
16
16
 
17
17
  Requires gobi-cli installed and authenticated. See the **gobi-core** skill for setup.
18
18
 
@@ -10,12 +10,12 @@ description: >-
10
10
  allowed-tools: Bash(gobi:*)
11
11
  metadata:
12
12
  author: gobi-ai
13
- version: "2.0.5"
13
+ version: "2.0.6"
14
14
  ---
15
15
 
16
16
  # gobi-space
17
17
 
18
- Gobi space and global posts (v2.0.5).
18
+ Gobi space and global posts (v2.0.6).
19
19
 
20
20
  Requires gobi-cli installed and authenticated. See the **gobi-core** skill for setup.
21
21
 
@@ -8,12 +8,12 @@ description: >-
8
8
  allowed-tools: Bash(gobi:*)
9
9
  metadata:
10
10
  author: gobi-ai
11
- version: "2.0.5"
11
+ version: "2.0.6"
12
12
  ---
13
13
 
14
14
  # gobi-vault
15
15
 
16
- Gobi vault commands for publishing your vault profile and syncing files (v2.0.5).
16
+ Gobi vault commands for publishing your vault profile and syncing files (v2.0.6).
17
17
 
18
18
  Requires gobi-cli installed and authenticated. See gobi-core skill for setup.
19
19