fix: remove accidentally committed OpenClaw-Query-Submit submodule - #6109
Conversation
qwen-code-ci-bot
left a comment
There was a problem hiding this comment.
LGTM, looks ready to ship. ✅
|
Thanks for the PR! Template looks good ✓ On direction: This is straightforward repo hygiene — removing an accidentally committed submodule (mode On approach: Minimal and correct — a single line deletion removing the submodule pointer from the index. Nothing to cut, nothing to add. Moving on to code review. 🔍 中文说明感谢贡献! 模板完整 ✓ 方向:这是基本的仓库清理——移除误提交的 submodule(mode 方案:最小化且正确——单行删除,移除 index 中的 submodule 指针。无需删减或增加。 进入代码审查 🔍 — Qwen Code · qwen3.7-max |
|
Code review: Clean. The diff is a single line — deleting the submodule pointer entry. No code, no build scripts, no config files reference Testing: Non-user-visible git index cleanup — tmux testing is N/A. Verification via git commands on After merge, 中文说明代码审查: 无问题。Diff 仅一行——删除 submodule 指针条目。代码、构建脚本、配置文件中均无引用 测试: 非用户可见的 git index 清理操作——tmux 测试不适用。在 — Qwen Code · qwen3.7-max |
|
This is about as clean as it gets. An orphaned submodule pointer (mode 160000) with no 中文说明这是最干净的 PR 了。一个孤立的 submodule 指针(mode 160000),没有 — Qwen Code · qwen3.7-max |
qwen-code-ci-bot
left a comment
There was a problem hiding this comment.
LGTM, looks ready to ship. ✅
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
qwen-code-ci-bot
left a comment
There was a problem hiding this comment.
No issues found. Clean removal of an orphaned submodule pointer (mode 160000) with no .gitmodules entry and zero codebase references. Downgraded from Approve to Comment: CI still running.
— qwen3.7-max via Qwen Code /review
What this PR does
Removes the
OpenClaw-Query-Submitgit submodule (mode 160000) that was accidentally included in commit 7a04512. This submodule points to an unrelated external repository and has no.gitmodulesentry, indicating it was added by mistake.Why it is needed
The submodule bloats the repository index, causes confusion for contributors cloning the repo, and has no relationship to the Qwen Code project. It should be removed to keep the repository clean.
Reviewer Test Plan
How to verify
Run
git ls-files --stage OpenClaw-Query-Submiton the base branch — should show mode160000. After merging, the same command should return nothing. Confirmgit submodule statusno longer listsOpenClaw-Query-Submit.Evidence (Before & After)
N/A — non-user-visible cleanup.
Tested on
Environment (optional)
N/A
Risk & Scope
Linked Issues
N/A
中文说明
本 PR 做了什么
移除了在 commit 7a04512 中误提交的
OpenClaw-Query-Submitgit submodule(mode 160000)。该 submodule 指向一个无关的外部仓库,且没有对应的.gitmodules条目,表明是误添加的。为什么需要
该 submodule 增加了仓库索引体积,给克隆仓库的贡献者造成困惑,且与 Qwen Code 项目没有任何关系。应当移除以保持仓库整洁。
审查者测试计划
如何验证
在基线分支上运行
git ls-files --stage OpenClaw-Query-Submit,应显示 mode160000。合并后,同样的命令应无输出。确认git submodule status不再列出OpenClaw-Query-Submit。证据(修改前与修改后)
N/A — 非用户可见的清理操作。
测试环境
环境(可选)
N/A
风险与范围
关联 Issue
N/A