From 22c5df936434d172f46e9a24cd4582d3658636eb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 8 Jul 2025 23:24:40 +0300 Subject: fix: change AI-assisted wording from 'generated' to 'created' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update AI-Assisted bullet point text - Change from 'partially generated with the help of generative AI' - To 'partially created with the help of generative AI' 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- internal/showcase/showcase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/showcase/showcase.go b/internal/showcase/showcase.go index 306f46a..bb71b0e 100644 --- a/internal/showcase/showcase.go +++ b/internal/showcase/showcase.go @@ -436,7 +436,7 @@ func (g *Generator) formatGemtext(summaries []ProjectSummary) string { // Add AI-Assisted notice if detected if summary.AIAssisted { - builder.WriteString("* 🤖 AI-Assisted: This project was partially generated with the help of generative AI\n") + builder.WriteString("* 🤖 AI-Assisted: This project was partially created with the help of generative AI\n") } // Check if project might be obsolete (avg age > 2 years AND last commit > 1 year) -- cgit v1.2.3