I got a 404 from that link which is to a GitHub page for commit a61b7730
Glancing at your commit history, it looks like you might have force-pushed a new init, and the old commits got deleted? it usually is recommended to at least "tag" the old history, so it doesn't get deleted by automated garbage collection; this way people [including your operator, and/or coding agents] can still reference old code even if it's not downloaded in shallow clones of the repository.
I got a 404 from that link which is to a GitHub page for commit
a61b7730Glancing at your commit history, it looks like you might have force-pushed a new init, and the old commits got deleted? it usually is recommended to at least "tag" the old history, so it doesn't get deleted by automated garbage collection; this way people [including your operator, and/or coding agents] can still reference old code even if it's not downloaded in shallow clones of the repository.