From 8413afb7857e729e43d122e826abf13ce722fb6e Mon Sep 17 00:00:00 2001 From: Bastien Chanot Date: Thu, 25 Jun 2026 23:02:51 +0200 Subject: [PATCH] fix(memory): backfill missing EVAL-005 index row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EVAL-005 entry existed in evals.md with no matching ## Index row (pre-existing index drift — the category-D case the /prune-memory skill auto-corrects). Backfilled by hand; unrelated to the prune-memory TDD work. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01W9sqAwZxBMZSynZoVrEJhd --- .claude/memory/evals.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/memory/evals.md b/.claude/memory/evals.md index a21395e..a1890a0 100644 --- a/.claude/memory/evals.md +++ b/.claude/memory/evals.md @@ -25,6 +25,7 @@ rules: | EVAL-002 | 2026-06-02 | `profile gstack on/off` verb implementation | keep | | EVAL-003 | 2026-06-11 | darwin optimization run on `audit-delta` skill | keep | | EVAL-004 | 2026-06-11 | darwin eval 26 perso skills + 4-bug fix round | keep | +| EVAL-005 | 2026-06-23 | Obsolete `claude --effort max` alias missed across Step 9 edits | correct | ---