@projmux/darwin-x64 0.10.0 → 0.10.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.
Files changed (3) hide show
  1. package/README.md +21 -14
  2. package/bin/projmux +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -23,9 +23,9 @@ projmux shell
23
23
  ```
24
24
 
25
25
  <p align="center">
26
- <img src="docs/assets/projmux-ai-attention.gif" alt="projmux AI attention demo" width="820">
26
+ <img src="docs/assets/projmux-ai-attention.gif" alt="projmux AI session resume, agent permission, and grouped notification workflow" width="820">
27
27
  <br>
28
- <em>Resume an existing AI session, keep working in another project, then jump back when the managed pane needs permission.</em>
28
+ <em>Resume an existing AI session, keep working in another project, then return through grouped notifications when the agent needs approval.</em>
29
29
  </p>
30
30
 
31
31
  ## Why
@@ -34,8 +34,8 @@ Six tmux windows. Each one is running Claude Code, Codex, or Antigravity on a
34
34
  different repo. Three are idle. One is waiting on a permission prompt. One
35
35
  crashed an hour ago and you have no idea which.
36
36
 
37
- projmux ingests Claude Code and Codex hook events directly, accepts manually
38
- wired Antigravity hook/statusline events, shows live per-pane state in the tmux
37
+ projmux manages Claude Code, Codex, and Antigravity hook integrations, including
38
+ Antigravity's hook/statusline wiring, shows live per-pane state in the tmux
39
39
  status bar, and lets one keystroke take you to the pane that actually needs
40
40
  you. It also remembers each agent's resume id, so after a reboot every pane
41
41
  comes back as the *same* conversation — not a fresh one.
@@ -91,16 +91,20 @@ fallbacks.
91
91
  - Pin important projects so they stay easy to reach.
92
92
  - Preview windows, panes, git branch, Kubernetes context, and AI pane state
93
93
  before switching.
94
- - Resume an existing Claude or Codex conversation, or open a new managed AI
95
- split.
96
- - Review permission and completion events in one notification queue, then jump
97
- directly to the pane that needs attention.
94
+ - Resume an existing Claude, Codex, or Antigravity conversation, or open a new
95
+ managed AI split.
96
+ - Review grouped permission and completion events, then jump directly to the
97
+ pane that needs attention.
98
+ - Inspect live project, window, and pane CPU/RSS with the read-only Resource
99
+ Inspector on Linux/tmux.
100
+ - Save and inspect Session State snapshots for window/pane layouts, shell cwd,
101
+ and supported AI resumes.
98
102
  - Use Settings > Project Picker to add roots and workdirs without editing env
99
103
  vars.
100
104
  - Use Settings > About > Update or `projmux update apply` to upgrade.
101
105
 
102
106
  <p align="center">
103
- <img src="docs/assets/projmux-shell-sidebar.gif" alt="projmux project switch and managed Codex demo" width="820">
107
+ <img src="docs/assets/projmux-shell-sidebar.gif" alt="projmux project switch and managed Codex workflow" width="820">
104
108
  <br>
105
109
  <em>Switch projects, launch a managed Codex pane, and review its completion notification.</em>
106
110
  </p>
@@ -111,14 +115,14 @@ For update behavior by installer type, see [Upgrading](docs/upgrading.md).
111
115
 
112
116
  ## Multi-Agent Workflow
113
117
 
114
- Keep a shell and multiple managed agents visible in the same tmux window.
115
- Move between panes to start independent tasks while projmux collects their
116
- permission and completion events in one notification queue.
118
+ Keep a shell and managed Claude, Codex, or Antigravity panes visible in the
119
+ same tmux window. Move between projects and panes while projmux collects agent
120
+ permission and completion events in one grouped inbox.
117
121
 
118
122
  <p align="center">
119
- <img src="docs/assets/projmux-three-pane-workflow.gif" alt="projmux shell, Codex, and Claude 3-pane workflow demo" width="820">
123
+ <img src="docs/assets/projmux-three-pane-workflow.gif" alt="projmux shell, Codex, and Claude three-pane workflow" width="820">
120
124
  <br>
121
- <em>Move across equal-width shell, Codex, and Claude panes while independent tasks report back through one notification queue.</em>
125
+ <em>Move across shell, Codex, and Claude panes while independent tasks report back through one notification queue.</em>
122
126
  </p>
123
127
 
124
128
  ## Automation With Agent Skills
@@ -143,6 +147,9 @@ Templates and naming conventions for Claude, Codex, and other agents are in
143
147
  - [Statusbar](docs/statusbar.md)
144
148
  - [Hooks](docs/hooks.md)
145
149
  - [Usage tracking](docs/usage-tracking.md)
150
+ - [Resource Inspector](docs/resource-attribution.md)
151
+ - [Session State](docs/session-restore.md)
152
+ - [Operational Diagnostics](docs/operational-diagnostics.md)
146
153
  - [Agent Workflow](docs/agent-workflow.md)
147
154
 
148
155
  ## Development
package/bin/projmux CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projmux/darwin-x64",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "macOS x64 binary for projmux",
5
5
  "license": "MIT",
6
6
  "repository": {