grammar-inference-engine/tests
tobjend 2d4fc8eed5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: per-cluster import extraction + JSON output
- _extract_imports scans source files for language-agnostic import patterns
- analyze_clusters tracks file paths through frequency_filter via identity
- Each cluster output includes its unique imports and file paths
- --json flag outputs structured JSON for LLM prompt injection
- Flat mode (--cluster false) also extracts imports
2026-07-03 21:52:02 +02:00
..
test_analyze.py feat: per-cluster import extraction + JSON output 2026-07-03 21:52:02 +02:00
test_bex.py clean up agent-betraying comments; fix stale test names 2026-07-01 13:26:03 +02:00
test_ensemble.py feat: core+outlier analysis via min_coverage parameter, 6 new tests 2026-07-01 15:09:10 +02:00
test_kore.py feat: implement kOREInference (Algorithm 4) with MDL scoring, add to ensemble, 79 tests 2026-07-01 14:50:09 +02:00