From 1be44ee594d426d5525392ed4060b6692ec918b3 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sun, 29 Jun 2025 13:41:24 -0700 Subject: [PATCH 1/2] doc(ai4dev/README): fix font & typo --- doc/ai4dev/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ai4dev/README.md b/doc/ai4dev/README.md index 14bc31c..aebbd10 100644 --- a/doc/ai4dev/README.md +++ b/doc/ai4dev/README.md @@ -44,13 +44,13 @@ Follow the [vibe coding](#vibe-coding) steps except as described below: `module procedure laplacian` to `end procedure laplacian` removed. If the LLM rejects ".F90" file extensions, change the name to "test-suite.txt". Appened following to the prompt: "Inserting a correct response to this - prompt into the subdmodule subdomain_s and then compiling and running the + prompt into the subdmodule `subdomain_s` and then compiling and running the attached program must generate output indicating that all tests pass." * In subsequent iterations, if replacing the laplacian procedure with the LLM's most recent response leads to compile-time or runtime errors or if any tests fail, update the test-suite program, replacing laplacian with the most recent LLM response. Attach the updated program to each prompt. -* In the second bullet of vibe coding step 6, replace the suggested text wit +* In the second bullet of vibe coding step 6, replace the suggested text with "Please fix the above errors that were generated by compiling the attached program, which contains an incorrect laplacian procedure." If the program compiled but runtime errors resulted, replace "compiling" with "running" in From 7fae73b409c7bf5c696340b26c5fb887b487a72b Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sun, 29 Jun 2025 13:44:14 -0700 Subject: [PATCH 2/2] doc(README): correct spelling --- doc/ai4dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ai4dev/README.md b/doc/ai4dev/README.md index aebbd10..7adf07e 100644 --- a/doc/ai4dev/README.md +++ b/doc/ai4dev/README.md @@ -43,7 +43,7 @@ Follow the [vibe coding](#vibe-coding) steps except as described below: * In your first prompt, attach test-suite.F90 with the lines from `module procedure laplacian` to `end procedure laplacian` removed. If the LLM rejects ".F90" file extensions, change the name to "test-suite.txt". - Appened following to the prompt: "Inserting a correct response to this + Append following to the prompt: "Inserting a correct response to this prompt into the subdmodule `subdomain_s` and then compiling and running the attached program must generate output indicating that all tests pass." * In subsequent iterations, if replacing the laplacian procedure with the