- parsers/ package: rust / python / go / typescript / generic
- parser registry with language+recipe -> fallback resolution
- fingerprint hash (kind+file+line+code) for cross-run dedup
- runner.py post-exec hook: parse log, persist findings, count on job row
(extraction runs before mark_job_finished so callers polling on terminal
status see findings_count populated atomically)
- db.insert_finding / list_findings / increment_findings_count DAOs already
shipped in wave 1; wired here
- GET /jobs/{id}/findings now returns real data (server route already
shipped; was returning empty list because nothing populated the table)
- tests/test_parsers/: 6 modules + 11 fixtures (rust/python/go/typescript)
- tests/test_runner_findings.py: 3 integration tests
- README: tick steps 2-6, add Findings section
Suite: 108 passing (62 wave-1 + 46 new).
Spec: memory/spec-crafting-table.md
|
||
|---|---|---|
| .. | ||
| test_parsers | ||
| __init__.py | ||
| conftest.py | ||
| test_auth.py | ||
| test_db.py | ||
| test_digest.py | ||
| test_e2e_register_run.py | ||
| test_jobs_api.py | ||
| test_projects_api.py | ||
| test_runner.py | ||
| test_runner_findings.py | ||