lila/data-pipeline
lila 080fad1998 feat: enrich stage foundation — provider config, env setup, schema fix
- Remove foreign key on run_status.source_id to support sentinel rows
  for tracking one-time pipeline steps (compile_candidates, compile_votes,
  merge, compare)
- Add stage-3-enrich/config.ts with all provider configurations,
  ALL_PROVIDERS ordered local-first, and validateProviderKey() for
  startup key checks
- Add .env.example with required API keys for OpenRouter and Anthropic
- Add pipeline:run script to package.json using --env-file .env
- Add .env to root .gitignore coverage for data-pipeline/.env
2026-05-03 22:44:14 +02:00
..
db feat: enrich stage foundation — provider config, env setup, schema fix 2026-05-03 22:44:14 +02:00
sample feat: add db schema, init, and vitest config 2026-05-03 17:56:29 +02:00
stage-1-extract/scripts feat: add db import script, fix duplicate translations in extract, add annotate script 2026-05-03 22:05:10 +02:00
stage-2-annotate feat: add db import script, fix duplicate translations in extract, add annotate script 2026-05-03 22:05:10 +02:00
stage-3-enrich feat: enrich stage foundation — provider config, env setup, schema fix 2026-05-03 22:44:14 +02:00
tests removing db from git tracking, adding it to gitignore, add db import validation tests 2026-05-03 22:16:43 +02:00
.env.example feat: enrich stage foundation — provider config, env setup, schema fix 2026-05-03 22:44:14 +02:00
package.json feat: enrich stage foundation — provider config, env setup, schema fix 2026-05-03 22:44:14 +02:00
tsconfig.json feat: add db schema, init, and vitest config 2026-05-03 17:56:29 +02:00
vitest.config.ts feat: add stage 1 and 2 validation tests 2026-05-03 21:36:56 +02:00