Reference
Flat material — look things up here rather than reading it through.
| Page | What it holds |
|---|---|
| CLI | Every command, flag, filter, format and exit code, including the ones specified but not yet built (§9) |
| Design | The graph engine design document in full: data model, registry, operators, plan, execution, termination |
| Keyboards | The pkg/kb layout model — geometric adjacency, layout selection, wrong-layout typing |
| Algorithms | All thirty-two variant algorithms, what each models, the data it reads, and the tools and papers behind it |
| Glossary | Terms used across the book, defined once |
| Bibliography | The measurement literature the algorithms come from, with the PDFs |
Two Go packages are documented in place rather than here, because they are usable on their own:
pkg/kb— keyboard layouts with geometric key adjacency, built from kbdlayout.info.pkg/typo— the string-level typo primitives the algorithms are built from.