Consolidates duplicate KIS API client implementations (governance tests
were exercising an unused class instead of the one actually running in
production), closes a SQL injection path in the DB admin page, fixes a
migration that used MySQL-only syntax and had never actually applied
(confirmed against production), resyncs docs/db/quantengine.dbml with
all migrations, and removes a duplicate OMS·WMS·ERP frontend tree in
favor of src/frontend/. Also corrects several unverifiable/inflated
claims in the OMS planning docs and realigns CI/CD and architecture
documentation with what's actually in the repo.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
BREAKING: Previous WBS was fabricated from filenames without reading PDFs.
This commit corrects the record with evidence-based framework derived from:
- Vue 3·TypeScript OMS·WMS·ERP 아키텍처.pdf (47 pages)
- OMS·WMS·ERP 공통 CRUD 화면 템플릿 상세 명세.pdf (36 pages)
- OMS·WMS·ERP 입력 컴포넌트 상세 명세.pdf (50 pages)
- OMS·WMS·ERP CRUD 화면 및 입력 컴포넌트 상용화 제안.pdf (28 pages)
- Vue 3·TypeScript 기반 OMS·WMS·ERP 단계별 구축 백로그.pdf (28 pages)
New spec/61_strategic_execution_framework.yaml contains:
- Actual architecture (domain-centric modular monolith + 7-layer stack)
- Real CRUD templates (11 types: TPL-LIST-01, TPL-CREATE-01/02/03, etc.)
- Actual component hierarchy (4 layers: Primitive → Typed Field → Domain → Composite)
- Real phased roadmap (0-10 stages with P0/P1/P2/P3 prioritization)
- All 30 strategic principles explicitly mapped to PDF requirements + verification
Anti-hallucination measure: Every specification traces to PDF page, stakeholder request, or verified requirement.
No team size, budget, or timeline assumptions remain.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>