@projmux/linux-arm64 0.8.3 → 0.9.0

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
@@ -45,7 +45,7 @@ comes back as the *same* conversation — not a fresh one.
45
45
  - [Node.js](https://nodejs.org/) and npm, for the main install path.
46
46
  - [tmux](https://github.com/tmux/tmux/wiki/Installing) **3.4 or newer**.
47
47
 
48
- Run `projmux doctor` after installing to check the local runtime.
48
+ Run `projmux doctor` after installing for read-only local runtime diagnostics.
49
49
 
50
50
  ## Install
51
51
 
@@ -53,8 +53,8 @@ The npm package shown above installs a small Node.js shim plus the matching
53
53
  projmux binary for Linux and macOS on x64 or arm64. npm is the primary
54
54
  distribution path for normal users.
55
55
 
56
- Verify with `projmux version`. Then `projmux doctor` checks the local runtime
57
- (tmux 3.4+ and hook integration health).
56
+ Verify with `projmux version`. Then `projmux doctor` provides read-only local
57
+ runtime diagnostics (tmux 3.4+ and hook integration health).
58
58
 
59
59
  Manual Go, source checkout, GitHub Release, and packaging details live in
60
60
  [Install](docs/install.md).
@@ -81,8 +81,9 @@ defaults. `Alt-7` is an additional editable built-in default. Add aliases in
81
81
  Settings > Keybindings or `~/.config/projmux/keymap.toml`. If a key does not
82
82
  fire, the Darwin release uses a native physical-key adapter automatically
83
83
  inside `projmux shell` after one-time macOS Accessibility approval. On other
84
- paths, run `projmux setup` outside tmux, then use `projmux init [terminal]
85
- --apply` for supported terminal delivery fallbacks.
84
+ paths, run `projmux setup` outside tmux, then use
85
+ `projmux setup terminal [terminal] --apply` for supported terminal delivery
86
+ fallbacks.
86
87
 
87
88
  ## Day-To-Day Use
88
89
 
package/bin/projmux CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projmux/linux-arm64",
3
- "version": "0.8.3",
3
+ "version": "0.9.0",
4
4
  "description": "Linux arm64 binary for projmux",
5
5
  "license": "MIT",
6
6
  "repository": {