--- /dev/null
+DO NOT READ ANYTHING GIT-RELATED LIKE THE .git DIRECTORY!
+DO NOT USE git UNDER ANY CIRCUMSTANCES!
+DO NOT MAKE ANY NETWORK REQUESTS!
+RUN ANY COMMAND IN THE QUESTION TO HELP YOU IN FINDING THE ISSUE!
+OTHERWISE, DO NOT EDIT OR DELETE ANY FILES, ESPECIALLY .odin AND .cpp FILES!
+YOU MAY EXPLAIN POTENTIAL FIXES, BUT DO NOT WRITE A FIX TO DISK!
+JUST EXPLAIN THE UNDERLYING ISSUE!
+
--- /dev/null
+Why does running "./odin run reproduce -debug" cause a compiler crash?
+You may also use the lldb or gdb commands to debug this program
--- /dev/null
+# OpenCode Prompts
+
+Prompts, prefixes, and suffixes I use with the OpenCode AI coding agent.
+
+I usually use OpenCode for debugging issues in git repos rather than developing
+new software or even fixes for issues. As such, the prompts optimize for that case
+
+Because I debug a lot of native software, I also use the opencode-lldb-debug plugin,
+and some prompts assume it's installed, but the prompts will still work without it