@overlordai/worker 1.0.159 → 1.0.160

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,8 +59,8 @@ If the project has CLAUDE.md, AGENTS.md, or similar development guidelines, foll
59
59
  name: 'submit',
60
60
  label: 'Submit MR',
61
61
  prompt: `Commit all changes to the current branch ($BRANCH), then create a merge request targeting $TARGET_BRANCH.
62
- - GitHub: gh pr create --base $TARGET_BRANCH
63
- - GitLab: glab mr create --target-branch $TARGET_BRANCH
62
+ - GitHub: gh pr create --base $TARGET_BRANCH --draft
63
+ - GitLab: glab mr create --target-branch $TARGET_BRANCH --draft --remove-source-branch
64
64
  - Reviewers: $REVIEWERS
65
65
  This project uses $GIT_PLATFORM.
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overlordai/worker",
3
- "version": "1.0.159",
3
+ "version": "1.0.160",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"
@@ -16,7 +16,7 @@
16
16
  "lint": "tsc --noEmit"
17
17
  },
18
18
  "dependencies": {
19
- "@overlordai/protocol": "1.0.159",
19
+ "@overlordai/protocol": "1.0.160",
20
20
  "async-mutex": "^0.5.0",
21
21
  "node-pty": "^1.0.0",
22
22
  "pino": "^9.0.0",