# Pastebin 6GgqJJqC I know that’s not related to Raku, but I’d really love to hear your thoughts on my new project: https://github.com/FCO/git-issue?tab=readme-ov-file It’s a way to have issues inside a git repo without depending on the host’s issue system (like GitHub). The issues live inside the git repository itself, so you can move your repo anywhere and the issues come along with it. It also has a React page (which I asked an AI to build) that reads the refs from the host (for now it only works with the GitHub API, but the idea is for it to support any host) and lists the issues. Ideally it should also be able to create new issues, but I’m not sure that’s possible without a backend. This creates “a new git command” (git issue) with a few subcommands (I’ll add more soon) to manage issues. What do you think?