diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -404,6 +404,7 @@ GitSyncer can generate a comprehensive showcase of all your projects using AI (a - Extracts README images (including SVG support) - Selects representative code snippets - Orders projects by recent activity + - Tracks weekly rank history snapshots - Generates overall portfolio statistics - Caches summaries to avoid redundant AI calls @@ -427,6 +428,8 @@ The showcase is generated in Gemini Gemtext format and includes: - Release status breakdown (released vs experimental projects) - AI-assistance statistics - Individual project sections with: + - Rank history in the title for `now`, `1w`, `2w`, `3w`, and `4w` + - UTF-8 arrows (`↑`, `→`, `↓`) to show movement from older to newer positions - Language breakdown - Development metrics - Latest release information or experimental status @@ -434,6 +437,8 @@ The showcase is generated in Gemini Gemtext format and includes: - Code snippet example - Links to repositories +Weekly rank snapshots are written on full showcase runs (all repositories), including `manage batch-run`. Single-repository showcase updates (`--repo`) read existing history but do not write snapshots. + ### Configuration The showcase output is written to `~/git/foo.zone-content/gemtext/about/showcase.gmi.tpl` by default (currently hardcoded). |
