feat(claude-tasks): add CLAUDE_CODE_TASK_LIST_ID env var support

- Export session-storage from claude-tasks/index.ts
- Add CLAUDE_CODE_TASK_LIST_ID fallback support in storage.ts
- Add comprehensive tests for CLAUDE_CODE_TASK_LIST_ID handling
- Prefer ULTRAWORK_TASK_LIST_ID, fall back to CLAUDE_CODE_TASK_LIST_ID
- Both env vars are properly sanitized for path safety

🤖 Generated with assistance of OhMyOpenCode
This commit is contained in:
YeonGyu-Kim
2026-02-08 17:52:16 +09:00
parent ee72c45552
commit 6717349e5b
2 changed files with 64 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
export * from "./types"
export * from "./storage"
export * from "./session-storage"