@projmux/darwin-x64 0.10.1 → 0.11.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 +3 -2
- package/bin/projmux +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ fallbacks.
|
|
|
89
89
|
|
|
90
90
|
- Pick a project directory and projmux creates or reuses its tmux session.
|
|
91
91
|
- Pin important projects so they stay easy to reach.
|
|
92
|
-
- Preview windows, panes, git branch,
|
|
92
|
+
- Preview windows, panes, git branch, and AI pane state
|
|
93
93
|
before switching.
|
|
94
94
|
- Resume an existing Claude, Codex, or Antigravity conversation, or open a new
|
|
95
95
|
managed AI split.
|
|
@@ -143,7 +143,8 @@ Templates and naming conventions for Claude, Codex, and other agents are in
|
|
|
143
143
|
- [Configuration](docs/configuration.md)
|
|
144
144
|
- [Terminal Keybindings](docs/keybindings.md)
|
|
145
145
|
- [AI Agent Shortcuts](docs/ai-agent-shortcuts.md)
|
|
146
|
-
- [CLI Reference](docs/cli.md)
|
|
146
|
+
- [CLI Reference](docs/cli.md) — generated from the command manifest
|
|
147
|
+
- [CLI Task Guide](docs/cli-guide.md)
|
|
147
148
|
- [Statusbar](docs/statusbar.md)
|
|
148
149
|
- [Hooks](docs/hooks.md)
|
|
149
150
|
- [Usage tracking](docs/usage-tracking.md)
|
package/bin/projmux
CHANGED
|
Binary file
|