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 <noreply@anthropic.com>
This commit is contained in:
Stephen Grider
2025-09-12 16:52:59 -06:00
parent f26aa5891c
commit d2cab04253

View File

@@ -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