feat(ai): add ADR-036 unified OCR architecture and frontend test coverage
CI / CD Pipeline / build (push) Failing after 6m24s
CI / CD Pipeline / deploy (push) Has been skipped

- Add ADR-036 unified OCR architecture (typhoon-ocr via Ollama)
- Extend AI execution profiles for OCR sandbox configuration
- Add comprehensive frontend test coverage (components, hooks, services)
- Add backend test coverage for document-numbering services
- Update OCR sidecar with typhoon-ocr integration
- Add AI policy service and execution profile management
- Update AGENTS.md and architecture documentation
This commit is contained in:
2026-06-14 06:34:07 +07:00
parent e3503b6a77
commit 7e8f4859cd
108 changed files with 33914 additions and 339 deletions
@@ -0,0 +1,21 @@
# ยกเว้นไฟล์ทดสอบและ specs
*.spec.ts
*.test.ts
*.spec.tsx
*.test.tsx
__tests__/
tests/
test/
# ยกเว้น Next.js แคชและไฟล์บิลด์
.next/
out/
build/
coverage/
tsconfig.tsbuildinfo
eslint-frontend.json
npm-audit-frontend.json
# ยกเว้นโฟลเดอร์มีเดียและโมดูล
public/
node_modules/
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
{
"lastAnalyzedAt": "2026-06-13T13:24:07.512Z",
"gitCommitHash": "190b9a3af5f505e9ec59ba8d447c4720b2cb7dae",
"version": "1.0.0",
"analyzedFiles": 373
}