docs(feature-research): re-verify replit/windsurf upstream URLs and fix wrong topics#1651
docs(feature-research): re-verify replit/windsurf upstream URLs and fix wrong topics#1651Chen17-sq wants to merge 1 commit into
Conversation
…ix wrong topics Addresses item 2 in dyoshikawa#1616. The Collect-step-4 re-check pass surfaced three rows whose Official-docs URL did not actually describe the feature claimed by the row. WebFetch results: - replit.md L10 mcp: https://docs.replit.com/tutorials/agent-skills resolves to the "Agent Skills" page (H1 "How to use Agent Skills in your projects"), not MCP. No dedicated Replit MCP doc page was found, so downgrade the row to the documented sentinel pair ("No dedicated upstream MCP surface in map" / "No Rulesync-supported Replit MCP target in map"). - windsurf.md L11 commands: https://docs.windsurf.com/windsurf/cascade/memories resolves to "Memories & Rules". A dedicated Workflows page does exist at https://docs.windsurf.com/windsurf/cascade/workflows (H1 "Workflows"); swap the URL. - windsurf.md L13 skills: same Memories page is the wrong target. A dedicated Skills page exists at https://docs.windsurf.com/windsurf/cascade/skills (H1 "Skills"); swap the URL. windsurf.md L8 rules keeps the Memories URL — it is the legitimate canonical page for both Memories and Rules per its H1. Tables re-aligned by oxfmt to match the new URL widths. No Upstream-surface text edits; the residual mixed-cell wording is item-1 / item-4 territory and is intentionally out of scope here.
|
Thank you for your contribution! Unfortunately, you currently have 9 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 ( |
Summary
Addresses item 2 from #1616 — the Collect-step-4 re-verification pass that the
rulesync-feature-researchSKILL.md now mandates for new map entries.I ran a fresh fetch against the three suspect rows. Results:
replit.mdmcp(L10)https://docs.replit.com/tutorials/agent-skillsNo dedicated upstream MCP surface in map)windsurf.mdcommands(L11)https://docs.windsurf.com/windsurf/cascade/memorieshttps://docs.windsurf.com/windsurf/cascade/workflows(H1 "Workflows") — confirmed to existwindsurf.mdskills(L13)https://docs.windsurf.com/windsurf/cascade/memorieshttps://docs.windsurf.com/windsurf/cascade/skills(H1 "Skills") — confirmed to existwindsurf.mdL8rulesis kept on the Memories URL: that page's H1 is literally "Memories & Rules", so it is the canonical doc for the rules row.For the Codex CLI rows the issue called out as candidates (
/codex/subagents,/codex/skills,/codex/hooks), all three pages exist with matching H1s — no change needed.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.oxfmtto match the new URL widths.; no Rulesync-supported …,Rulesync maps …) is item-1 / item-4 territory and is intentionally out of scope here.Refs #1616 (item 2 of 5 — items 1 and 3 were addressed in #1647 and #1646; items 4 and 5 are still open).