mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Some checks are pending
Qwen Code CI / CodeQL (push) Waiting to run
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
- Add new skills: bugfix, feat-dev with structured workflows - Update existing skills: docs-audit-and-refresh, docs-update-from-diff, e2e-testing, qwen-code-claw, structured-debugging, terminal-capture - Update test-engineer agent with clearer constraints and formatting - Update qc commands: bugfix, code-review, commit, create-issue, create-pr - Reorganize .gitignore to keep qwen configs near top - Expand AGENTS.md with development commands, feature/bugfix workflows, project directories table, and code review guidelines Co-authored-by: 愚远 <zhenxing.tzx@alibaba-inc.com> Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1.8 KiB
1.8 KiB
Docs Surface Map
Use this file to choose the correct destination page under docs/.
Primary sections
docs/users/overview.md,quickstart.md,common-workflow.mdGood for entry points, first-run guidance, and broad user workflows.docs/users/features/*.mdGood for user-visible features such as skills, MCP, sandbox, sub-agents, commands, checkpointing, and approval modes.docs/users/configuration/*.mdGood for settings, auth, model providers, themes, trusted folders,.qwenfiles, and similar configuration topics.docs/users/integration-*.mdanddocs/users/ide-integration/*.mdGood for IDEs, GitHub Actions, and editor companion behavior.docs/users/extension/*.mdGood for extension authoring and extension usage.docs/developers/*.mdGood for architecture, contributing workflow, roadmaps, and SDK overviews.docs/developers/tools/*.mdGood for tool behavior, tool contracts, and implementation-facing explanations.docs/developers/development/*.mdGood for contributor setup, deployment, tests, telemetry, and automation details.
Navigation rules
- Root navigation lives in
docs/_meta.ts. - Section navigation lives in the nearest
_meta.ts, for example: docs/users/_meta.tsdocs/users/features/_meta.tsdocs/developers/_meta.tsdocs/developers/tools/_meta.ts- If you create a page and do not add it to the right
_meta.ts, the docs will be incomplete even if the markdown exists.
Placement heuristics
- Put the change where a reader would naturally look first.
- Update multiple pages when a single feature appears in setup, reference, and workflow docs.
- Prefer adjusting a nearby existing page instead of creating a top-level page for a small delta.
- Avoid duplicating long explanations across pages; add one source page and update nearby pages with short pointers if needed.