CR: tmux-quantum OSS Refinement — Verification

Pre-Change Checklist

Check Status

gopass show -c fails inside tmux with "No clipboard available"

[ ]

tmux show-environment does not include XDG_RUNTIME_DIR

[ ]

tmux show-environment does not include DBUS_SESSION_BUS_ADDRESS

[ ]

No LICENSE file exists in tmux-quantum repo

[ ]

No CONTRIBUTING.adoc file exists

[ ]

lib/sessions.conf contains hardcoded ~/atelier paths

[ ]

Post-Change Checklist

Check Status

gopass show -c works inside tmux (new pane required)

[ ]

tmux show-environment includes WAYLAND_DISPLAY, XDG_RUNTIME_DIR, DBUS_SESSION_BUS_ADDRESS

[ ]

wl-copy and wl-paste work inside tmux panes

[ ]

LICENSE file exists with MIT license text

[ ]

CONTRIBUTING.adoc exists with contributor guidelines

[ ]

local.conf.example exists as template for personal paths

[ ]

lib/sessions.conf no longer contains hardcoded personal paths

[ ]

README.adoc documents git clone install and local overrides

[ ]

docs/quickstart.adoc shows correct keybinding (F10, not F12) and updated count (360+)

[ ]

.gitignore includes .claude/settings.local.json and local.conf

[ ]