Auto-Registering Extractor System (#223)
* initial commit? * Address PR feedback on extractor discovery and startup resilience * Address latest PR review comments * fix city resolution fallback when input parses empty * address PR feedback on extractor registry and pipeline validation * address copilot comments on manifests and registry startup * fix extractor discovery export handling and env isolation in tests * enforce duplicate manifest id failures in strict mode * Fix remaining extractor registry and runtime review comments * docs * docs * test all, logic remains in extractors * Address PR review feedback on extractor registry and validation * Revert extractor moduleResolution to bundler * Enforce shared city filtering across all discovery sources * Deduplicate extractor strict city post-filtering
This commit is contained in:
@@ -23,8 +23,8 @@ jobs:
|
||||
- name: Run Biome
|
||||
run: biome ci .
|
||||
|
||||
test-orchestrator:
|
||||
name: Orchestrator Tests
|
||||
tests:
|
||||
name: Tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -40,8 +40,8 @@ jobs:
|
||||
- name: Build better-sqlite3
|
||||
run: npm --workspace orchestrator rebuild better-sqlite3
|
||||
working-directory: .
|
||||
- name: Run Vitest
|
||||
run: npm --workspace orchestrator run test:run
|
||||
- name: Run Tests
|
||||
run: npm run test:all
|
||||
working-directory: .
|
||||
|
||||
typecheck:
|
||||
|
||||
Reference in New Issue
Block a user