P11-T4: Add Keyboard Shortcuts & Command Palette#50
Merged
SoundBlaster merged 9 commits intoFeb 15, 2026
Conversation
…ions; update flow-run skill with commit and PR primitives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
P11-T4: Add keyboard shortcuts and a
?help overlay to the dashboard. Pure JSkeydownlistener — no external library. Keys:1–4scroll to chart sections,ato audit log,rresets metrics (with confirmation),eexports JSON,?toggles the shortcut help overlay. Shortcuts are suppressed when focus is in an input field.Also fixes a workflow bug:
ARCHIVE_TASK.mdandARCHIVE.mdnow usegit mvinstead of plainmvso INPROGRESS deletions are staged atomically with the archive commit (previously left unstaged deletions after every task).Type of Change
Quality Gates
Before submitting, ensure all quality gates pass:
Or run individually:
make test- All tests pass with ≥90% coveragemake lint- No linting errorsmake format- Code is properly formattedmake typecheck- Type checking passesmake doccheck- Documentation is synced with DocC (if docs changed)Results:
pytest— 403 passed, 5 skipped |ruff check src/— All checks passed | coverage — 96.2%Documentation Sync
Testing
Checklist