refactor(shared): consolidate 13+ getMessageDir copies into single shared function

This commit is contained in:
YeonGyu-Kim
2026-02-14 17:50:08 +09:00
parent e90734d6d9
commit c9c02e0525
21 changed files with 86 additions and 223 deletions
@@ -1,3 +1,4 @@
import { existsSync, readdirSync } from "node:fs"
import { getMessageDir } from "../../shared/opencode-message-dir"
export { getMessageDir }