Skip to content

Commit d2cab04

Browse files
StephenGriderclaude
andcommitted
Remove duplicate model usage check from notebook-review
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 <[email protected]>
1 parent f26aa58 commit d2cab04

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.claude/commands/notebook-review.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ description: Comprehensive review of Jupyter notebooks and Python scripts
55

66
Review the changes to Jupyter notebooks and Python scripts in this PR. Please check for:
77

8-
## Model Usage
9-
Verify all Claude model references against the current list at:
10-
https://docs.anthropic.com/en/docs/about-claude/models/overview.md
11-
- Flag any deprecated models (older Sonnet 3.5, Opus 3 versions)
12-
- Flag any internal/non-public model names
13-
- Suggest current alternatives when issues found
14-
- Recommend aliases ending in -latest for stability
15-
168
## Code Quality
179
- Python code follows PEP 8 conventions
1810
- Proper error handling

0 commit comments

Comments
 (0)