Data ingestion and processing pipeline for Argand Archive instances
  • Python 86.9%
  • Shell 13.1%
Find a file
nicweyand eb9337a73c
fix(bulk_verify): dry-run now skips job spawning, counts all incidents
Dry-run was calling _spawn_research_job() which returned None for every
incident (OpenSeeker not running), causing all 138 to be counted as
'failed' and 0 as 'done'.

Dry-run now just builds and prints the query for each incident without
touching external systems, and counts every incident as processed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 14:40:45 -04:00
projects/warcrimes2026 feat: warcrimes2026 post-publish evidence-keeper hook 2026-04-26 14:17:02 -04:00
scripts fix(bulk_verify): dry-run now skips job spawning, counts all incidents 2026-04-26 14:40:45 -04:00
systemd feat: run_project.sh wrapper and systemd service + timer units 2026-04-26 14:31:50 -04:00
tests fix: remove unused imports, add pyrightconfig.json for venv resolution 2026-04-26 14:31:00 -04:00
.env.example chore: init argand-archive-pipeline repo 2026-04-26 14:10:56 -04:00
.gitignore fix: add pytest dev dep, setuptools packages=[], .gitignore 2026-04-26 14:15:37 -04:00
pyproject.toml fix: add pytest dev dep, setuptools packages=[], .gitignore 2026-04-26 14:15:37 -04:00
pyrightconfig.json fix: remove unused imports, add pyrightconfig.json for venv resolution 2026-04-26 14:31:00 -04:00