From d2cab0425329fbe8ff39de953492b8705d4d9a4f Mon Sep 17 00:00:00 2001 From: Stephen Grider Date: Fri, 12 Sep 2025 16:52:59 -0600 Subject: [PATCH] Remove duplicate model usage check from notebook-review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The model-check command already handles model validation for all notebooks and Python files. This eliminates duplication and improves separation of concerns between the two commands. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/commands/notebook-review.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.claude/commands/notebook-review.md b/.claude/commands/notebook-review.md index 1bf4064..d3b6e6e 100644 --- a/.claude/commands/notebook-review.md +++ b/.claude/commands/notebook-review.md @@ -5,14 +5,6 @@ description: Comprehensive review of Jupyter notebooks and Python scripts Review the changes to Jupyter notebooks and Python scripts in this PR. Please check for: -## Model Usage -Verify all Claude model references against the current list at: -https://docs.anthropic.com/en/docs/about-claude/models/overview.md -- Flag any deprecated models (older Sonnet 3.5, Opus 3 versions) -- Flag any internal/non-public model names -- Suggest current alternatives when issues found -- Recommend aliases ending in -latest for stability - ## Code Quality - Python code follows PEP 8 conventions - Proper error handling