docling-studio/docs/architecture
Pier-Jean Malandrino d02731b622
feat(settings): paste-image size/type limits for #195 (#196)
* docs: rename Clean Architecture → Hexagonal Architecture (ports & adapters)

Le backend suit le pattern ports & adapters (ports dans domain/ports.py,
adaptateurs dans infra/), pas Clean Architecture au sens Uncle Bob.
Aligne la terminologie dans README, docs/architecture.md, ADR guide,
audit master, fiche audit 01, et la nav mkdocs.

Les noms de fichiers et la commande /audit:clean-architecture restent
stables pour preserver les liens croises et les skills existants.

* feat(settings): add paste-image size/type limits surfaced via /api/health

Introduces MAX_PASTE_IMAGE_SIZE_MB (default 10) and
PASTE_ALLOWED_IMAGE_TYPES (default image/png,image/jpeg,image/webp)
env vars so the upcoming Verify-mode clipboard-paste handler can
validate client-side against the same limits the backend enforces.

Follows the existing MAX_FILE_SIZE_MB pattern. Ships the accepted
design doc at docs/design/195-copy-paste-image-verify-mode.md.

Refs #195
2026-04-27 17:22:19 +02:00
..
adrs docs(neo4j): ADR-001 graph viz lib + 200-page endpoint cap 2026-04-20 10:13:18 +02:00
adr-guide.md feat(settings): paste-image size/type limits for #195 (#196) 2026-04-27 17:22:19 +02:00
adr-template.md ci: add release-gate pipeline, fix CI duplication, add OSS playbook docs 2026-04-09 13:20:43 +02:00
coding-standards.md fix(docs): resolve mkdocs strict mode build failure (#145) 2026-04-10 15:11:29 +02:00