feat: 初始化shop-crm-agent项目,实现基础CLI与CRM操作能力
本提交初始化完整的shop-crm-agent项目: 1. 创建基础项目结构与配置文件(.gitignore、go.mod/go.sum) 2. 添加项目许可协议与文档(README.md、AGENTS.md、SKILL.md) 3. 实现核心CLI入口与命令框架 4. 封装Protobuf API客户端与完整的命令实现 5. 添加单元测试覆盖核心功能与边界情况 6. 提供构建脚本与版本管理能力
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Copyright (c) 2026 Zhecent. All rights reserved.
|
||||
|
||||
This source code is made publicly readable for review and for authorized
|
||||
Zhecent employees to use solely for Zhecent's internal business purposes.
|
||||
|
||||
No permission is granted to any other person or organization to copy, modify,
|
||||
distribute, sublicense, sell, or otherwise use this source code without prior
|
||||
written permission from Zhecent.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
|
||||
Reference in New Issue
Block a user