@zenku/cli 0.1.8 → 0.1.9

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @zenku/cli
2
2
 
3
- Multi-service CLI for managing PocketBase-backed applications from the terminal.
3
+ Command-line interface for the Zenku platform.
4
4
 
5
5
  ## Install
6
6
 
@@ -60,7 +60,7 @@ If you used a custom `ZENKU_INSTALL_DIR`, remove it from there instead.
60
60
 
61
61
  ## Features
62
62
 
63
- - **Profile Management** — Named connection profiles pointing to PocketBase instances and service APIs
63
+ - **Profile Management** — Named connection profiles for Zenku services
64
64
  - **Authentication** — Password, OTP, and OAuth2 (PKCE) login flows with automatic token refresh
65
65
  - **Vault** — AI agent memory: agents, knowledge nodes, sessions, messages, observations, summaries
66
66
  - **Kanban** — Project management: projects, issues, boards, labels, comments, issue links
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenku/cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Zenku CLI — manage PocketBase services from the terminal.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "bin": {
@@ -13,9 +13,9 @@
13
13
  "README.md"
14
14
  ],
15
15
  "optionalDependencies": {
16
- "@zenku/cli-darwin-arm64": "0.1.8",
17
- "@zenku/cli-darwin-x64": "0.1.8",
18
- "@zenku/cli-linux-arm64": "0.1.8",
19
- "@zenku/cli-linux-x64": "0.1.8"
16
+ "@zenku/cli-darwin-arm64": "0.1.9",
17
+ "@zenku/cli-darwin-x64": "0.1.9",
18
+ "@zenku/cli-linux-arm64": "0.1.9",
19
+ "@zenku/cli-linux-x64": "0.1.9"
20
20
  }
21
21
  }