@kernlang/agon 0.1.7 → 0.1.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.
@@ -3,9 +3,9 @@ import {
3
3
  buildStepExecutors,
4
4
  handleExitPlanMode,
5
5
  handleProposePlan
6
- } from "./chunk-RKXVKX25.js";
6
+ } from "./chunk-KPU23NS2.js";
7
7
  import "./chunk-SUT2HDOY.js";
8
- import "./chunk-AONHRJRW.js";
8
+ import "./chunk-GMVFKWQA.js";
9
9
  import "./chunk-I2PMSXJ3.js";
10
10
  import "./chunk-BPKY4OF2.js";
11
11
  import "./chunk-45YTXJWJ.js";
@@ -14,4 +14,4 @@ export {
14
14
  handleExitPlanMode,
15
15
  handleProposePlan
16
16
  };
17
- //# sourceMappingURL=plan-mode-PFLUPGSY.js.map
17
+ //# sourceMappingURL=plan-mode-5IQ2SKIS.js.map
@@ -10,7 +10,7 @@ import {
10
10
  runUpdate,
11
11
  suggestPermissionFix,
12
12
  updateCommand
13
- } from "./chunk-6WWOJXG4.js";
13
+ } from "./chunk-GHAMYNRC.js";
14
14
  import "./chunk-SUT2HDOY.js";
15
15
  import "./chunk-I2PMSXJ3.js";
16
16
  import "./chunk-BPKY4OF2.js";
@@ -27,4 +27,4 @@ export {
27
27
  suggestPermissionFix,
28
28
  updateCommand
29
29
  };
30
- //# sourceMappingURL=update-ODAAXWOD.js.map
30
+ //# sourceMappingURL=update-WLRTYR77.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernlang/agon",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "description": "The competitive multi-AI orchestration CLI. Engines compete in isolated git worktrees on the same task, the best test-passing solution is applied, and Glicko-2 ratings track each model over time. Modes: forge, brainstorm, synthesis, tribunal, council, campfire, think, nero, goal, conquer.",
6
6
  "keywords": [
@@ -54,8 +54,8 @@
54
54
  "kern:compile": "node ../../scripts/run-kern-compile.mjs src/kern/ src/generated/ --target=auto --recursive"
55
55
  },
56
56
  "dependencies": {
57
- "@kernlang/agon-engines": "^0.1.1",
58
- "@kernlang/agon-dedup": "^0.1.7",
57
+ "@kernlang/agon-engines": "^0.1.2",
58
+ "@kernlang/agon-dedup": "^0.1.8",
59
59
  "@ai-sdk/anthropic": "^3.0.67",
60
60
  "@ai-sdk/openai-compatible": "^2.0.40",
61
61
  "@kernlang/protocol": "~3.5.8",