substrate-ai 0.6.7 → 0.6.9
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-CsIcISPO.js +30 -0
- package/dist/cli/index.js +32 -15
- package/dist/{config-migrator-DtZW1maj.js → config-migrator-CtGelIsG.js} +1 -1
- package/dist/{decisions-C6MF2Cax.js → decisions-BtgXk_My.js} +1 -1
- package/dist/{decisions-BxYj_a1X.js → decisions-D7TA7Utm.js} +1 -1
- package/dist/{experimenter-CjfzjmwY.js → experimenter-CJ421I-b.js} +4 -4
- package/dist/{git-utils-C-fdrHF_.js → git-utils-DeIYLwa4.js} +1 -1
- package/dist/health-D0lhVJ5C.js +3224 -0
- package/dist/health-gUqQUzBJ.js +5 -0
- package/dist/{helpers-BihqWgVe.js → helpers-DtzxPR0u.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/{operational-BRpT8MYF.js → operational-ChLdRgux.js} +1 -1
- package/dist/{routing-CpsRPjLE.js → routing-Cl1TgNvZ.js} +1 -1
- package/dist/{routing-CobBiKeV.js → routing-DCWkD4MK.js} +1 -1
- package/dist/run-BQ8lXoyf.js +10 -0
- package/dist/{run-Dmq9AYGt.js → run-D3wByPiv.js} +525 -3447
- package/dist/{upgrade-njy4XENS.js → upgrade-CBSusHh-.js} +3 -3
- package/dist/{upgrade-C8_VcI8B.js → upgrade-CTGnrq33.js} +2 -2
- package/dist/version-manager-impl-AcT89lmM.js +4 -0
- package/dist/{version-manager-impl-DTlmGvHb.js → version-manager-impl-CjDZblzf.js} +2 -2
- package/package.json +1 -1
- package/dist/run-BhgHYRk6.js +0 -9
- package/dist/version-manager-impl-QwroczYS.js +0 -4
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import "./logger-D2fS2ccL.js";
|
|
2
|
+
import { DEFAULT_STALL_THRESHOLD_SECONDS, getAllDescendantPids, getAutoHealthData, inspectProcessTree, isOrchestratorProcessLine, registerHealthCommand, runHealthAction } from "./health-D0lhVJ5C.js";
|
|
3
|
+
import "./decisions-BtgXk_My.js";
|
|
4
|
+
|
|
5
|
+
export { inspectProcessTree };
|
|
@@ -917,4 +917,4 @@ async function withRetry(fn, maxRetries = 3, baseDelayMs = 100) {
|
|
|
917
917
|
|
|
918
918
|
//#endregion
|
|
919
919
|
export { AdtError, BudgetExceededError, ConfigError, ConfigIncompatibleFormatError, GitError, RecoveryError, TaskConfigError, TaskGraphCycleError, TaskGraphError, TaskGraphIncompatibleFormatError, WorkerError, WorkerNotFoundError, assertDefined, createEventBus, createTuiApp, deepClone, formatDuration, generateId, isPlainObject, isTuiCapable, printNonTtyWarning, sleep, withRetry };
|
|
920
|
-
//# sourceMappingURL=helpers-
|
|
920
|
+
//# sourceMappingURL=helpers-DtzxPR0u.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { childLogger, createLogger, logger } from "./logger-D2fS2ccL.js";
|
|
2
2
|
import { AdapterRegistry, ClaudeCodeAdapter, CodexCLIAdapter, GeminiCLIAdapter } from "./adapter-registry-D2zdMwVu.js";
|
|
3
|
-
import { AdtError, BudgetExceededError, ConfigError, ConfigIncompatibleFormatError, GitError, RecoveryError, TaskConfigError, TaskGraphCycleError, TaskGraphError, TaskGraphIncompatibleFormatError, WorkerError, WorkerNotFoundError, assertDefined, createEventBus, createTuiApp, deepClone, formatDuration, generateId, isPlainObject, isTuiCapable, printNonTtyWarning, sleep, withRetry } from "./helpers-
|
|
3
|
+
import { AdtError, BudgetExceededError, ConfigError, ConfigIncompatibleFormatError, GitError, RecoveryError, TaskConfigError, TaskGraphCycleError, TaskGraphError, TaskGraphIncompatibleFormatError, WorkerError, WorkerNotFoundError, assertDefined, createEventBus, createTuiApp, deepClone, formatDuration, generateId, isPlainObject, isTuiCapable, printNonTtyWarning, sleep, withRetry } from "./helpers-DtzxPR0u.js";
|
|
4
4
|
|
|
5
5
|
//#region src/core/di.ts
|
|
6
6
|
/**
|
|
@@ -371,4 +371,4 @@ const ADVISORY_NOTES = "advisory-notes";
|
|
|
371
371
|
|
|
372
372
|
//#endregion
|
|
373
373
|
export { ADVISORY_NOTES, ESCALATION_DIAGNOSIS, EXPERIMENT_RESULT, OPERATIONAL_FINDING, STORY_METRICS, STORY_OUTCOME, TEST_EXPANSION_FINDING, TEST_PLAN, aggregateTokenUsageForRun, aggregateTokenUsageForStory, compareRunMetrics, getBaselineRunMetrics, getRunMetrics, getStoryMetricsForRun, incrementRunRestarts, listRunMetrics, tagRunAsBaseline, writeRunMetrics, writeStoryMetrics };
|
|
374
|
-
//# sourceMappingURL=operational-
|
|
374
|
+
//# sourceMappingURL=operational-ChLdRgux.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "./logger-D2fS2ccL.js";
|
|
2
|
-
import { ModelRoutingConfigSchema, ProviderPolicySchema, RoutingConfigError, RoutingRecommender, RoutingResolver, RoutingTelemetry, RoutingTokenAccumulator, RoutingTuner, TASK_TYPE_PHASE_MAP, getModelTier, loadModelRoutingConfig } from "./routing-
|
|
2
|
+
import { ModelRoutingConfigSchema, ProviderPolicySchema, RoutingConfigError, RoutingRecommender, RoutingResolver, RoutingTelemetry, RoutingTokenAccumulator, RoutingTuner, TASK_TYPE_PHASE_MAP, getModelTier, loadModelRoutingConfig } from "./routing-DCWkD4MK.js";
|
|
3
3
|
|
|
4
4
|
export { loadModelRoutingConfig };
|
|
@@ -829,4 +829,4 @@ var RoutingTuner = class {
|
|
|
829
829
|
|
|
830
830
|
//#endregion
|
|
831
831
|
export { ModelRoutingConfigSchema, ProviderPolicySchema, RoutingConfigError, RoutingRecommender, RoutingResolver, RoutingTelemetry, RoutingTokenAccumulator, RoutingTuner, TASK_TYPE_PHASE_MAP, getModelTier, loadModelRoutingConfig };
|
|
832
|
-
//# sourceMappingURL=routing-
|
|
832
|
+
//# sourceMappingURL=routing-DCWkD4MK.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import "./logger-D2fS2ccL.js";
|
|
2
|
+
import { registerRunCommand, runRunAction } from "./run-D3wByPiv.js";
|
|
3
|
+
import "./config-migrator-CtGelIsG.js";
|
|
4
|
+
import "./health-D0lhVJ5C.js";
|
|
5
|
+
import "./helpers-DtzxPR0u.js";
|
|
6
|
+
import "./routing-DCWkD4MK.js";
|
|
7
|
+
import "./decisions-BtgXk_My.js";
|
|
8
|
+
import "./operational-ChLdRgux.js";
|
|
9
|
+
|
|
10
|
+
export { runRunAction };
|