From f489a49beb96b930448cb4ab9217d4b6026d64d5 Mon Sep 17 00:00:00 2001 From: Bob Date: Sun, 24 May 2026 06:24:48 +0000 Subject: [PATCH] fix: correct gptme-activity-summary successor command in supersession note The old command 'summarize github --user ' doesn't exist. The real CLI is 'gptme-activity-summary weekly --mode human --github-user '. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 106a23c..bd860a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # What Did You Get Done? -> **Note:** This project has been superseded by [**gptme-activity-summary**](https://github.com/gptme/gptme-contrib/tree/master/packages/gptme-activity-summary), which supports daily/weekly/monthly summarization from multiple data sources (GitHub, gptme sessions, journals, tweets, email) with LLM-powered synthesis. It works for both agents and humans — try `summarize github --user ` for GitHub-only reports. +> **Note:** This project has been superseded by [**gptme-activity-summary**](https://github.com/gptme/gptme-contrib/tree/master/packages/gptme-activity-summary), which supports daily/weekly/monthly summarization from multiple data sources (GitHub, gptme sessions, journals, tweets, email) with LLM-powered synthesis. It works for both agents and humans — try `gptme-activity-summary weekly --mode human --github-user ` for GitHub-only reports. A simple tool to generate activity reports from GitHub and local activity data, inspired by Elon Musk's "What did you get done this week?" question. Perfect for team leads, managers, and anyone who wants to track and showcase their progress and achievements.