From 19272bc0b4060a3ada336b571f8f9f827c3c95fb Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 17 Jun 2026 01:40:53 -0400 Subject: [PATCH] refactor: flatten source directory structure --- src/{config/index.ts => config.ts} | 0 src/{conversation/index.ts => conversation.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{config/index.ts => config.ts} (100%) rename src/{conversation/index.ts => conversation.ts} (100%) diff --git a/src/config/index.ts b/src/config.ts similarity index 100% rename from src/config/index.ts rename to src/config.ts diff --git a/src/conversation/index.ts b/src/conversation.ts similarity index 100% rename from src/conversation/index.ts rename to src/conversation.ts