cleanup: 移除product子模块 - 精简项目结构

## 清理内容
- 反初始化product子模块:git submodule deinit -f product
- 删除git元数据:.git/modules/product/
- 从索引移除:git rm -f product
- 清理配置文件:.gitmodules

## 影响分析
- 项目结构更加清晰,专注于核心PromptX功能
- 减少不必要的依赖和复杂性
- 提升仓库克隆和维护效率

## 技术细节
- 完全移除product子模块的所有痕迹
- 保持git历史的完整性
- 确保.gitmodules配置文件正确更新

这个清理操作简化了项目结构,让开发者能够更专注于PromptX框架的核心功能开发。

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
sean
2025-06-28 15:15:02 +08:00
parent 5779aa837c
commit 808c5af9fa
2 changed files with 0 additions and 4 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "product"]
path = product
url = https://github.com/Deepractice/PromptXProduct.git