mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: remove npm install/build and add keep_worktree option
- Remove npm install and npm run build from worktree initialization - Remove INITIALIZING status enum and related code - Add keep_worktree config option (default: false) - When keep_worktree is true, worktree is preserved for debugging - Renumber execution steps after removing initialize step Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
0c1848896a
commit
3f16948225
2 changed files with 11 additions and 32 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"worktree_base": "~/.qwen/worktrees",
|
||||
"outputs_dir": "./examples/test-run",
|
||||
"results_file": "./examples/test-run/results.json",
|
||||
"keep_worktree": false,
|
||||
"tasks": [
|
||||
{
|
||||
"id": "task-1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue