kerf-engine/engine
jlightner 9be90a4494 test: Added CORSMiddleware to engine, scaffolded Vite+React+TS app with…
- "engine/main.py"
- "app/vite.config.ts"
- "app/src/types/engine.ts"
- "app/src/api/engine.ts"
- "app/src/api/__tests__/engine.test.ts"
- "app/src/App.tsx"
- "app/src/test-setup.ts"
- "app/tsconfig.app.json"

GSD-Task: S01/T01
2026-03-26 05:05:31 +00:00
..
api feat: Created multi-stage Dockerfile.engine with healthcheck endpoint;… 2026-03-26 04:49:38 +00:00
output test: Wire post-processing into /engine/trace, add output_format routin… 2026-03-26 04:39:52 +00:00
pipeline fix: Implemented RDP path simplification, island/hole detection via win… 2026-03-26 04:32:31 +00:00
presets fix: Implemented 5 preset configs (sign, patch, stencil, detailed, cust… 2026-03-26 04:45:52 +00:00
tests fix: Implemented 5 preset configs (sign, patch, stencil, detailed, cust… 2026-03-26 04:45:52 +00:00
.gitignore chore: Created engine/ Python project with FastAPI skeleton, all depend… 2026-03-26 04:07:16 +00:00
main.py test: Added CORSMiddleware to engine, scaffolded Vite+React+TS app with… 2026-03-26 05:05:31 +00:00
pyproject.toml test: Wire post-processing into /engine/trace, add output_format routin… 2026-03-26 04:39:52 +00:00