feat(background-agent): add BackgroundManager with persistence layer

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2025-12-11 15:45:37 +09:00
parent 9ec20d4cb2
commit 698cdb6744
4 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export * from "./types"
export { BackgroundManager } from "./manager"
export * from "./storage"