@atolis-hq/wake 0.2.69 → 0.2.70

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.
@@ -123,6 +123,9 @@ export function createPolicyEngine() {
123
123
  if (issue.latestComment !== undefined &&
124
124
  !issue.latestComment.isBotAuthored &&
125
125
  issue.latestComment.id !== handledCommentId) {
126
+ if (lastRunSentinel === failedRunnerSentinel) {
127
+ return belowFailureRetryLimit(issue, config);
128
+ }
126
129
  return true;
127
130
  }
128
131
  if (isAwaitingApproval(issue)) {
@@ -124,4 +124,4 @@ export function resolveWakeVersion(options = {}) {
124
124
  }
125
125
  return '0.1.0-dev';
126
126
  }
127
- export const wakeVersion = "gf13e2d4";
127
+ export const wakeVersion = "ge22f5df";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atolis-hq/wake",
3
- "version": "0.2.69",
3
+ "version": "0.2.70",
4
4
  "description": "Local autonomous agent control plane for software development",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {