You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(parity): update command-mapping to reflect 100% effective coverage
why: All 90 tmux commands are now either directly wrapped (82) or covered
by aliases/flags (8). display-menu is wrapped but has a test gap.
what:
- Update summary to 82/90 directly wrapped (91%), 90/90 effective (100%)
- Move display-menu from "Not Wrappable" to "Test Gaps" section
- Remove command-prompt and confirm-before from unwrappable (now testable
via send-keys -K)
- Add "Notable Test Innovations" section documenting the send-keys -K
approach and ControlMode testing patterns
0 commit comments