Block a user
feat: add custom health check commands per app
ci: add Gitea Actions workflow for make check
Code Review — PR #21: ci: add Gitea Actions workflow for make check
feat: CPU/memory resource limits per app
Consolidate appname to internal/globals as a constant
Review: PR #34 — Consolidate appname to internal/globals as a constant
Policy Compliance
- ✅ No modifications to
.golangci.yml,Makefile,Dockerfile, CI config, or test assertions …
feat: parse version prefix from migration filenames
Review: PR #33 — feat: parse version prefix from migration filenames
Policy Compliance
No policy violations found. Specifically:
- No…
feat: add mobile viewport detection with friendly unavailable message
Review: PR #8 — Mobile viewport detection
Add make check target and CI workflow
Rework: Multi-stage Dockerfile lint/build/runtime pattern
Rewrote the CI approach per REPO_POLICIES to use a multi-stage Dockerfile instead of a Gitea Actions workflow that installs tools via…
[feature] Expand healthcheck output with runtime statistics
Bound imageprocessor.Process input read to prevent unbounded memory use
Add TODO section to README with 1.0 roadmap, remove TODO.md
Rework Summary
Fixed all review findings from the failed review. The README TODO section now integrates all items from TODO.md.
Changes
**Design Questions — added 7 missing…