Block a user
Fix #9: No Dockerfile to build service
Fix #7: AGENTS.md is absent in the repository
Fix #7: AGENTS.md is absent in the repository
fix(sravni): update entities to match current sravni.ru API
PR #6 Merged — Resolution Summary
fix(sravni): update entities to match current sravni.ru API
Root Cause
sravni.ru changed their __NEXT_DATA__ payload structure, breaking JSON…
fix(sravni): update entities to match current sravni.ru API
fix(sravni): update entities to match current sravni.ru API
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)
PR #5 — Resolution Summary
Merged: ca63e04 → master
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)
1.
Review Responses
1. internal/kurious/ports/http/server.go — Unify ErrNotFound
Let's unify ErrNotFound, why is there both, let's remove domain.ErrNotFound and move completely to…
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)
1.
Review Responses
1. internal/kurious/ports/http/server.go — Unify ErrNotFound
Let's unify ErrNotFound, why is there both, let's remove domain.ErrNotFound and move completely to…
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)
Fixed in 0d2c4a7 — domain/error.go deleted entirely.
domain/repository.gonow importscommon/errorsascerrorsforErrNotImplemented- Domain has zero error type definitions
- Build ✅,…