@tempoxyz/mercator 0.0.204 → 0.0.227

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,11 @@ mercator setup --client codex
24
24
  mercator doctor
25
25
  ```
26
26
 
27
+ The installer stages and verifies immutable releases under
28
+ `~/.local/share/mercator/releases/<version>`, atomically links the selected release into
29
+ `~/.local/bin`. Failed installs leave the active CLI unchanged, previous releases remain available
30
+ for rollback, and unmanaged `mercator` launchers are never replaced.
31
+
27
32
  ## Payment wallet
28
33
 
29
34
  Payment setup is optional. Discovery, service descriptions, quotes, result polling, and feedback do
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempoxyz/mercator",
3
- "version": "0.0.204",
3
+ "version": "0.0.227",
4
4
  "description": "Install Mercator MCP and prepare its payment wallet",
5
5
  "type": "module",
6
6
  "bin": {