chore: update organization references from typefield to DingTalk-Real-AI - #1
Open
typefield wants to merge 4 commits into
Open
chore: update organization references from typefield to DingTalk-Real-AI#1typefield wants to merge 4 commits into
typefield wants to merge 4 commits into
Conversation
haofeng0705
requested changes
Aug 21, 2026
There was a problem hiding this comment.
请求修改:文档中的 Maven 坐标和 Java 包名已改为 io.github.dingtalk-real-ai(例如 README.md:13,72,101)。当前 pom.xml:7 仍声明 io.github.typefield,源代码包也仍是 io.github.typefield...;而且 Java 包名不能包含连字符。因此 README 的依赖、import 和 exec.mainClass 示例都不可用。
请在本 PR 中恢复为当前已发布的坐标/包名,或另行完整迁移 POM、源码包路径、所有 import 和发布流程后再更新文档。
大段文档翻译建议拆分为独立 PR,避免掩盖组织引用迁移的功能性改动。
- Keep Maven groupId as io.github.typefield (matches actual pom.xml) - Update all GitHub repository URLs to DingTalk-Real-AI - Fix go get command to use correct organization - Fix npm install command to use correct organization - Remove bilingual documentation (will be separate PR)
typefield
force-pushed
the
update-org-refs
branch
from
August 21, 2026 08:03
89a5ff9 to
dd3b224
Compare
added 2 commits
August 21, 2026 16:05
- Add English and Chinese versions for GUIDE, OVERVIEW, and SPEC - Fix Maven groupId to io.github.typefield (matches actual pom.xml) - Fix all GitHub repository URLs to DingTalk-Real-AI - Fix cross-language installation commands (go get, npm install)
- Update pom.xml groupId to com.dingtalk - Refactor all Java package declarations from io.github.typefield.dingtalk.channel to com.dingtalk.channel - Move source files to new directory structure (com/dingtalk/channel) - Update all import statements across 48 Java files - Update all documentation references (README, GUIDE, OVERVIEW, SPEC - both EN and ZH) - All tests pass (34 tests, 0 failures) Breaking change: Users must update their Maven dependency and import statements
Author
|
✅ 已完整修复 Maven 坐标已完整迁移:
测试验证: 文档已同步: 请重新审核,感谢! |
haofeng0705
requested changes
Aug 21, 2026
haofeng0705
left a comment
There was a problem hiding this comment.
请求修改:README.md 第 72、101 行以及 SPEC.md 第 285 行把包名写成 com.dingtalk.dingtalk.channel,但实际源码声明为 com.dingtalk.channel。复制 README 的 import 或 LiveCheck 命令都会失败。请将所有文档示例统一为实际包名。另请在 PR 描述中明确 Maven groupId 与公共 Java package 的破坏性迁移及兼容/版本策略。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update all references from typefield to DingTalk-Real-AI organization:
This ensures the SDK correctly points to the new organization.