@atolis-hq/wake 0.2.7 → 0.2.8

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.
@@ -1 +1 @@
1
- export const wakeVersion = "0.2.7+gd91da24";
1
+ export const wakeVersion = "0.2.8+g5bab86e";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atolis-hq/wake",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Local autonomous agent control plane for software development",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
package/prompts/refine.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  stage: refine
3
3
  permissionMode: default
4
- allowedTools: Read, Glob, Grep, Bash(git fetch), Bash(git status), WebSearch, WebFetch
4
+ allowedTools: Read, Glob, Grep, Bash(git fetch), Bash(git status), Bash(git diff *), Bash(git log *), Bash(gh *), WebSearch, WebFetch
5
5
  extraArgs:
6
6
  maxTurns: 40
7
7
  skipApproval: false