- extract-cron.sh: replaced by lib/extract.py (disabled on VPS since v2 cutover)
- evaluate-trigger.sh: replaced by lib/evaluate.py + merge.py
- batch-extract-50.sh: replaced by pipeline daemon extraction stage
- Updated deploy scripts to stop referencing batch-extract-50.sh
- Updated deploy-manifest.md and schema-change-protocol.md references
- Broadened .gitignore __pycache__/ to cover all directories
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pipeline takes ~15s to initialize all 7 stages. The 5s sleep was causing
the health check to fail on every deploy, preventing stamp updates.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>