v13.3.0

thedotmack/claude-memv13.3.0May 21, 2026by thedotmack

AI Summary

This release introduces three new skills (design-is, weekly-digests, oh-my-issues) for design auditing, timeline digests, and issue clustering, plus fixes for MCP duplicate root and Codex transcript replay.

Key Highlights

  • New skill: design-is - audits design against Dieter Rams ten principles
  • New skill: weekly-digests - produces chapter-per-ISO-week serial digest
  • New skill: oh-my-issues - root-cause issue clustering with three modes
  • Fix: drop duplicate root .mcp.json causing Claude Code warnings
  • Fix: stop Codex transcript replay after hooks migration

New Features

  • design-is skill with 0-3 scoring per principle and NEW/REFINE/REDESIGN verdict
  • weekly-digests skill with sequential subagent pipeline for 30+ chapters
  • oh-my-issues skill with cluster pass, triage, and bundle modes

Full Release Notes

## What's New

### New skills

- **design-is** (#2483) — audits a design against Dieter Rams' ten "Good design is..." principles. Produces per-principle 0–3 scores with file:line evidence and a NEW / REFINE / REDESIGN verdict, then hands off a ready-to-run `/make-plan` prompt.
- **weekly-digests** (#2399) — produces a chapter-per-ISO-week serial digest of a project's full claude-mem timeline. Sequential subagent pipeline keeps the narrative coherent across 30+ chapters.
- **oh-my-issues** (#2409) — root-cause issue clustering. Codifies the consolidation method that turned ~100 open issues into 6 plan-masters during the v13.0.1 cycle. Three modes: cluster pass, triage, bundle.

### Fixes

- **fix(mcp): drop duplicate root `.mcp.json`** (#2411) — Claude Code's `/doctor` was warning "MCP server mcp-search skipped — same command/URL as already-configured mcp-search" for every plugin user. The root copy was vestigial; the plugin's namespaced registration now wins.
- **fix: stop Codex transcript replay after hooks migration** (#2365) — disables the default `~/.codex/sessions/**/*.jsonl` watch (native Codex hooks are now authoritative). Repairs `~/.codex/config.toml` to set `[features] hooks = true` and `[plugins."claude-mem@claude-mem-local"] enabled = true` directly. Fixes transcript replay where files discovered after startup ignored `startAtEnd` and re-injected history.

Opt back into legacy Codex transcript ingestion with `CLAUDE_MEM_CODEX_TRANSCRIPT_INGESTION=true` if you depend on the JSONL watcher.