projmux 0.6.2 → 0.6.3
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/docs/agent-workflow.md
CHANGED
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
- Current focused unit coverage also includes strict notify SOT behavior
|
|
50
50
|
(TTL does not remove rows, focus success and target-gone clicks ack,
|
|
51
51
|
reconcile reports stale rows), `notify list --live` queue/live explanations, notify sidebar
|
|
52
|
-
two-line card rendering with age/project/window/pane metadata plus focus/ack/clear-all
|
|
53
|
-
actions, including in-place `
|
|
54
|
-
focusing,
|
|
55
|
-
state after
|
|
52
|
+
two-line card rendering with age/project/window/pane metadata plus focus/ack/non-critical-clear/clear-all
|
|
53
|
+
actions, including in-place `a` ack that refreshes the sidebar without
|
|
54
|
+
focusing, non-critical `x` bulk clear that preserves critical rows, and empty
|
|
55
|
+
state rendering after all visible non-critical rows are cleared, and `focus` dispatch diagnostics for session fallback, unresolved
|
|
56
56
|
targets, window fallback, pane fallback, explicit id failures as unresolved exits, and
|
|
57
57
|
notify-only fallback.
|
|
58
58
|
- Picker focused unit coverage includes backend-neutral picker item/action mapping, native title-focused filtering, numeric selection, shared close actions including raw and CSI-u Ctrl-X native custom actions, deprecated picker backend value normalization, AI picker title chrome and stable search-key ordering, Settings title chrome and root section order, Settings Labs shell without backend choices plus keybinding diagnostic list/detail/probe outcome/init delegation coverage, environment override normalization, compact multi-line metadata gutters with one-column-indented metadata, proportional native scrollbar thumb rendering, multiline partial next/previous item row rendering with rendered-row scrollbar units, fixed split-preview and sidebar list viewports with scrollbar tracks, native up/down-family navigation wrap with empty-list safety and PageUp/PageDown/Home/End clamp regression coverage, native mouse down/follow-drag/release behavior, preview tab/control normalization before width clipping, optional native frame titlebars without same-line rule fill and with titlebar border reset guards, titled native Alt-1 sidebar chrome, statusbar-preserving sidebar popup height, native-only compact project sidebar popup sizing, and notify sidebar title/popup sizing.
|
package/docs/cli.md
CHANGED
|
@@ -211,9 +211,9 @@ projmux notify reconcile [--json]
|
|
|
211
211
|
reply badges that do not queue because no AI agent is attached, live AI
|
|
212
212
|
reply panes missing a queue entry, matched AI reply entries, and stale
|
|
213
213
|
queue entries whose live pane no longer matches. `--ui=sidebar` opens the
|
|
214
|
-
compact interactive notify list where Enter focuses and acks a target, `
|
|
215
|
-
acks the selected row, and `Ctrl-X` clears all;
|
|
216
|
-
sidebar does not ack. The sidebar uses two-line cards with notification text
|
|
214
|
+
compact interactive notify list where Enter focuses and acks a target, `a`
|
|
215
|
+
acks the selected row, `x` clears non-critical rows, and `Ctrl-X` clears all;
|
|
216
|
+
opening or navigating the sidebar does not ack. The sidebar uses two-line cards with notification text
|
|
217
217
|
first and compact age/project/window/pane metadata below. Hidden queue ids
|
|
218
218
|
remain action values, but the sidebar has no search input. `--client` is
|
|
219
219
|
used by tmux popup launchers to keep row-select focus on the clicked client.
|
|
@@ -29,7 +29,7 @@ The fzf compatibility surface for the native engine is tracked in
|
|
|
29
29
|
- The native picker supports ranked fuzzy search/filter, arrow-key selection in
|
|
30
30
|
normal CSI and tmux application-cursor modes, Enter, Esc, Ctrl-C, Backspace,
|
|
31
31
|
Ctrl-U, Ctrl-W, PageUp/PageDown, Home/End, modified CSI keys, custom expect
|
|
32
|
-
keys such as Ctrl-X/Alt-P, printable expect keys such as notify `x`, control
|
|
32
|
+
keys such as Ctrl-X/Alt-P, printable expect keys such as notify `a`/`x`, control
|
|
33
33
|
expect keys such as notify `Ctrl-X`, `start:pos(N)` initial focus, preview
|
|
34
34
|
command output, preview cycle command bindings, and sidebar focus command
|
|
35
35
|
bindings.
|
|
@@ -27,7 +27,7 @@ native picker engine and is not a public dependency-policy change.
|
|
|
27
27
|
| selected multi-line marker | selected switch/session/notify cards | Covered for app multiline rows | native uses the same compact pointer-width red `▌` gutter as the first selected project line, and metadata lines align to the project-name column without the old deeper indent; `nativeContinuation`; `TestNativeInteractiveRendersSelectedMultilineContinuationMarker`; `TestInteractiveRowLinesUsesCompactSelectedMetaIndent`; `TestInteractiveRowLinesAlignsUnselectedMetaWithProjectName` |
|
|
28
28
|
| fzf current row colors | simple and multi-line rows | Covered for app rows | `nativeCurrentStart`, `nativePointer`; pointer/continuation gutter tokens carry the current-row background; `TestNativeSelectedContentKeepsCurrentStyleAfterReset`; `TestNativeInteractiveUsesCurrentStyleForSimpleSelection` |
|
|
29
29
|
| `--expect` keys | Enter/Ctrl-X/Alt-P/notify keys | Covered | `pickercompat.PickerOptions`; `TestNativeInteractiveSupportsCustomExpectKeys` |
|
|
30
|
-
| printable expect keys | notify sidebar `
|
|
30
|
+
| printable expect keys | notify sidebar `a` ack and `x` non-critical clear | Covered | `TestNativeInteractiveSupportsPrintableExpectKeys`; Docker no-fzf e2e |
|
|
31
31
|
| control expect keys | notify sidebar `Ctrl-X`, settings `Ctrl-Alt-S` close | Covered | `TestNativeInteractiveSupportsControlExpectKeys`; `TestNativeInteractiveSupportsControlAltCloseKeys` |
|
|
32
32
|
| close `--bind key:abort` | Esc, Ctrl-C, Alt-N, Ctrl-Alt-S variants | Covered | `CloseActions`; `TestNativeRunnerUsesSharedCloseActions` |
|
|
33
33
|
| terminal CSI-u key encoding | app keybind probe sequences, Ghostty/kitty-style modified keys | Covered | native handles app-specific Alt keys, generic modified letters/digits, and non-text keys such as Enter/Esc/Backspace/Tab; `TestNativeInteractiveSupportsCSIuAppKeyBindings` |
|
|
@@ -108,7 +108,7 @@ contract; native popups still rely on the existing borderless tmux popup path.
|
|
|
108
108
|
preview cursor, selects `bravo-web`, and asserts tmux reports the selected
|
|
109
109
|
session's active target on the expected window with the expected pane path.
|
|
110
110
|
- `notify sidebar`: native routing is unit-covered; Docker no-fzf e2e pushes a
|
|
111
|
-
notification, presses printable expect key `
|
|
111
|
+
notification, presses printable expect key `a`, and verifies the row is acked.
|
|
112
112
|
|
|
113
113
|
## Experimental Boundaries
|
|
114
114
|
|
package/docs/notify-queue.md
CHANGED
|
@@ -94,11 +94,14 @@ preserves the stable JSON array used by scripts.
|
|
|
94
94
|
|
|
95
95
|
`--ui=sidebar` opens the notify queue as an interactive right-side list when
|
|
96
96
|
run inside the tmux popup surface. Enter focuses the selected target pane and
|
|
97
|
-
acks the row after focus succeeds. `
|
|
97
|
+
acks the row after focus succeeds. `a` acks the selected row in place, keeps
|
|
98
98
|
the sidebar open, and refreshes the list from the queue while preserving the
|
|
99
99
|
selection position where possible; acking the last remaining row renders the
|
|
100
|
-
empty state until the popup is closed. `
|
|
101
|
-
|
|
100
|
+
empty state until the popup is closed. `x` bulk-clears non-critical rows
|
|
101
|
+
(`severity != critical`) without focusing and preserves critical rows.
|
|
102
|
+
`Ctrl-X` clears all rows via `notify ack --all` and exits. Footer: `Enter:
|
|
103
|
+
focus + ack | a: ack | x: clear non-critical | Ctrl-X: clear all |
|
|
104
|
+
Esc/Alt-2: close`. Rows are intentionally compact: the visible label keeps
|
|
102
105
|
notification text first, then age, project, window, and pane metadata; hidden
|
|
103
106
|
queue ids remain action values but the sidebar has no search input and
|
|
104
107
|
intentionally does not expose a separate metadata detail view.
|
package/docs/statusbar.md
CHANGED
|
@@ -104,8 +104,9 @@ The notification HUD detail surface (`Alt-2` / `User2`) opens the right-side
|
|
|
104
104
|
notification popup with newest-first rows and an amber title. When notification
|
|
105
105
|
icon decoration is `symbol` or `emoji`, the bell appears before the title text.
|
|
106
106
|
Selecting a row still focuses and acknowledges that notification. Pressing `x`
|
|
107
|
-
|
|
108
|
-
the remaining rows from the queue
|
|
107
|
+
bulk-clears non-critical rows without focusing, keeps the popup open, and
|
|
108
|
+
refreshes the remaining rows from the queue. Pressing `a` acknowledges the
|
|
109
|
+
selected row without focusing and preserves the selection position where
|
|
109
110
|
possible.
|
|
110
111
|
|
|
111
112
|
Empty `#{mouse_status_range}` (a click on whitespace) falls through to
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projmux",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "tmux project session manager",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/crevissepartners/projmux#readme",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"LICENSE"
|
|
25
25
|
],
|
|
26
26
|
"optionalDependencies": {
|
|
27
|
-
"@projmux/darwin-arm64": "0.6.
|
|
28
|
-
"@projmux/darwin-x64": "0.6.
|
|
29
|
-
"@projmux/linux-arm64": "0.6.
|
|
30
|
-
"@projmux/linux-x64": "0.6.
|
|
27
|
+
"@projmux/darwin-arm64": "0.6.3",
|
|
28
|
+
"@projmux/darwin-x64": "0.6.3",
|
|
29
|
+
"@projmux/linux-arm64": "0.6.3",
|
|
30
|
+
"@projmux/linux-x64": "0.6.3"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"package:npm": "scripts/package-npm.sh",
|