Conch/ ├── cmd/ # 命令行代码入口 ├── pkg/ # 公共库(可被外部项目导入) ├── internal/ # 内部库(仅本项目使用) ├── api/ # API 接口定义 ├── config/ # 配置文件 ├── docs/ # 文档