/history - Recent Activity
Show chief-of-staff activity from git log.
Run
bash
git log --since="7 days ago" --grep="cos:" --format="%ad %s" --date=short
Group output by day and summarize actions.
以易读的格式展示近期 Git 活动。这是首席幕僚体系的一部分。
--- frontmattername: history description: Show recent git activity in readable format. Part of chief-of-staff system. allowed-tools: Bash
Show chief-of-staff activity from git log.
git log --since="7 days ago" --grep="cos:" --format="%ad %s" --date=short
Group output by day and summarize actions.