qwen-code/.github/workflows
Shaojin Wen 7e56bd0657
docs(autofix): add an operator guide for /takeover from N (#9622)
* docs(autofix): add an operator guide for `/takeover from N`

`qwen-autofix.md` records why each line of the workflow is the way it is,
indexed by code site — af-007 for the `from N` parser, af-016 for the
marker it writes. That answers "why is this code shaped like this", but a
maintainer deciding whether to seed a takeover has a different question:
what do I type, what number do I pick, and what happens next. Nothing
answered that.

This adds a task-oriented sibling guide covering the problem the seed
solves, how to choose N (with a table of remaining suggestion budget per
seed), the three semantics that surprise people — the seed is a floor for
an empty window rather than an offset added to every round, it dies with
its counting window so `/retry` and a bare `/takeover` both return the
counter to zero, and it is clamped strictly below the round cap while the
audit record still cites the number that was typed — and the two things
it deliberately does not do: seed the growth brake, or change what
Critical-only keeps flowing.

Every row of the accepted/rejected command table was produced by
replaying the merged parser fragment verbatim, so the doc records
observed behaviour rather than intent: `from 04` and `from 08` seed 4 and
8 rather than tripping octal, `from 0` engages as the explicit no-seed
spelling, and `stop from 4`, a doubled space, a 3-digit number, and a
prefixed or suffixed body all fail closed to no label and no seed.

Cross-linked both ways: the design record's preamble now points at
task-oriented guides, and the parser keeps its af-007 pointer with an
operator-guide line beside it. The workflow grows by 64 bytes, which the
size gate covers.

* docs(autofix): align the round-seed guide with the workflow behavior

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

---------

Co-authored-by: qwen-code-dev-bot <qwen-code-dev-bot@users.noreply.github.com>
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-08-21 07:44:59 +00:00
..
assign-issue-owner.yml feat(ci): auto-assign issues to area owners from labels (#8668) 2026-08-08 23:01:03 +00:00
audio-capture-prebuilds.yml Upgrade GitHub Actions for Node 24 compatibility (#5157) 2026-07-07 12:17:22 +00:00
auto-minimize-spam.yml fix(ci): minimize new spam comments on creation (#9266) 2026-08-17 05:12:04 +00:00
build-and-publish-image.yml Upgrade GitHub Actions for Node 24 compatibility (#5157) 2026-07-07 12:17:22 +00:00
cd-cua-driver.yml chore(cua-driver): sync upstream v0.17.0 (#8564) 2026-08-05 07:00:36 +00:00
cd-mobile-mcp.yml chore(ci): Drop NPM_TOKEN in favor of npm Trusted Publishing (#9552) 2026-08-20 08:31:41 +00:00
ci.yml test(ci): stage on-disk session state in the serve A/B (#9444) 2026-08-20 14:09:03 +00:00
codeql.yml Upgrade GitHub Actions for Node 24 compatibility (#5157) 2026-07-07 12:17:22 +00:00
comment-attachment-guard.yml ci: route trusted-author fork PRs and no-checkout jobs to the ECS pool (#8502) 2026-08-04 03:48:24 +00:00
desktop-release.yml fix(desktop): bridge Electron users on Windows and Linux (#9079) 2026-08-13 15:42:31 +00:00
docs-page-action.yml ci: route trusted-author fork PRs and no-checkout jobs to the ECS pool (#8502) 2026-08-04 03:48:24 +00:00
dsw-swe-verified-release.yml feat: chain Terminal-Bench release evaluation (#9120) 2026-08-17 05:53:06 +00:00
e2e.yml chore(ci): Add security hygiene: CODEOWNERS for release workflows, least-privilege permissions, security checks and Scorecard (#9008) 2026-08-14 01:22:53 +00:00
finalize-release.yml chore(ci): Disable install scripts in release CI and guard security-checks workflow (#9577) 2026-08-21 03:48:03 +00:00
live-host-release.yml fix(ci): restore Live Host release mirroring (#8917) 2026-08-11 07:08:26 +00:00
live-host.yml refactor(cli): Generalize the Conversations runtime foundation (#8890) 2026-08-14 02:33:24 +00:00
main-ci-failure-issue.yml ci: route trusted-author fork PRs and no-checkout jobs to the ECS pool (#8502) 2026-08-04 03:48:24 +00:00
npm-cache.yml fix(ci): avoid root-owned npm cache workspace files (#8669) 2026-08-07 07:08:34 +00:00
pr-force-push-reminder.yml ci: route trusted-author fork PRs and no-checkout jobs to the ECS pool (#8502) 2026-08-04 03:48:24 +00:00
pr-self-report-label.yml feat(autofix): escalate stopped takeover PRs and age out unanswered pauses (#8960) 2026-08-15 17:32:23 +00:00
qwen-autofix-fork-bridge.yml feat(autofix): bridge fork-PR reviews into the credentialed review lane (#8676) 2026-08-07 16:11:48 +00:00
qwen-autofix-fork-signal.yml feat(autofix): bridge fork-PR reviews into the credentialed review lane (#8676) 2026-08-07 16:11:48 +00:00
qwen-autofix-round-seed.md docs(autofix): add an operator guide for /takeover from N (#9622) 2026-08-21 07:44:59 +00:00
qwen-autofix.md docs(autofix): add an operator guide for /takeover from N (#9622) 2026-08-21 07:44:59 +00:00
qwen-autofix.yml docs(autofix): add an operator guide for /takeover from N (#9622) 2026-08-21 07:44:59 +00:00
qwen-ci-flaky-rerun.yml ci: bump qwen-code-action to 05f8171 (skip redundant install, surface install errors) (#8444) 2026-08-03 08:41:46 +00:00
qwen-code-pr-review.yml docs(ci): the ECS pool does run containers — correct two comments that say it does not (#9575) 2026-08-21 06:38:43 +00:00
qwen-fleet-shepherd.yml fix(ci): stop counting wedged queued runs as in-flight in the shepherd (#9518) 2026-08-20 13:37:22 +00:00
qwen-issue-followup-bot.yml fix(ci): stop dropping agent settings in resolve and follow-up workflows (#9252) 2026-08-16 03:27:00 +00:00
qwen-pr-safety-precheck.yml Upgrade GitHub Actions for Node 24 compatibility (#5157) 2026-07-07 12:17:22 +00:00
qwen-triage-finalize.yml ci: route trusted-author fork PRs and no-checkout jobs to the ECS pool (#8502) 2026-08-04 03:48:24 +00:00
qwen-triage.yml docs(ci): the ECS pool does run containers — correct two comments that say it does not (#9575) 2026-08-21 06:38:43 +00:00
release-sdk-java.yml fix(sdk-java): Harden daemon transport reliability (#7603) 2026-07-24 04:22:05 +00:00
release-sdk-python.yml Upgrade GitHub Actions for Node 24 compatibility (#5157) 2026-07-07 12:17:22 +00:00
release-sdk.yml chore(ci): Drop NPM_TOKEN in favor of npm Trusted Publishing (#9552) 2026-08-20 08:31:41 +00:00
release-vscode-companion.yml ci(vscode): gate sync publish on RELEASE_VSCODE_SYNC_PUBLISH variable (#9132) 2026-08-14 06:32:59 +00:00
release.yml chore(ci): Disable install scripts in release CI and guard security-checks workflow (#9577) 2026-08-21 03:48:03 +00:00
repo-hygiene.yml fix(ci): route workflow label mutations through REST (#8761) 2026-08-09 15:05:15 +00:00
scorecard-monthly.yml chore(ci): Add security hygiene: CODEOWNERS for release workflows, least-privilege permissions, security checks and Scorecard (#9008) 2026-08-14 01:22:53 +00:00
sdk-java.yml ci(sdk-java): drop the shared Maven toolchains.xml before setup-java on self-hosted runners (#9090) 2026-08-13 12:20:28 +00:00
sdk-python.yml chore(ci): Add security hygiene: CODEOWNERS for release workflows, least-privilege permissions, security checks and Scorecard (#9008) 2026-08-14 01:22:53 +00:00
security-checks.yml chore(deps): Clear high-severity CVE baseline and harden the security gate (#9584) 2026-08-21 07:43:32 +00:00
serve-ab-publish.yml ci: route trusted-author fork PRs and no-checkout jobs to the ECS pool (#8502) 2026-08-04 03:48:24 +00:00
serve-ab.yml test(ci): stage on-disk session state in the serve A/B (#9444) 2026-08-20 14:09:03 +00:00
stale.yml ci: route trusted-author fork PRs and no-checkout jobs to the ECS pool (#8502) 2026-08-04 03:48:24 +00:00
sync-cua-driver-to-oss.yml Upgrade GitHub Actions for Node 24 compatibility (#5157) 2026-07-07 12:17:22 +00:00
sync-desktop-to-oss.yml fix(desktop): harden release pipeline (#9009) 2026-08-12 16:38:12 +00:00
sync-live-host-to-oss.yml fix(ci): restore Live Host release mirroring (#8917) 2026-08-11 07:08:26 +00:00
sync-release-to-oss.yml Upgrade GitHub Actions for Node 24 compatibility (#5157) 2026-07-07 12:17:22 +00:00
update-ecs-runner-qwen.yml ci: add hk ECS runners to update matrix (#8599) 2026-08-05 16:57:08 +00:00
web-shell-visuals-cleanup.yml ci: route trusted-author fork PRs and no-checkout jobs to the ECS pool (#8502) 2026-08-04 03:48:24 +00:00
web-shell-visuals-publish.yml fix(ci): don't let one failing scenario sink the whole visual preview (#7511) 2026-07-23 02:34:07 +00:00
web-shell-visuals.yml fix(ci): don't let one failing scenario sink the whole visual preview (#7511) 2026-07-23 02:34:07 +00:00
windows-runner-smoke.yml ci: run Windows merge queue tests on ECS (#8386) 2026-08-05 12:14:42 +00:00