muuuuse 2.3.1 → 2.3.2

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
@@ -1,6 +1,6 @@
1
1
  # 🔌Muuuuse
2
2
 
3
- `🔌Muuuuse` is a tiny no-tmux terminal relay.
3
+ `🔌Muuuuse` is a tiny terminal relay.
4
4
 
5
5
  It does one job:
6
6
  - arm terminal one with `muuuuse 1`
@@ -76,12 +76,10 @@ muuuuse stop
76
76
 
77
77
  ## Notes
78
78
 
79
- - no tmux
80
79
  - state lives under `~/.muuuuse`
81
80
  - only the signed armed pair can exchange relay events
82
81
  - `continue <seat>` is a separate local forwarding lane and can target any armed seat number
83
82
  - supported relay detection is built for Codex, Claude, and Gemini
84
- - `codeman` remains the larger transport/control layer; `muuuuse` stays local and minimal
85
83
 
86
84
  ## Install
87
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muuuuse",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "🔌Muuuuse arms regular terminals in isolated pairs and can continue relay output into any other armed seat.",
5
5
  "type": "commonjs",
6
6
  "bin": {
package/src/util.js CHANGED
@@ -311,7 +311,6 @@ function usage() {
311
311
  " 9. Run `muuuuse status` or `muuuuse stop` from any shell.",
312
312
  "",
313
313
  "Notes:",
314
- " - No tmux.",
315
314
  " - `muuuuse stop` and `muuuuse status` work from another terminal or the same one.",
316
315
  " - State lives under `~/.muuuuse`.",
317
316
  ].join("\n");