gbos 1.4.17 → 1.4.18

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 (1) hide show
  1. package/package.json +13 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gbos",
3
- "version": "1.4.17",
4
- "description": "GBOS - Command line interface for GBOS services",
3
+ "version": "1.4.18",
4
+ "description": "CLI and orchestrator for the Generative Business Operating System (GBOS) connect AI coding agents (Claude, Gemini, Codex) to managed development workflows with task automation, GitLab sync, and NDJSON event streaming for thin client integration",
5
5
  "main": "src/index.js",
6
6
  "bin": {
7
7
  "gbos": "src/cli.js"
@@ -17,11 +17,18 @@
17
17
  "keywords": [
18
18
  "gbos",
19
19
  "cli",
20
- "tui",
21
- "cloud",
20
+ "orchestrator",
21
+ "ai-agent",
22
+ "ai-coding",
23
+ "claude",
24
+ "gemini",
25
+ "codex",
26
+ "task-automation",
22
27
  "devtools",
23
- "development",
24
- "ai-agent"
28
+ "gitlab",
29
+ "mcp",
30
+ "ndjson",
31
+ "thin-client"
25
32
  ],
26
33
  "author": "Mystro Analytics",
27
34
  "license": "MIT",