mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
Previously, CI workflows only monitored notebooks in the skills/ directory. This caused PR #193 to merge without pedagogical review since its notebook was in tool_evaluation/. Changes: - Update all notebook-related CI workflows to monitor **/*.ipynb - Add SAST security monitoring workflow for code security analysis - Update validate_notebooks.py to check all repository notebooks - Fix notebook discovery in links.yml workflow This ensures comprehensive CI coverage for all 9+ directories containing notebooks (skills/, tool_evaluation/, misc/, tool_use/, third_party/, etc.) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>