Adds Interlisp/online pinned to current HEAD of main, consistent
with the other submodules added in this branch.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Removes maiko/ from .gitignore so it can be tracked as a submodule.
Each submodule is pinned to the current HEAD of its default branch
(master for maiko/test, main for notecards/loops).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
I was under the impression that Git submodules had improved; they have not.
Submodules still require manual updates, effort on the part of the user to
initialize them, and constant maintenance. There's such a thing as a
"subtree," which might better fit our needs, but I'm going to scrap the whole
idea for now because the advantages over cloning both repositories separately
(or having an init script that does it for us) aren't clear.