Skip to content

fix(productivity): prevent date-label drift and name-variant duplicates in update skill#263

Open
hp-8 wants to merge 1 commit into
anthropics:mainfrom
hp-8:fix/productivity-update-date-drift
Open

fix(productivity): prevent date-label drift and name-variant duplicates in update skill#263
hp-8 wants to merge 1 commit into
anthropics:mainfrom
hp-8:fix/productivity-update-date-drift

Conversation

@hp-8
Copy link
Copy Markdown

@hp-8 hp-8 commented May 26, 2026

Summary

Two markdown-only inserts to productivity/skills/update/SKILL.md that fix recurring drift modes in /productivity:update:

  • Date discipline section (after Usage block): requires ISO date anchoring (YYYY-MM-DD (DayOfWeek)) before any day-of-week label, preventing the model from carrying forward stale day labels across scheduled runs
  • Fuzzy-match guard (before "Suggest New Memories"): checks memory/people/ and memory/projects/ by full name, email handle, last name, and acronym before flagging an entity as new — catches nickname/full-form collisions (e.g. "Sue" vs "Susan")

Fixes #216

…es in update skill

Add date discipline rules requiring ISO date anchoring before any
day-of-week label, and fuzzy-match guard against existing memory
before flagging entities as new suggestions.

Fixes anthropics#216
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

productivity:update — recurring runs drift on date labels and on memory name variants

1 participant