@atolis-hq/wake 0.3.46 → 0.3.47

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.
@@ -108,4 +108,4 @@ export function resolveWakeVersion(options = {}) {
108
108
  return `g${headHash.slice(0, 7)}`;
109
109
  return '0.1.0-dev';
110
110
  }
111
- export const wakeVersion = "g88c27c1";
111
+ export const wakeVersion = "gfc95a01";
@@ -5,7 +5,7 @@ export function mergeBatches(batches) {
5
5
  };
6
6
  }
7
7
  export function watermarkCheckpoint(adapter, repository) {
8
- return `source:github:${adapter ?? 'github'}:${repository}`;
8
+ return `source:github:${adapter ?? 'github'}:${encodeURIComponent(repository)}`;
9
9
  }
10
10
  export async function loadWatermark(checkpoints, adapter, owner, repo) {
11
11
  if (checkpoints === undefined)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atolis-hq/wake",
3
- "version": "0.3.46",
3
+ "version": "0.3.47",
4
4
  "description": "Local autonomous agent control plane for software development",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {