docs(ai): 强化极简工作流与 Linux 构建约束#155
Merged
Merged
Conversation
收口 AGENTS/CLAUDE、verification 与 scripts_overview 中的极简工作流、gate 验收和同 build 目录串行构建要求,并补充 WSL GCC Linux 构建口径。 ## docs - 强化 AGENTS/CLAUDE 中的极简工作流、gate 验收和串行构建约束 - 补充 verification 和 scripts_overview 的 WSL GCC Linux 构建说明 - 新增 Linux GCC warning 后续处理 explore 文档 ## refactor - 清理 input/QmRt/gameclient 中无价值的本地 perf wrapper - 收敛 text/editor 的低风险编译 warning ## test - python qmclient_scripts/gate/check_docs.py - python qmclient_scripts/gate/check_gate.py --mode quick --base-ref origin/master - Linux package_default build via WSL cmake-build-linux-release
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.
Summary
本次 PR 收口 AI 工作流入口文档、Linux WSL/GCC 构建说明与剩余 warning 的后续处理边界,并补强 gate 验收和同 build 目录串行构建约束。
docs
refactor
Verification
python qmclient_scripts/gate/check_docs.pypython qmclient_scripts/gate/check_gate.py --mode quick --base-ref origin/masterwsl env HOME=/home/yuanlinux bash -lc 'set -e; . "$HOME/.cargo/env"; cd /mnt/e/Coding/DDNet/QmClient; cmake --build cmake-build-linux-release --target package_default -j 14'Risks / Gaps
docs/superpowers/explore/2026-06-08-linux-gcc-warning-followups.md记录后续边界。check_gate.py --mode quick中未使用配置项和未使用头文件仍为仓库 baseline warning,本次未处理。