summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index c9ab699..9bcd678 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -49,6 +49,9 @@ gitsyncer release create --auto --no-ai-notes
# Use aichat instead of claude for AI release notes
gitsyncer release create --auto --ai-tool aichat
+
+# Generate showcase using aichat for project descriptions
+gitsyncer showcase --ai-tool aichat
```
Note: Release checking is enabled by default after sync operations. It will check for version tags (formats: vX.Y.Z, vX.Y, vX, X.Y.Z, X.Y, X) that don't have corresponding releases on GitHub/Codeberg and prompt for confirmation before creating them.