chore: delete TODO.md, superseded by issues (#208) - #240
Merged
Conversation
Untouched since 2026-01-23 and actively misleading rather than merely stale. It listed the screensaver as a completed "DVD-style bouncing logo" -- there are now 30 -- and the release pipeline as publishing to a separate input-viewer-releases repo, which was removed. It also listed as PENDING four things that have shipped: cursor shake detection, audio controls, touchscreen support, and unit/integration testing (there are now 410 test cases across 31 files, run in both workflows). Deleted rather than kept with a historical header. #208 offered both; a stale roadmap that announces its own staleness is still a file people open, and every claim in it now needs checking against reality before it can be trusted, which is the opposite of what a roadmap is for. The content stays in git history. NOT A BARE DELETE Seven items in it were genuinely unimplemented and recorded nowhere else -- verified against src/ rather than assumed: a thumbnails panel, auto-switch mode, multi-view, picture-in-picture, keyboard customisation, layout animations, and --mock / --no-signal test-mode flags. Plus the Tauri migration note. Those are preserved in #239 before this deletion, so "issues are the source of truth" is true rather than merely asserted. Checked for links: nothing in the repo references TODO.md -- no markdown, workflow, package script or source file.
This was referenced Aug 18, 2026
Closed
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.
Closes #208.
Why deleted rather than kept with a header
#208 offered both. Deleted, because a stale roadmap that announces its own staleness is
still a file people open — and every claim in it now needs checking against reality before
it can be trusted, which is the opposite of what a roadmap is for. The content stays in git
history.
It was actively misleading, not merely absent:
input-viewer-releasesrepo, whichwas removed;
shakehandling in 2 source filesNot a bare delete
Seven items in it were genuinely unimplemented and recorded nowhere else. I verified each
against
src/rather than trusting the file — for instance the onlythumbnailreferences inthe source are the no-signal reference panel, which is a different feature from TODO's "live
preview of all inputs", and there is no
autoSwitchormockhandling anywhere.Those are preserved in #239 before this deletion — a thumbnails panel, auto-switch mode,
multi-view, picture-in-picture, keyboard customisation, layout animations,
--mock/--no-signalflags, and the Tauri migration note. So "issues are the source of truth" is nowtrue rather than merely asserted.
I also recorded the shipped-but-listed-pending items in #239, so nobody re-implements them from
the git history.
Acceptance criteria
TODO.mdremovedCONTRIBUTING.mdandREADME.mdchecked for links — nothing in the reporeferences it: no markdown, workflow, package script or source file
Verification
main(ce099d9).*.md,*.yml,*.yaml,*.json,*.mjs,*.jsexcludingnode_modules— no hits.Note
This was the last open part of #204, the documentation umbrella. Its changelog half was
#205 and its two wrong-documentation halves were #238, so #204 can close once this merges.