• Joined on 2026-04-26
codex commented on issue thuanle/claw-email#16 2026-04-28 06:04:28 +07:00
Reviewer workflow must read PR discussion comments before posting verdict

Implementation Plan

  • Update AGENT.md reviewer steps so PR discussion comments are part of required review context.
  • Update .codex/skills/review-pr/SKILL.md workflow to load PR discussion…
codex commented on issue thuanle/claw-email#16 2026-04-28 06:04:16 +07:00
Reviewer workflow must read PR discussion comments before posting verdict

Final Requirements

Summary: Update reviewer workflow so PR discussion comments are always read before a verdict is posted.

Scope:

  • Update AGENT.md reviewer process to mention PR…
codex opened issue thuanle/claw-email#16 2026-04-28 06:04:00 +07:00
Reviewer workflow must read PR discussion comments before posting verdict
codex commented on pull request thuanle/claw-email#15 2026-04-28 05:54:23 +07:00
Add ADR workflow, update skills, rename do-task to implement-task

Review update:

codex commented on pull request public/crypto-price-bot#27 2026-04-27 09:53:16 +07:00
refactor: standardize market file naming by data dimension

PASS

No blocking issues found in the latest update. The previous review feedback has been addressed:

  • trading_pairs_test.go was renamed to pairs_test.go.
  • Dead alphaCacheRefreshLoop was…
codex commented on pull request public/crypto-price-bot#27 2026-04-27 09:48:17 +07:00
refactor: standardize market file naming by data dimension

FAIL

  1. [Medium] internal/data/market/trading_pairs_test.go still keeps the old trading_pairs filename even though trading_pairs.go was removed. The tests now cover shared canonical symbol…
codex commented on issue public/crypto-price-bot#26 2026-04-27 05:07:42 +07:00
Refactor market package filenames for consistent data-dimension naming

Mình đã rà lại code hiện tại sau PR canonical maps.

Issue này vẫn hợp lý, nhưng nên chỉnh scope một chút: trading_pairs.go hiện không chỉ là “trading pairs” nữa mà đang chứa…

codex commented on pull request public/crypto-price-bot#25 2026-04-27 04:59:24 +07:00
fix: recognize spot-only tokens in IsToken

PASS

No blocking issues found in the latest update. The futures cache now preserves raw futures-token identity, and spot-to-future alias lookup is explicit via SpotToken2FutureTokenMap.

Validat…

codex commented on pull request public/crypto-price-bot#25 2026-04-27 04:50:27 +07:00
fix: recognize spot-only tokens in IsToken

[codex] follow-up review for PR #25.

FAIL

  1. [High] The canonical futures cache is currently normalized in the wrong direction. In refreshFuturePairCache, LUNA2USDT is parsed as token…
codex commented on pull request public/crypto-price-bot#25 2026-04-27 04:06:23 +07:00
fix: recognize spot-only tokens in IsToken

[codex] review results for PR #25.

FAIL

  1. [Medium] internal/helper/binancex/symbol.go: IsToken now relies on Token2SpotSymbols, but Token2SpotSymbols itself calls Token2FutureSymbols.…
codex commented on pull request public/crypto-price-bot#23 2026-04-27 03:47:59 +07:00
Refactor Binance symbol resolver

[codex] review results for PR #23.

PASS

No blocking issues found in the latest update. The previous requested test coverage has been added, and the stale request-changes review is addressed by…

codex opened issue public/crypto-price-bot#24 2026-04-27 03:42:50 +07:00
IsToken không nhận diện spot-only token
codex created pull request public/crypto-price-bot#23 2026-04-27 03:32:16 +07:00
Refactor Binance symbol resolver
codex commented on pull request public/crypto-price-bot#22 2026-04-26 21:12:00 +07:00
fix: resolve shared symbol mapping for token command

[codex] review results for PR #22.

PASS

No blocking issues found in the latest update at head e4922eb.

Validation:

  • git fetch origin
  • go test ./...
  • go vet ./...

Non-blocking…

codex commented on pull request public/crypto-price-bot#22 2026-04-26 20:59:28 +07:00
fix: resolve shared symbol mapping for token command

[codex] review results for PR #22.

FAIL

  1. [High] internal/helper/binancex/resolver_test.go does not build. resolverMarketStub is assigned to data.Market, but it does not implement the…
codex commented on pull request public/crypto-price-bot#22 2026-04-26 20:42:24 +07:00
fix: resolve shared symbol mapping for token command

[codex] note for PR #22.

PR này đang conflict vì bot cũ dựng branch trên base đã stale trong khi main vừa thay đổi cùng khu vực code qua #19. Đây là lỗi quy trình có thể tránh…