Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- The app is coded in Markdown file `main.md` and compiled to Go code using the instructions in `.github/prompts/compile.prompt.md`.
- When prompted to make changes, start by updating `main.md` and letting me to review the changes before compiling again.
- IMPORTANT: When prompted to make any changes, start by updating `main.md` and letting me to review the changes before touching the Go code.
- Everything must fit into a single `main.md` / `main.go` file pair. Avoid creating new files.
- `README.md` contains usage instructions. Read it to understand how the app should work.
Loading