docs(keyboard): document the leader-sequence runtime in the dispatch header (RIG-2710) - #619
Open
rigel-mintaka wants to merge 1 commit into
Open
Conversation
…header (RIG-2710) Extend the `dispatch.ts` module header with the leader runtime's contract now that it ships (RIG-2709): the arm → complete → disarm → fall-through model, the guard-first per-keydown ordering, the editable-target extension, and that a completed sequence and a single chord run the same three-tier resolution. Leaders are table-derived (`leaderPrefixes`), never hard-coded. Doc-only; no behavior change. `tsc --noEmit` + biome clean. Ledger-impact: none (DL-248..252 landed with the design PR #544). RIG-2710
|
Compass engineering docs preview: https://compass-ux-rig-2710-dispatch.compass-eng-docs.pages.dev Deployed from |
rigel-mintaka
force-pushed
the
compass-ux/rig-2710-dispatch-doc
branch
from
August 25, 2026 18:25
365ce79 to
5cce33c
Compare
rigel-mintaka
marked this pull request as ready for review
August 25, 2026 18:36
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.
This PR is part of a stack containing 4 PRs:
mainExtend the
dispatch.tsmodule header with the leader runtime's contract nowthat it ships (RIG-2709): the arm → complete → disarm → fall-through model, the
guard-first per-keydown ordering, the editable-target extension, and that a
completed sequence and a single chord run the same three-tier resolution.
Leaders are table-derived (
leaderPrefixes), never hard-coded.Doc-only; no behavior change.
tsc --noEmit+ biome clean.Ledger-impact: none (DL-248..252 landed with the design PR #544).
RIG-2710