From bb909e44ffc318a14342286f7c42f3019d13db25 Mon Sep 17 00:00:00 2001 From: altair823 Date: Sun, 10 May 2026 14:32:03 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.3.2=20=E2=80=94=20cleanup?= =?UTF-8?q?=20cut=20(=EC=9E=A0=EC=9E=AC=20bug=20+=20cosmetic=209=20+=20#20?= =?UTF-8?q?=20deferred)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit backlog 잔여 23 → 14 (-9 처리, +1 deferred 잔존, +1 stale): - 잠재 bug 4: vocabSet COLLATE / time-dep test flake / PII reason / KST inline - cosmetic 5: 탭 ARIA / loadExpired 제거 / per-tag Promise.all / recall IPC on / OllamaSettingsModal 폐기 audit - deferred: #20 (.catch debug log — CaptureService logger 미주입) 기록 정리: v0.2.2 stale memory 폐기 + v024-backlog 처리 이력 갱신 단위 710 → 724, typecheck 0 Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/superpowers/v024-backlog.md | 19 +++++++++++++++++-- package.json | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/superpowers/v024-backlog.md b/docs/superpowers/v024-backlog.md index 8ed8e3d..5859e33 100644 --- a/docs/superpowers/v024-backlog.md +++ b/docs/superpowers/v024-backlog.md @@ -3,9 +3,9 @@ > 누적 backlog. v0.2.3 cut (7항목 / PR #13~#19) 시점부터 PR review deferred + dogfood 발견 모두 합산. **파일명은 historic** (`v024-backlog.md`) — v0.2.4 ~ v0.2.6 cut 후에도 이어 사용. **v0.2.7 brainstorm 시** 신규 피드백 + 잔여 일괄 triage. **누적 시작일:** 2026-05-01 (#7 telemetry skeleton 머지 시점) -**최종 갱신:** 2026-05-07 (v0.2.7 cross-platform cut — #45 자동실행 deeper fix) +**최종 갱신:** 2026-05-10 (v0.3.2 cleanup cut — 잠재 bug 4 + cosmetic 5 + #20 deferred) **총 항목 수:** 46 (#1 stale 포함) -**잔여:** 23건 (=46 − 처리 22 − stale 1) +**잔여:** 14건 (=46 − 처리 31 − stale 1) ## 처리 이력 / 진행 흐름 @@ -39,6 +39,21 @@ |---|---|---| | **B1 production path** (CaptureService.restoreNote 가 옛 `repo.restore` 호출) | ✅ Critical fix (commit `a991008`) | v0.2.6 round 1 | +### v0.3.2 cleanup cut (2026-05-10) + +| 항목 | 상태 | Cut | +|---|---|---| +| #14 (탭 ARIA `aria-pressed`→`role="tab"`) | ✅ 처리 | v0.3.2 | +| #18 (`loadExpired` 미사용 제거) | ✅ 처리 | v0.3.2 | +| #19 (KST inline 5 callsite 잔여 migrate) | ✅ 처리 | v0.3.2 | +| #20 (telemetry `.catch` silent → debug log) | 🟡 deferred (CaptureService logger 미주입 — constructor 변경 회피) | v0.3.2 audit | +| #31 (vocabSet COLLATE NOCASE 정합) | ✅ 처리 | v0.3.2 | +| #32 (per-tag emit `Promise.all` 병렬화) | ✅ 처리 | v0.3.2 | +| #36 (recall IPC `handle`→`on`) | ✅ 처리 | v0.3.2 | +| #39 (`ollama_unreachable.reason` PII 마스킹) | ✅ 처리 | v0.3.2 | +| #41+#42 (`OllamaSettingsModal` 폐기 audit) | ✅ 자연 소멸 (v0.2.7) | v0.3.2 audit | +| time-dependent test flake fix | ✅ 처리 | v0.3.2 | + ### v0.2.6 final reviewer + round 1 minors (deferred) | 항목 | 상태 | diff --git a/package.json b/package.json index 90bf482..fc5dabf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inkling", - "version": "0.3.1", + "version": "0.3.2", "private": true, "description": "Inkling — local-first 한 줄 보관 도구", "author": "altair823 ",