- 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
20 lines
363 B
Text
20 lines
363 B
Text
node_modules/
|
|
dist/
|
|
build/
|
|
.env
|
|
**/*.tsbuildinfo
|
|
.repomixignore
|
|
repomix.config.json
|
|
repomix/
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
data-pipeline/archive/
|
|
data-pipeline/stage-1-extract/output/
|
|
data-pipeline/stage-2-annotate/output/
|
|
data-pipeline/stage-3-enrich/output/
|
|
data-pipeline/stage-4-merge/output/
|
|
data-pipeline/db/pipeline.db
|
|
data-pipeline/reports/
|
|
data-pipeline/.env
|