Files
mipu-open/CLAUDE.md
杨柳杰 67db2ee5b2 refactor: 文档维护点收归mipu-api,新增SDK
- 移除 docs/ 和 Release CI,文档维护点收归 mipu-api 子模块
- 新增 sdk/mipu_requests Python SDK(构造参数传入凭据)
- 新增 CLAUDE.md 标注文档维护路径
- 精简 README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-04 19:12:16 +08:00

27 lines
644 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# CLAUDE.md — 项目指引
## 项目结构
本项目是米普对外开放内容的统一管理仓库。
- `mipu-api/` — git submoduleClaude Code Skill**API 文档在此维护**
- `sdk/mipu_requests/` — Python SDKpip 包)
## API 文档
文档源文件位于 mipu-api 子模块内:
```
mipu-api/plugins/mipu-api/skills/mipu-api/docs/
```
修改文档时,进入 mipu-api 子模块操作:
```bash
cd mipu-api
vim plugins/mipu-api/skills/mipu-api/docs/03-01_shopping-search.md
git add -A && git commit -m "docs: 更新说明" && git push
cd ..
git add mipu-api && git commit -m "chore: 更新mipu-api" && git push
```