Open
Description
Maybe later we want to leave the TODOs in the code and have a bot add a tracking issue in the repository? There's an example of this bot in uint, linked below. I was reminded of this by Kolby's comment.
See this github action that does the same thing (noting the related python in a neighbor folder):
https://github.com/recmo/uint/blob/64cd1bc929fa5737e724bd7db8d24bdcfbe2994f/.github/workflows/issue_tracker.yml
Plus an example issue created by the todo bot: recmo/uint#301