@projmux/darwin-x64 0.11.1 → 0.12.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 +1 -1
- package/bin/projmux +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -131,7 +131,7 @@ AI tools can invoke the same projmux CLI to open a managed pane and deliver a
|
|
|
131
131
|
prompt:
|
|
132
132
|
|
|
133
133
|
```sh
|
|
134
|
-
projmux
|
|
134
|
+
projmux create codex --placement right -- "Review the retry logic."
|
|
135
135
|
```
|
|
136
136
|
|
|
137
137
|
Templates and naming conventions for Claude, Codex, and other agents are in
|
package/bin/projmux
CHANGED
|
Binary file
|