What's wrong with this entry?
Automatically detects new skills and commands added by teammates to the project's .claude/skills/ and .claude/commands/ directories within the last 7 days and surfaces them as notifications.
- Queries git history (
git log --since=7.days --diff-filter=A) to find recently added team artifacts - Filters out artifacts authored by the current user (using git email)
- Displays notification like "New from your team: /my-skill (Alice), /deploy-cmd (Bob)"
- Tracks seen artifacts in user config to avoid repeated notifications
- Shows author attribution for each discovered artifact
Team artifacts discovery system (search for "New from your team:") — sr$ at line ~389663, x97 at line ~389651
Strings lifted out of the shipped bundle, so the claim above can be checked against them.