substrate-ai 0.2.16 → 0.2.18

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.
@@ -0,0 +1,7 @@
1
+ import { registerRunCommand, runRunAction } from "./run-BBr-wMHS.js";
2
+ import "./logger-D2fS2ccL.js";
3
+ import "./event-bus-BMxhfxfT.js";
4
+ import "./decisions-Dq4cAA2L.js";
5
+ import "./operational-CobuCGbM.js";
6
+
7
+ export { runRunAction };
@@ -1,4 +1,4 @@
1
- import "./version-manager-impl-BpVx2DkY.js";
2
- import { isGlobalInstall, registerUpgradeCommand, runUpgradeCommand } from "./upgrade-rV26kdh3.js";
1
+ import "./version-manager-impl-CZ6KF1Ds.js";
2
+ import { isGlobalInstall, registerUpgradeCommand, runUpgradeCommand } from "./upgrade-CjjAx5kD.js";
3
3
 
4
4
  export { isGlobalInstall, registerUpgradeCommand, runUpgradeCommand };
@@ -1,4 +1,4 @@
1
- import { createVersionManager } from "./version-manager-impl-BpVx2DkY.js";
1
+ import { createVersionManager } from "./version-manager-impl-CZ6KF1Ds.js";
2
2
  import { execSync, spawn } from "child_process";
3
3
  import * as readline from "readline";
4
4
 
@@ -123,4 +123,4 @@ function registerUpgradeCommand(program) {
123
123
 
124
124
  //#endregion
125
125
  export { isGlobalInstall, registerUpgradeCommand, runUpgradeCommand };
126
- //# sourceMappingURL=upgrade-rV26kdh3.js.map
126
+ //# sourceMappingURL=upgrade-CjjAx5kD.js.map
@@ -1,3 +1,3 @@
1
- import { VersionManagerImpl, createVersionManager } from "./version-manager-impl-BpVx2DkY.js";
1
+ import { VersionManagerImpl, createVersionManager } from "./version-manager-impl-CZ6KF1Ds.js";
2
2
 
3
3
  export { createVersionManager };
@@ -594,4 +594,4 @@ function createVersionManager(deps = {}) {
594
594
 
595
595
  //#endregion
596
596
  export { CURRENT_CONFIG_FORMAT_VERSION, CURRENT_TASK_GRAPH_VERSION, PartialSubstrateConfigSchema, SUPPORTED_CONFIG_FORMAT_VERSIONS, SubstrateConfigSchema, VersionManagerImpl, createVersionManager, defaultConfigMigrator };
597
- //# sourceMappingURL=version-manager-impl-BpVx2DkY.js.map
597
+ //# sourceMappingURL=version-manager-impl-CZ6KF1Ds.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "substrate-ai",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "Substrate — multi-agent orchestration daemon for AI coding agents",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,3 +0,0 @@
1
- import { addTokenUsage, createDecision, createPipelineRun, createRequirement, getArtifactByTypeForRun, getArtifactsByRun, getDecisionsByCategory, getDecisionsByPhase, getDecisionsByPhaseForRun, getLatestRun, getPipelineRunById, getTokenUsageSummary, listRequirements, registerArtifact, updateDecision, updatePipelineRun, updatePipelineRunConfig, upsertDecision } from "./decisions-SyswIRKz.js";
2
-
3
- export { getLatestRun };
@@ -1,7 +0,0 @@
1
- import "./logger-C6n1g8uP.js";
2
- import "./event-bus-J-bw-pkp.js";
3
- import { registerRunCommand, runRunAction } from "./run-BrI2xzk7.js";
4
- import "./decisions-SyswIRKz.js";
5
- import "./operational-CobuCGbM.js";
6
-
7
- export { runRunAction };