@pleri/olam-cli 0.1.208 → 0.1.210

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.
package/README.md CHANGED
@@ -79,13 +79,15 @@ olam mcp uninstall # idempotent; symmetric
79
79
  ```
80
80
 
81
81
  Auto-detects whether `olam` is on PATH (writes `command: "olam"`); otherwise
82
- falls back to `npx -y @pleri/olam-cli mcp serve`. Paste-in for `~/.claude.json`
83
- or a project `.mcp.json`:
82
+ falls back to `npx -y @pleri/olam-cli@latest mcp serve`. The `@latest` pin is
83
+ deliberate a bare `npx -y @pleri/olam-cli` reuses a stale cached build without
84
+ re-checking the registry, so a published upgrade can be silently shadowed by an
85
+ old cached version. Paste-in for `~/.claude.json` or a project `.mcp.json`:
84
86
 
85
87
  ```json
86
88
  {
87
89
  "mcpServers": {
88
- "olam": { "command": "npx", "args": ["-y", "@pleri/olam-cli", "mcp", "serve"] }
90
+ "olam": { "command": "npx", "args": ["-y", "@pleri/olam-cli@latest", "mcp", "serve"] }
89
91
  }
90
92
  }
91
93
  ```
@@ -1,12 +1,12 @@
1
1
  {
2
- "auth": "sha256:238ef8b58198684f84ea7c2bf91b23a3ac216660a40f8ef6b4db11c83e555b3a",
3
- "devbox": "sha256:e67854192a837bc9c46d4ed59253422e271fedc6eab0f587ac29bd4614ceeede",
4
- "devbox-base": "sha256:5daa9c6bcb86ac50a888a002f44f029218e610f347d1325912e3e185bbf79de8",
5
- "host-cp": "sha256:ddeb5b82c7a1d72d78070b299ea2266683e71ff832c5b399fe25ba28f2285d6f",
6
- "kg-service": "sha256:8fa1ef59a27f9295b7f7375ccda8e1efa110c9a309603301c073076e919e35c3",
7
- "memory-service": "sha256:581f763fcdc2e7e056c805883efa5e510ce460c6c2096445a909f35fcb38f04b",
8
- "mcp-auth": "sha256:56964905f2da39c19f462b5e5f5f84e74a930c9a70a4518463606ce91276272b",
2
+ "auth": "sha256:90c00c3d75cc697539a0d6663fdf30d67fac787171ff1c53a3c1fa1755fcecb3",
3
+ "devbox": "sha256:6d8eccfb38c5379a8977bbd79e59c36ce7d45b4cb7f834d76c7b0bdbc7c27c43",
4
+ "devbox-base": "sha256:e9ddfc1305549e76608d4da12d2930e8c10be1e3c198db04b7b3b21e4bffc284",
5
+ "host-cp": "sha256:5d8726cbe667359e64d2abe53150c80c870a2d71960c2f41833a3c8719abee12",
6
+ "kg-service": "sha256:829de080754fe0728b0c0368b6083a6679baff33745dd81c68fadc4ccea7bf7d",
7
+ "memory-service": "sha256:2b40d835b807fa49316a9db0215ee4ac6b36e2403c8170cfb4a70067115ad292",
8
+ "mcp-auth": "sha256:c7041e093e23acdad36eb2a611e66e925061b79e41a5b8a3be28bba57d6624c5",
9
9
  "$schema_version": 1,
10
- "$published_version": "0.1.208",
10
+ "$published_version": "0.1.210",
11
11
  "$registry": "ghcr.io/pleri"
12
12
  }