From 830dcf8d2f4672fa6302197de348716e39e0b86d Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 23 Feb 2026 02:43:11 +0900 Subject: [PATCH] refactor(features): remove empty barrel files Delete 2 empty barrel index.ts files: - claude-tasks/index.ts - mcp-oauth/index.ts Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- src/features/claude-tasks/index.ts | 3 --- src/features/mcp-oauth/index.ts | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 src/features/claude-tasks/index.ts delete mode 100644 src/features/mcp-oauth/index.ts diff --git a/src/features/claude-tasks/index.ts b/src/features/claude-tasks/index.ts deleted file mode 100644 index 601a9932..00000000 --- a/src/features/claude-tasks/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from "./types" -export * from "./storage" -export * from "./session-storage" diff --git a/src/features/mcp-oauth/index.ts b/src/features/mcp-oauth/index.ts deleted file mode 100644 index cf042d88..00000000 --- a/src/features/mcp-oauth/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from "./schema" -export * from "./oauth-authorization-flow" -export * from "./provider"