martty 0.2.11 → 0.2.13

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
@@ -25,6 +25,21 @@ The profile command is the recommended install and upgrade path. It creates a
25
25
  missing profile and installs the TUI plus its ACP dependency; no global
26
26
  `dsh-tui` installation is required.
27
27
 
28
+ ## Migrating from the scoped package
29
+
30
+ `martty` is the recommended package name. Starting with `0.2.13`, it and the
31
+ legacy `martty` package are published by the same CI run
32
+ with identical versions and artifacts. Existing scoped-package installs remain
33
+ supported. To switch package names:
34
+
35
+ ```sh
36
+ dsh plugin --profile tui remove martty
37
+ dsh plugin --profile tui add martty@latest
38
+ ```
39
+
40
+ Only the package spec changes. The `dsh-tui` / `dsb` commands, `tui` profile,
41
+ runtime behavior, config, and session data remain unchanged.
42
+
28
43
  The profile Host mounts the ACP plugin on Base, then starts a separate TUI
29
44
  Client process over standard ACP stdin/stdout. For standalone use, run
30
45
  `dsh-tui` and use `--agent <cmd>` plus repeated `--agent-arg <arg>` for another
@@ -112,6 +127,9 @@ that you installed the latest version and that your platform appears above.
112
127
  npm uninstall --global martty
113
128
  ```
114
129
 
130
+ Use `npm uninstall --global martty` instead for a legacy
131
+ global installation.
132
+
115
133
  Source, screenshots, development commands, and architecture notes live in the
116
134
  [GitHub repository](https://github.com/openma-ai/Martty).
117
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "martty",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "description": "Terminal-native ACP client UI; Cordis client tree, any ACP agent",
5
5
  "license": "MIT",
6
6
  "repository": {
Binary file
Binary file
Binary file
Binary file
Binary file