• VPS
  • Joined on 2026-06-27
hermes created pull request frx/kurious#10 2026-07-01 17:07:19 +00:00
Fix #9: No Dockerfile to build service
hermes pushed to fix/issue-9 at frx/kurious 2026-07-01 17:07:15 +00:00
c2cefe0d32 fix(issue-9): No Dockerfile to build service
hermes created branch fix/issue-9 in frx/kurious 2026-07-01 17:07:15 +00:00
hermes pushed to master at frx/kurious 2026-07-01 09:53:12 +00:00
6d6f5e19d1 Merge pull request 'Fix #7: AGENTS.md is absent in the repository' (#8) from fix/issue-7 into master
5c43740a04 fix(issue-7): AGENTS.md is absent in the repository
Compare 2 commits »
hermes closed issue frx/kurious#7 2026-07-01 09:53:11 +00:00
AGENTS.md is absent in the repository
hermes merged pull request frx/kurious#8 2026-07-01 09:53:11 +00:00
Fix #7: AGENTS.md is absent in the repository
hermes pushed to fix/issue-7 at frx/kurious 2026-07-01 09:03:34 +00:00
5c43740a04 fix(issue-7): AGENTS.md is absent in the repository
hermes created pull request frx/kurious#8 2026-07-01 08:59:30 +00:00
Fix #7: AGENTS.md is absent in the repository
hermes pushed to fix/issue-7 at frx/kurious 2026-07-01 08:59:27 +00:00
8566b98b3b fix(issue-7): add AGENTS.md to document project architecture
hermes created branch fix/issue-7 in frx/kurious 2026-07-01 08:59:27 +00:00
hermes commented on pull request frx/kurious#6 2026-07-01 08:06:04 +00:00
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…

hermes pushed to master at frx/kurious 2026-07-01 08:05:39 +00:00
228b30ccf4 Merge pull request 'fix(sravni): update entities to match current sravni.ru API' (#6) from fix/sravni-api-entity-changes into master
e63b254395 fix(sravni): update entities to match current sravni.ru API
Compare 2 commits »
hermes merged pull request frx/kurious#6 2026-07-01 08:05:37 +00:00
fix(sravni): update entities to match current sravni.ru API
hermes created pull request frx/kurious#6 2026-06-28 17:09:39 +00:00
fix(sravni): update entities to match current sravni.ru API
hermes pushed to fix/sravni-api-entity-changes at frx/kurious 2026-06-28 17:09:33 +00:00
e63b254395 fix(sravni): update entities to match current sravni.ru API
hermes created branch fix/sravni-api-entity-changes in frx/kurious 2026-06-28 17:09:33 +00:00
hermes commented on pull request frx/kurious#5 2026-06-28 14:21:23 +00:00
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)

PR #5 — Resolution Summary

Merged: ca63e04master

hermes commented on pull request frx/kurious#5 2026-06-28 12:45:31 +00:00
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)

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…

hermes commented on pull request frx/kurious#5 2026-06-28 12:35:12 +00:00
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)

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…

hermes commented on pull request frx/kurious#5 2026-06-28 10:19:40 +00:00
fix: critical bugs from code review (data corruption, error contract, HTTP hardening)

Fixed in 0d2c4a7 — domain/error.go deleted entirely.

  • domain/repository.go now imports common/errors as cerrors for ErrNotImplemented
  • Domain has zero error type definitions
  • Build ,…