kerf-engine/engine/tests
jlightner c693f5e1e2 fix: Implemented 5 preset configs (sign, patch, stencil, detailed, cust…
- "engine/presets/sign.json"
- "engine/presets/patch.json"
- "engine/presets/stencil.json"
- "engine/presets/detailed.json"
- "engine/presets/custom.json"
- "engine/presets/loader.py"
- "engine/api/routes.py"
- "engine/tests/test_presets.py"

GSD-Task: S03/T01
2026-03-26 04:45:52 +00:00
..
__init__.py chore: Created engine/ Python project with FastAPI skeleton, all depend… 2026-03-26 04:07:16 +00:00
test_api.py fix: Implemented 5 preset configs (sign, patch, stencil, detailed, cust… 2026-03-26 04:45:52 +00:00
test_output.py test: Wire post-processing into /engine/trace, add output_format routin… 2026-03-26 04:39:52 +00:00
test_postprocess.py fix: Implemented RDP path simplification, island/hole detection via win… 2026-03-26 04:32:31 +00:00
test_preprocessing.py test: Implemented full OpenCV preprocessing pipeline (grayscale, bilate… 2026-03-26 04:11:01 +00:00
test_presets.py fix: Implemented 5 preset configs (sign, patch, stencil, detailed, cust… 2026-03-26 04:45:52 +00:00
test_vectorize.py test: Implemented vtracer_trace() function that converts grayscale or c… 2026-03-26 04:18:31 +00:00