Manganin is a local-first, Git-native issue tracking system designed to store issues directly in Git without external databases, enabling offline CLI access and seamless Git integration. The designer explored storing issues in a .issues/ directory and using Git refs, but found both approaches created problems with rebasing frequency and editing complexity, leading to a hybrid solution using special refs for issue metadata.