@jait/gateway 0.1.133 → 0.1.134

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.
@@ -334,9 +334,9 @@ export const migrations = [
334
334
  catch { /* best effort */ }
335
335
  },
336
336
  },
337
- // ─── 013: Add strategy to automation repositories ────────────────
337
+ // ─── 019: Add strategy to automation repositories ────────────────
338
338
  {
339
- id: 13,
339
+ id: 19,
340
340
  name: "automation_repositories_strategy",
341
341
  run(db) {
342
342
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jait/gateway",
3
- "version": "0.1.133",
3
+ "version": "0.1.134",
4
4
  "description": "Jait AI gateway — local-first AI coding agent with terminal, filesystem, and browser control",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",