webmux 0.7.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 +6 -0
- package/backend/dist/server.js +2585 -2522
- package/bin/webmux.js +10176 -75
- package/frontend/dist/assets/{index-DeLoWUbI.js → index-Cu0O1qK6.js} +11 -11
- package/frontend/dist/index.html +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -34,6 +34,12 @@ Track dev server ports across worktrees. webmux polls configured services and sh
|
|
|
34
34
|
|
|
35
35
|
Run agents in isolated Docker containers for untrusted or experimental work. webmux manages the container lifecycle, port forwarding, and volume mounts automatically.
|
|
36
36
|
|
|
37
|
+
### Linear Integration
|
|
38
|
+
|
|
39
|
+

|
|
40
|
+
|
|
41
|
+
See your assigned Linear issues alongside your worktrees. Webmux matches branches to issues automatically, so you can browse your backlog, pick an issue, and spin up a worktree for it in one click.
|
|
42
|
+
|
|
37
43
|
## Quick Start
|
|
38
44
|
|
|
39
45
|
```bash
|