@kernlang/agon 0.1.0 → 0.1.1

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,13 +3,13 @@ import {
3
3
  buildStepExecutors,
4
4
  handleExitPlanMode,
5
5
  handleProposePlan
6
- } from "./chunk-5J4XXR3J.js";
7
- import "./chunk-4HY7J7LY.js";
8
- import "./chunk-GCXVT7RP.js";
9
- import "./chunk-ESSX7EFA.js";
6
+ } from "./chunk-LVW723TJ.js";
7
+ import "./chunk-HVJTVOXT.js";
8
+ import "./chunk-7PMMOQZ7.js";
9
+ import "./chunk-5QMVQPHY.js";
10
10
  export {
11
11
  buildStepExecutors,
12
12
  handleExitPlanMode,
13
13
  handleProposePlan
14
14
  };
15
- //# sourceMappingURL=plan-mode-MWL3DAHY.js.map
15
+ //# sourceMappingURL=plan-mode-KBJY2FJN.js.map
@@ -397,12 +397,12 @@ import {
397
397
  worktreeRemoveBestEffort,
398
398
  writeProvenanceReport,
399
399
  writeRunStatus
400
- } from "./chunk-GCXVT7RP.js";
400
+ } from "./chunk-7PMMOQZ7.js";
401
401
  import {
402
402
  apiDispatch,
403
403
  apiStreamDispatch,
404
404
  apiStreamDispatchWithHistory
405
- } from "./chunk-ESSX7EFA.js";
405
+ } from "./chunk-5QMVQPHY.js";
406
406
  export {
407
407
  AGON_HOME,
408
408
  AgentSession,
@@ -805,4 +805,4 @@ export {
805
805
  writeProvenanceReport,
806
806
  writeRunStatus
807
807
  };
808
- //# sourceMappingURL=src-HKGB6OYR.js.map
808
+ //# sourceMappingURL=src-U2AWRNRL.js.map
package/package.json CHANGED
@@ -1,12 +1,48 @@
1
1
  {
2
2
  "name": "@kernlang/agon",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
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
+ "keywords": [
7
+ "ai",
8
+ "cli",
9
+ "llm",
10
+ "orchestration",
11
+ "multi-agent",
12
+ "agent",
13
+ "claude",
14
+ "codex",
15
+ "gemini",
16
+ "code-generation",
17
+ "forge",
18
+ "tribunal",
19
+ "synthesis",
20
+ "council",
21
+ "conquer",
22
+ "agon",
23
+ "kernlang"
24
+ ],
25
+ "homepage": "https://github.com/KERNlang/agon#readme",
26
+ "bugs": {
27
+ "url": "https://github.com/KERNlang/agon/issues"
28
+ },
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "git+https://github.com/KERNlang/agon.git",
32
+ "directory": "packages/cli"
33
+ },
34
+ "author": "KERNlang",
35
+ "license": "MIT",
5
36
  "bin": {
6
37
  "agon": "./dist/index.js"
7
38
  },
39
+ "engines": {
40
+ "node": ">=22"
41
+ },
8
42
  "files": [
9
- "dist"
43
+ "dist",
44
+ "README.md",
45
+ "LICENSE"
10
46
  ],
11
47
  "publishConfig": {
12
48
  "access": "public"
@@ -22,8 +58,8 @@
22
58
  "@kernlang/agon-dedup": "^0.1.0",
23
59
  "@ai-sdk/anthropic": "^3.0.67",
24
60
  "@ai-sdk/openai-compatible": "^2.0.40",
25
- "@kernlang/protocol": "~3.5.6",
26
- "@kernlang/terminal": "~3.5.6",
61
+ "@kernlang/protocol": "~3.5.7",
62
+ "@kernlang/terminal": "~3.5.7",
27
63
  "ai": "^6.0.149",
28
64
  "citty": "^0.1.6",
29
65
  "ink": "^7.0.1",