The-Treeline-Project/Silva-Releases ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple project for publishing automatic Pokemon GO protobuf releases from the latest Play Store version.
I want it to watch for new game versions, extract the protobuf definitions, and package everything into a clean GitHub Release. Each release should include the combined .proto file, a self contained HTML docs file with search and dark mode, a diff against the previous version, the relevant game binaries, SHA256 checksums, and optional precompiled proto bundles for common languages.
Make the release naming consistent and easy to read, and keep the output organized so someone can download the files they need without digging around. If you need to look up current tooling or release best practices online, go ahead. Also make sure the docs file is useful on its own in a browser, and the diff is readable enough to quickly see what changed between versions.
Are you gonna build this?
make sure you review the code using coderabbit