docs: Add v1.4.2 review documents and update backlog
Some checks failed
Build Container / build (push) Failing after 15s

- Fix stale docstring in media.py (4096 -> 12000)
- Add developer review document
- Add architect review document
- Update backlog with identified issues

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-16 18:57:39 -07:00
parent 6682339a86
commit 730eb8d58c
4 changed files with 981 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ Per ADR-057 and ADR-058:
- 50MB max upload, 10MB max output (v1.4.0)
- Image variants: thumb, small, medium, large (v1.4.0)
- Tiered resize strategy based on input size (v1.4.0)
- 4096x4096 max dimensions
- 12000x12000 max dimensions (v1.4.2)
- 4 images max per note
"""