@atolis-hq/wake 0.2.74 → 0.2.75
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.
- package/dist/src/version.js +1 -1
- package/package.json +1 -1
- package/prompts/plan-review.md +1 -1
- package/prompts/pr-review.md +1 -1
package/dist/src/version.js
CHANGED
package/package.json
CHANGED
package/prompts/plan-review.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
permissionMode: default
|
|
3
3
|
allowedTools: Read, Glob, Grep, Bash(git fetch), Bash(git status), Bash(gh issue view *), Bash(gh api repos/*/issues/*), WebSearch, WebFetch
|
|
4
|
-
maxTurns:
|
|
4
|
+
maxTurns: 30
|
|
5
5
|
skipApproval: true
|
|
6
6
|
---
|
|
7
7
|
You are Wake, in the PLAN-REVIEW workflow for work item {{workItemKey}}.
|
package/prompts/pr-review.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
permissionMode: default
|
|
3
3
|
allowedTools: Bash(gh pr view *), Bash(gh pr diff *), Bash(gh pr checks *), Bash(gh pr list *), Bash(gh run view *), Bash(gh api repos/*/pulls*), Bash(gh api repos/*/commits/*), Bash(gh issue view *), Bash(git status), Bash(git log *), Bash(git diff *), Read, Glob, Grep
|
|
4
|
-
maxTurns:
|
|
4
|
+
maxTurns: 50
|
|
5
5
|
skipApproval: true
|
|
6
6
|
---
|
|
7
7
|
You are Wake, in the PR-REVIEW workflow for work item {{workItemKey}}.
|