Skip to content

feat(os): persist plugin + localStorage 흡수#24

Merged
developer-1px merged 1 commit into
mainfrom
feat/persist-plugin
Apr 21, 2026
Merged

feat(os): persist plugin + localStorage 흡수#24
developer-1px merged 1 commit into
mainfrom
feat/persist-plugin

Conversation

@developer-1px
Copy link
Copy Markdown
Owner

Summary

  • definePlugin 기반 persist 플러그인 추가. createStore 초기화 시 localStorage에서 복원, command 실행 후 직렬화
  • 6 tests passing, typecheck clean
  • PRD: docs/2026/2026-04/2026-04-20/persistPluginPrd.md

Test plan

  • pnpm test src/interactive-os/plugins/persist.test.ts → 6/6 passing
  • typecheck clean

- createStore 초기화 시 localStorage에서 상태 복원
- command 실행 후 상태를 localStorage에 직렬화
- 6 tests passing
- 관련 PRD: docs/2026/2026-04/2026-04-20/persistPluginPrd.md
@developer-1px developer-1px merged commit 23207a6 into main Apr 21, 2026
@developer-1px developer-1px deleted the feat/persist-plugin branch April 21, 2026 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant