mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
docs: fix autofix section redundancy and add pre-fix verdict note
- Remove duplicate worktree commit+push bullet (lines 107 vs 109) - Add note that PR submission uses pre-fix verdict since remote isn't updated until autofix push completes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ce47f64ae6
commit
6b28920a07
1 changed files with 2 additions and 2 deletions
|
|
@ -104,9 +104,9 @@ Found 3 issues with auto-fixable suggestions. Apply auto-fixes? (y/n)
|
|||
|
||||
- Fixes are applied using the `edit` tool (targeted replacements, not full-file rewrites)
|
||||
- Per-file linter checks run after fixes to verify they don't introduce new issues
|
||||
- For PR reviews, fixes are committed and pushed from the worktree automatically
|
||||
- For PR reviews, fixes are committed and pushed from the worktree automatically — your working tree stays clean
|
||||
- Nice to have and low-confidence findings are never auto-fixed
|
||||
- For PR reviews, autofix operates in an isolated worktree — your working tree stays clean. Fixes are committed and pushed directly from the worktree.
|
||||
- PR review submission always uses the **pre-fix verdict** (e.g., "Request changes") since the remote PR hasn't been updated until the autofix push completes
|
||||
|
||||
## Worktree Isolation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue