@projmux/linux-arm64 0.13.0 → 0.13.1

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
@@ -55,6 +55,8 @@ distribution path for normal users.
55
55
 
56
56
  Verify with `projmux version`. Then `projmux doctor` provides read-only local
57
57
  runtime diagnostics (tmux 3.4+ and hook integration health).
58
+ If installation succeeds but the app cannot enter or npm reports an incomplete
59
+ optional dependency, follow [Troubleshooting](docs/troubleshooting.md).
58
60
 
59
61
  Manual Go, source checkout, GitHub Release, and packaging details live in
60
62
  [Install](docs/install.md).
@@ -151,6 +153,7 @@ Templates and naming conventions for Claude, Codex, and other agents are in
151
153
  - [Resource Inspector](docs/resource-attribution.md)
152
154
  - [Session State](docs/session-restore.md)
153
155
  - [Operational Diagnostics](docs/operational-diagnostics.md)
156
+ - [Troubleshooting](docs/troubleshooting.md)
154
157
  - [Agent Workflow](docs/agent-workflow.md)
155
158
 
156
159
  ## Development
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.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Linux arm64 binary for projmux",
5
5
  "license": "MIT",
6
6
  "repository": {