Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-moneybox-rates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
id: save-history
if: steps.fetch-rates.outcome == 'success'
run: |
CURRENT_DATE=$(TZ=Asia/Taipei date +%Y-%m-%d)
CURRENT_DATE=$(TZ=Asia/Seoul date +%Y-%m-%d)
MONEYBOX_HISTORY_FILE="${MONEYBOX_HISTORY_DIR}/${CURRENT_DATE}.json"
mkdir -p "$MONEYBOX_HISTORY_DIR"
if [[ ! -f "$MONEYBOX_FETCH_OUTPUT_FILE" ]]; then
Expand Down
7 changes: 6 additions & 1 deletion docs/dev/002_development_reward_penalty_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> 版本:outline-v2-ultra
> 原則:每筆只保留日期、ID、原因、解法。
> 本次分數變化:+3(reward 3、penalty 0)|累計總分:+62
> 本次分數變化:+1(reward 1、penalty 0)|累計總分:+63

## 新增模板(4 行)

Expand All @@ -13,6 +13,11 @@

## 條目(新→舊)

- 日期:2026-06-26
- ID:reward-moneybox-seoul-date-ssot
- 原因:MoneyBox workflow 用 Asia/Taipei 產生 history 檔名,首爾午夜換日時會把新日資料寫入前一日 history
- 解法:update-moneybox-rates.yml Save history 步驟改 TZ=Asia/Seoul 對齊 fetch-moneybox-rates.js SSOT

- 日期:2026-06-26
- ID:neutral-002-score-header-correction-pr425
- 原因:Codex P2 指出本批 3 reward + 1 neutral 的 header 誤寫 +1
Expand Down
Loading