Skip to content

docs(hosts): fix broken contributing-new-coding-agent link - #71

Merged
phodal merged 1 commit into
QoderAI:mainfrom
tanjiawen:main
Aug 6, 2026
Merged

docs(hosts): fix broken contributing-new-coding-agent link#71
phodal merged 1 commit into
QoderAI:mainfrom
tanjiawen:main

Conversation

@tanjiawen

Copy link
Copy Markdown
Contributor

Summary

The "Contributing another host" link in docs/docs/hosts/adapter-matrix.md pointed to ./contributing-new-coding-agent (missing the .md extension). The target file exists; agent-lint's missing-local-reference check resolves references with pathExists and does not auto-append the extension, so the link was reported as a broken local reference although Docusaurus would resolve it.

Link now points to ./contributing-new-coding-agent.md.

Why

Maintenance. The broken link surfaces as an error-level finding from agent-lint / review-trigger (missing-local-reference), which blocks/poisons the harness's own review tooling on this repository.

Traceability and Scope

  • Spec/ADR, if applicable: none
  • Acceptance criteria addressed: link resolves to an existing file
  • Canonical owners changed: none
  • Explicit non-goals: none

Change Type

  • Documentation/community

Test and Review Evidence

Check Result
node scripts/review-trigger/cli.mjs --mode=stop --json (cwd=repo) errors dropped 1 → 0; remaining findings are warnings/advisories

Manual or visual evidence: link now points to existing contributing-new-coding-agent.md in the same directory.

Risk and Recovery

  • Compatibility and cross-platform impact: none (docs-only)
  • Package, plugin, schema, or generated-file impact: none
  • Rollback or recovery path: revert the single-line change
  • Residual risk or unverified boundary: none

AI Involvement

  • Level: Assisted (change authored and verified with the help of Qwen Code; reviewed by human)
  • Human review and validation: user reviewed the diff before submission

@phodal
phodal requested a lite review from Copilot August 6, 2026 08:11
@phodal
phodal merged commit 68a1a30 into QoderAI:main Aug 6, 2026
4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

zh-Hans 的镜像文档中仍存在同样缺少 .md 的相对链接,建议同步修复以保持一致性并避免同类检查在本地化文档上再次触发。

Once you've addressed the issues Copilot identified, you can request another Copilot review.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

本 PR 旨在修复文档中一个会触发 agent-lint / review-trigger 的本地引用错误:docs/docs/hosts/adapter-matrix.md 里“Contributing a Coding Agent Host”链接缺少 .md 扩展名,导致 missing-local-reference 被判定为断链(尽管 Docusaurus 可能可解析)。

Changes:

  • docs/docs/hosts/adapter-matrix.md./contributing-new-coding-agent 修正为 ./contributing-new-coding-agent.md,使其按 pathExists 语义可解析并消除错误级告警。
File summaries
File Description
docs/docs/hosts/adapter-matrix.md 修复“Contributing a Coding Agent Host”相对链接的 .md 扩展名以通过本地引用检查
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

## Contributing another host

Start with [Contributing a Coding Agent Host](./contributing-new-coding-agent).
Start with [Contributing a Coding Agent Host](./contributing-new-coding-agent.md).
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.

3 participants