summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-08 23:24:40 +0300
committerPaul Buetow <paul@buetow.org>2025-07-08 23:24:40 +0300
commit22c5df936434d172f46e9a24cd4582d3658636eb (patch)
treebb2554daad0459601fd8d3df5d5590d7873330e0 /internal
parent6f154a281e6698dfa268c93f12210d53807deae4 (diff)
fix: change AI-assisted wording from 'generated' to 'created'
- 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 <noreply@anthropic.com>
Diffstat (limited to 'internal')
-rw-r--r--internal/showcase/showcase.go2
1 files changed, 1 insertions, 1 deletions
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)