mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Replace '*.md' with '**/*.md' in paths-ignore across ci.yml, benchmark.yml, and security-scan.yml — '*.md' only matches root-level markdown; '**/*.md' covers all subdirectories (cookbook/, docs/, etc.) - Add cache: 'pip' to setup-python in ci.yml to avoid re-downloading heavy packages (torch, spacy, faiss) on every run - Update security-scan PR comment text to accurately reflect that it skips doc/markdown-only PRs, not "every PR" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>