- The app is coded in Markdown file
main.mdand compiled to Go code using the instructions in.github/prompts/compile.prompt.md. - IMPORTANT: When prompted to make any changes, start by updating
main.mdand letting me to review the changes before touching the Go code. - Everything must fit into a single
main.md/main.gofile pair. Avoid creating new files. README.mdcontains usage instructions. Read it to understand how the app should work.