docs(feature-research): strip mixed-cell Rulesync disclaimers from cline/qwencode/zed maps#1647
docs(feature-research): strip mixed-cell Rulesync disclaimers from cline/qwencode/zed maps#1647Chen17-sq wants to merge 1 commit into
Conversation
…ine/qwencode/zed maps Addresses item 1 in dyoshikawa#1616. SKILL.md prescribes that the Official-docs / Upstream-surface columns stay descriptive, while Rulesync-support deltas surface in the run-time Capability Gaps output. Several rows on these three maps appended "; no (README-supported) Rulesync … target" to an otherwise valid upstream description, breaking that separation. Strip the trailing disclaimer in: - cline.md hooks (CLI configuration exposes Hooks tab) - qwencode.md mcp / commands / subagents / skills - zed.md rules / mcp / permissions Rows where the disclaimer is the ENTIRE cell (zed commands/subagents/skills/hooks, qwencode hooks) already follow the documented two-sentinel pattern and are left alone. Tables are re-aligned by oxfmt to match the shortened column widths. No URLs change.
|
Thank you for your contribution! Unfortunately, you currently have 5 open PRs (including this one), which exceeds the limit of 2 for external contributors. Please wait for an existing PR to be reviewed/merged, or close one before opening a new one. See CONTRIBUTING.md for details. |
|
Closing this proactively — the github-actions bot flagged that I'm well over the 2-PR limit for external contributors documented in CONTRIBUTING.md. I opened these nine PRs in one batch without spotting that rule first, which was my mistake — sorry for the noise. The patch in this PR is ready as-is ( Keeping #1643 ( |
|
Reopening — #1645 (opencode-subagent forDeletion global) merged 5/21, so I'm back at 1/2 PR limit. This is the next-cleanest follow-up from the seven I'd closed: 3-file doc normalization (cline/qwencode/zed maps) that strips the mixed-cell Rulesync disclaimers per the rulesync-feature-research SKILL.md convention. Addresses #1616 item 1. Branch unchanged at |
dyoshikawa-claw
left a comment
There was a problem hiding this comment.
This PR is superseded — all substantive changes are already on main.
Commit 7dfac8e4 (saitota, May 18) applied the same disclaimer-stripping across these three files plus 13 additional reference maps, and commit e765c94b (same day) re-aligned the table columns for qwencode.md and zed.md exactly as this PR proposes. Your qwencode.md and zed.md diffs are now identical to what is on main.
The only remaining delta is in cline.md — your version reads CLI configuration exposes Hooks tab while main has CLI configuration exposes a Hooks tab (which also restored the grammatical article). Merging this PR would cause a regression there.
Recommend closing this PR and rebasing your branch onto main if you want to keep it for future work (the rebase should produce zero diff). The approach was correct — it just got covered by a wider fix before this could land.
Summary
Addresses item 1 from #1616.
SKILL.mdfor therulesync-feature-researchskill prescribes that theOfficial docs/Upstream surfacecolumns stay descriptive and that Rulesync-support deltas surface at run time in the Capability Gaps output. PR #1611 introduced several new map files that mix the two: they append"; no (README-)supported Rulesync … target"to an otherwise valid upstream description, which breaks that separation.This PR strips the trailing disclaimer in the rows the issue explicitly called out, plus the same pattern on adjacent rows in the same three files:
cline.mdhooksqwencode.mdmcp·commands·subagents·skillszed.mdrules·mcp·permissionsRows where the disclaimer IS the entire upstream description (zed
commands/subagents/skills/hooks, qwencodehooks) already follow the two-sentinel pattern documented inSKILL.mdand are left alone.Tables were re-aligned by
oxfmtto match the shortened column widths. No upstream URLs change.Test plan
pnpm cicheck(fmt + oxlint + eslint + tsgo + 5550 vitest + sync-skill-docs check + cspell + secretlint) passes locally on Node 22.pnpm dev generatealso runs cleanly — the generated mirrors under.claude/,.opencode/,.github/,.takt/regenerate without complaint.SKILL.md, no sentinel taxonomy changes, no rescan of other reference maps (those are separate follow-ups in the same issue).Refs #1616 (item 1 of 5).