diff --git a/openspec/changes/code-review-fix/tasks.md b/openspec/changes/code-review-fix/tasks.md index a3992da..19d4884 100644 --- a/openspec/changes/code-review-fix/tasks.md +++ b/openspec/changes/code-review-fix/tasks.md @@ -79,6 +79,7 @@ - [x] 8.7 `[haiku]` Extract magic numbers (8px, 60s, colors) to named constants in `CandleChart.tsx` - [x] 8.8 `[haiku]` Move `new Set()` default prop to module-level constant in `CandleChart.tsx:125` + ## 9. Frontend — Shared Types & Type Safety - [x] 9.1 `[sonnet]` Create `src/types/candles.ts` with `Candle` interface