Files
oh-my-opencode/src/features/hook-message-injector/constants.ts
T
YeonGyu-Kim 5eebef953b refactor(shared): unify MESSAGE_STORAGE/PART_STORAGE constants into single source
- Add src/shared/opencode-storage-paths.ts with consolidated constants

- Update imports in hook-message-injector and session-manager

- Add src/shared/opencode-storage-detection.ts with isSqliteBackend()

- Add OPENCODE_SQLITE_VERSION constant

- Export all from shared/index.ts
2026-02-16 16:13:40 +09:00

2 lines
79 B
TypeScript

export { OPENCODE_STORAGE, MESSAGE_STORAGE, PART_STORAGE } from "../../shared"