5 Commits

Author SHA1 Message Date
zy
31a80ecacc docs: update claude md
增加 PR 要求。
2026-02-28 22:42:37 +08:00
zy
869541b117 docs: 更新 CLAUDE.md,增加代码设计和注释要求 (#290)
- 新增关于代码设计的简洁性要求
- 强调使用中文注释的清晰性和专业性
2025-11-08 20:17:36 +08:00
zy
8fdb461f8f docs: update CLAUDE.md with development guidelines (#46)
- Add requirements for formatting Go source files after modifications
- Specify the need to delete unnecessary scripts and build files generated during testing
- Introduce a branching policy for feature changes
- Establish a rule against pushing to remote without prior approval
- Outline the review process including local and remote PR reviews
2025-09-09 01:11:25 +08:00
zy
aee7b321d3 feat: 添加获取小红书首页 Feeds 列表的 HTTP 和 MCP 接口
- 在 service.go 中添加 ListFeeds 业务逻辑,复用 xiaohongshu 包功能
- 添加 HTTP 接口 GET /api/v1/feeds/list
- 添加 MCP tool: list_feeds,支持通过 MCP 协议获取 Feeds
- 返回结构化的 Feeds 数据,包含列表和数量统计
- 更新 .gitignore 忽略构建产物和测试脚本
- 更新项目配置,添加 chmod 权限

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 01:22:19 +08:00
zy
bfa830026c chore: 更新项目配置
- 添加 gofmt 和 goimports 自动审批权限
- 添加 CLAUDE.md 项目指导文件,要求格式化 Go 源码

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 01:12:15 +08:00