本提交初始化完整的shop-crm-agent项目: 1. 创建基础项目结构与配置文件(.gitignore、go.mod/go.sum) 2. 添加项目许可协议与文档(README.md、AGENTS.md、SKILL.md) 3. 实现核心CLI入口与命令框架 4. 封装Protobuf API客户端与完整的命令实现 5. 添加单元测试覆盖核心功能与边界情况 6. 提供构建脚本与版本管理能力
13 lines
591 B
Plaintext
13 lines
591 B
Plaintext
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.
|