From a95da6c2d8031b3c41469fd99d43b3f5affc0145 Mon Sep 17 00:00:00 2001 From: Vaishnavi Mishra <165508590+VaishnaviOnPC@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:29:42 +0530 Subject: [PATCH 1/2] Change photo extension Updated the photo file extension from .jpg to .jpeg. --- ...veAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_gsocblogs/2026/blog_GenerativeAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md b/_gsocblogs/2026/blog_GenerativeAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md index faed2aec3..6eeca76ea 100644 --- a/_gsocblogs/2026/blog_GenerativeAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md +++ b/_gsocblogs/2026/blog_GenerativeAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md @@ -2,7 +2,7 @@ project: HSF title: "Generative-AI Assisted Testing of Complex Spack Packages" author: Vaishnavi Mishra -photo: blog_authors/VaishnaviMishra.jpg +photo: blog_authors/VaishnaviMishra.jpeg avatar: https://avatars.githubusercontent.com/VaishnaviOnPC date: 2026-08-25 year: 2026 @@ -63,4 +63,4 @@ The design of the MAPE-K loop and generative testing pipeline was inspired by re --- ## Acknowledgements -Thank you to my mentor, Wouter Deconinck, for the guidance throughout this project. I am also very grateful to CERN, HSF and Spack for this opportunity. \ No newline at end of file +Thank you to my mentor, Wouter Deconinck, for the guidance throughout this project. I am also very grateful to CERN, HSF and Spack for this opportunity. From d64bfed0d900aedfecec527a25e4cff009a092ec Mon Sep 17 00:00:00 2001 From: cappybaraa Date: Fri, 28 Aug 2026 23:39:17 +0530 Subject: [PATCH 2/2] GSoC 2026 Final Blog Post by Vaishnavi Mishra changes --- ...veAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_gsocblogs/2026/blog_GenerativeAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md b/_gsocblogs/2026/blog_GenerativeAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md index 6eeca76ea..22cf2ca19 100644 --- a/_gsocblogs/2026/blog_GenerativeAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md +++ b/_gsocblogs/2026/blog_GenerativeAI_Assisted_Testing_of_Spack_Packages_VaishnaviMishra.md @@ -40,8 +40,8 @@ In addition to the core components, the extension also includes: * **Decoupled HPC Workflows:** Supports offline compute nodes by generating specs on login nodes (``--plan-only``) and executing them offline in batch jobs like Slurm (``--execute-queued``). ## Implementation Highlights (Code & Documentation) -* **AI-Test Extension Repository:** [VaishnaviOnPC/spack-ai-test](https://github.com/VaishnaviOnPC/spack-ai-test) -* **Official Documentation:** [spack-ai-test Documentation](https://VaishnaviOnPC.github.io/spack-ai-test/) +* **AI-Test Extension Repository:** [VaishnaviOnPC/spack-ai-test](https://github.com/spack-ai/spack-ai-test) +* **Official Documentation:** [spack-ai-test Documentation](https://spack-ai.github.io/spack-ai-test/) ## Current State & What's Left to Do The extension is fully functional and successfully integrates into existing Spack installations. The core MAPE-K loop, LLM integration, and bisection logic are operational.