@kernlang/agon 0.1.1 → 0.1.2
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.
- package/dist/{chunk-RSS3RL6Z.js → chunk-F72VMPTY.js} +2 -2
- package/dist/{chunk-LVW723TJ.js → chunk-GLQ5IQ5X.js} +2 -2
- package/dist/{chunk-HVJTVOXT.js → chunk-IA4AR2R4.js} +22 -8
- package/dist/chunk-IA4AR2R4.js.map +1 -0
- package/dist/{forge-JWR2Z76K.js → forge-G274YAH7.js} +3 -3
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/{plan-mode-KBJY2FJN.js → plan-mode-DCE7VGQV.js} +3 -3
- package/package.json +3 -3
- package/dist/chunk-HVJTVOXT.js.map +0 -1
- /package/dist/{chunk-RSS3RL6Z.js.map → chunk-F72VMPTY.js.map} +0 -0
- /package/dist/{chunk-LVW723TJ.js.map → chunk-GLQ5IQ5X.js.map} +0 -0
- /package/dist/{forge-JWR2Z76K.js.map → forge-G274YAH7.js.map} +0 -0
- /package/dist/{plan-mode-KBJY2FJN.js.map → plan-mode-DCE7VGQV.js.map} +0 -0
|
@@ -12,8 +12,8 @@ import {
|
|
|
12
12
|
repairOverbroadForbiddenLiterals,
|
|
13
13
|
taskWantsRepositoryLinkCheck,
|
|
14
14
|
validateFitnessCommandIntent
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
} from "./chunk-F72VMPTY.js";
|
|
16
|
+
import "./chunk-IA4AR2R4.js";
|
|
17
17
|
import "./chunk-7PMMOQZ7.js";
|
|
18
18
|
import "./chunk-5QMVQPHY.js";
|
|
19
19
|
export {
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
taskWantsRepositoryLinkCheck,
|
|
31
31
|
validateFitnessCommandIntent
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=forge-
|
|
33
|
+
//# sourceMappingURL=forge-G274YAH7.js.map
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
runAgentTeam,
|
|
14
14
|
runReviewCore,
|
|
15
15
|
selectReviewEngine
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-GLQ5IQ5X.js";
|
|
17
17
|
import {
|
|
18
18
|
buildCheckpoint,
|
|
19
19
|
createScoreboard,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
scoreboardFailEngine,
|
|
28
28
|
scoreboardFinishEngine,
|
|
29
29
|
sessionResultStore
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-F72VMPTY.js";
|
|
31
31
|
import {
|
|
32
32
|
ENGINE_COLORS,
|
|
33
33
|
bold,
|
|
@@ -97,7 +97,7 @@ import {
|
|
|
97
97
|
warn,
|
|
98
98
|
yellow,
|
|
99
99
|
yieldToInk
|
|
100
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-IA4AR2R4.js";
|
|
101
101
|
import {
|
|
102
102
|
CommandRegistry,
|
|
103
103
|
DEFAULT_CONFIG,
|
|
@@ -9329,7 +9329,7 @@ async function handlePlanShow(dispatch, ctx, planId) {
|
|
|
9329
9329
|
savePlan(approved);
|
|
9330
9330
|
dispatch({ type: "success", message: "Plan approved." });
|
|
9331
9331
|
if (approved.action.type === "forge") {
|
|
9332
|
-
const { handleForge: handleForge2 } = await import("./forge-
|
|
9332
|
+
const { handleForge: handleForge2 } = await import("./forge-G274YAH7.js");
|
|
9333
9333
|
await handleForge2(approved.action.task, approved.action.fitnessCmd ?? null, dispatch, ctx, approved, approved.action.hardened);
|
|
9334
9334
|
} else {
|
|
9335
9335
|
dispatch({ type: "info", message: "Run the build again to execute." });
|
|
@@ -9355,7 +9355,7 @@ async function handleApprove(dispatch, ctx) {
|
|
|
9355
9355
|
savePlan(plan);
|
|
9356
9356
|
dispatch({ type: "success", message: "Plan approved." });
|
|
9357
9357
|
if (plan.action.type === "forge") {
|
|
9358
|
-
const { handleForge: handleForge2 } = await import("./forge-
|
|
9358
|
+
const { handleForge: handleForge2 } = await import("./forge-G274YAH7.js");
|
|
9359
9359
|
await handleForge2(plan.action.task, plan.action.fitnessCmd ?? null, dispatch, ctx, plan, plan.action.hardened);
|
|
9360
9360
|
} else {
|
|
9361
9361
|
dispatch({ type: "info", message: "Run the build again to execute." });
|
|
@@ -9383,7 +9383,7 @@ async function handleRetry(dispatch, ctx) {
|
|
|
9383
9383
|
plan = startPlan(plan);
|
|
9384
9384
|
ctx.setCurrentPlan(plan);
|
|
9385
9385
|
savePlan(plan);
|
|
9386
|
-
const { handleForge: handleForge2 } = await import("./forge-
|
|
9386
|
+
const { handleForge: handleForge2 } = await import("./forge-G274YAH7.js");
|
|
9387
9387
|
await handleForge2(plan.action.task, plan.action.fitnessCmd ?? null, dispatch, ctx, plan, plan.action.hardened);
|
|
9388
9388
|
} else {
|
|
9389
9389
|
dispatch({ type: "info", message: "Plan reset to approved. Run the build again to execute." });
|
|
@@ -17419,7 +17419,7 @@ function resolvePackageVersion(resolveSpecifier, wantName, fallback) {
|
|
|
17419
17419
|
}
|
|
17420
17420
|
return fallback;
|
|
17421
17421
|
}
|
|
17422
|
-
var VERSION = resolvePackageVersion(null, "@kernlang/agon", "0.1.
|
|
17422
|
+
var VERSION = resolvePackageVersion(null, "@kernlang/agon", "0.1.2");
|
|
17423
17423
|
var KERN_VERSION = resolvePackageVersion("@kernlang/terminal/runtime", "@kernlang/terminal", "3.5.7");
|
|
17424
17424
|
|
|
17425
17425
|
// src/generated/blocks/todo-list.tsx
|
|
@@ -25212,7 +25212,7 @@ maybeNotifyIsolationMigration();
|
|
|
25212
25212
|
var main = defineCommand30({
|
|
25213
25213
|
meta: {
|
|
25214
25214
|
name: "agon",
|
|
25215
|
-
version: "0.1.
|
|
25215
|
+
version: "0.1.2",
|
|
25216
25216
|
description: "Any AI can join. They compete. You ship."
|
|
25217
25217
|
},
|
|
25218
25218
|
subCommands: {
|