Skip to content

docs: add new qwen improvement findings from source comparison#69

Closed
wenshao wants to merge 1 commit intomainfrom
docs/qwen-improvement-findings
Closed

docs: add new qwen improvement findings from source comparison#69
wenshao wants to merge 1 commit intomainfrom
docs/qwen-improvement-findings

Conversation

@wenshao
Copy link
Copy Markdown
Owner

@wenshao wenshao commented Apr 5, 2026

Summary

  • add 4 new Qwen Code improvement documents from multi-round Claude Code vs Qwen Code source comparison
  • update the main improvement index to include the new P1 findings
  • stop further additions after 3 consecutive rounds with no new qualified findings

Added documents

  • docs/comparison/qwen-code-improvement-report-p1-hooks-runtime.md
  • docs/comparison/qwen-code-improvement-report-p1-permission-explainability.md
  • docs/comparison/qwen-code-improvement-report-p1-command-namespace.md
  • docs/comparison/qwen-code-improvement-report-p1-resume-discovery.md

Validation

  • python3 scripts/check_repo_consistency.py
  • python3 scripts/check_all.py (passed earlier; later reruns hit GitHub API rate limit in check_repo_url.py while repository consistency checks still passed)

Notes

  • left unrelated local change in AGENTS.md untouched
  • this PR only includes docs/comparison updates related to the source-comparison findings

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
@wenshao
Copy link
Copy Markdown
Owner Author

wenshao commented Apr 5, 2026

关闭此 PR。主要问题:

1. 文件结构不符合项目规范
每个改进项创建独立文件(4 个新文件),但项目使用主题化分组文件(p0-p1-core/platform/engine, p2-core/tools/perf/stability, p3),每个文件内部用连续编号。新 item 应追加到对应主题文件末尾。

2. 与现有 181 项的重复/重叠

PR 新增 重叠项 差异
Prompt/LLM Hook p0-p1-platform #3 (HTTP Hooks) LLM 语义判断是新角度
权限决策可解释性 p2-core #7 (Denial Tracking) Decision Trace 是细化
Worktree-aware Resume p0-p1-engine #7 (崩溃恢复) + p2-core #25 (会话搜索) Worktree 感知是新角度

3. 可采纳部分
"命令命名空间治理"是真正新增的改进点,已手动合入到正确的文件位置。
其他 3 项的新增角度(LLM Hook、Decision Trace、Worktree Resume)已作为现有 item 的补充注释合入。

@wenshao wenshao closed this Apr 5, 2026
wenshao added a commit that referenced this pull request Apr 5, 2026
Closed PR #69 (gpt-5.4 output) — 3 of 4 items overlapped with existing
181 items (Prompt Hook ~ HTTP Hooks, Decision Trace ~ Denial Tracking,
Worktree Resume ~ 崩溃恢复). File structure was also wrong (1 file per
item instead of appending to themed files).

Extracted the only new item: Slash Command Namespace Governance
→ p2-tools #30. Downgraded from P1 to P2 (namespace governance is
important but not blocking).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wenshao added a commit that referenced this pull request Apr 5, 2026
Closed PR #76 — contained 6 files from previously closed PRs #69/#72
(repeated submission), plus 4 items of which 2 duplicated existing
(Plugin Marketplace = P3 #11, Tips = p2-tools #19).

Extracted 2 new items to p2-tools:
- #39 /clear multi-mode (clear screen / clear history / full reset)
- #40 /thinkback session recall (timeline key event review)

Total: 193 items.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant