substrate-ai 0.3.2 → 0.3.4

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,8 @@
1
+ import { registerRunCommand, runRunAction } from "./run-8ygA8hgY.js";
2
+ import "./logger-D2fS2ccL.js";
3
+ import "./config-migrator-DtZW1maj.js";
4
+ import "./helpers-BihqWgVe.js";
5
+ import "./decisions-CdpiJIm5.js";
6
+ import "./operational-DisxqtjC.js";
7
+
8
+ export { runRunAction };
@@ -1,5 +1,5 @@
1
- import "./config-migrator-CQmBdKeG.js";
2
- import "./version-manager-impl-33JYXsqa.js";
3
- import { isGlobalInstall, registerUpgradeCommand, runUpgradeCommand } from "./upgrade-DO307rFf.js";
1
+ import "./config-migrator-DtZW1maj.js";
2
+ import "./version-manager-impl-zsJjBhak.js";
3
+ import { isGlobalInstall, registerUpgradeCommand, runUpgradeCommand } from "./upgrade-DTzeenA-.js";
4
4
 
5
5
  export { isGlobalInstall, registerUpgradeCommand, runUpgradeCommand };
@@ -1,4 +1,4 @@
1
- import { createVersionManager } from "./version-manager-impl-33JYXsqa.js";
1
+ import { createVersionManager } from "./version-manager-impl-zsJjBhak.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-DO307rFf.js.map
126
+ //# sourceMappingURL=upgrade-DTzeenA-.js.map
@@ -0,0 +1,4 @@
1
+ import "./config-migrator-DtZW1maj.js";
2
+ import { VersionManagerImpl, createVersionManager } from "./version-manager-impl-zsJjBhak.js";
3
+
4
+ export { createVersionManager };
@@ -1,4 +1,4 @@
1
- import { SUPPORTED_CONFIG_FORMAT_VERSIONS, SUPPORTED_TASK_GRAPH_VERSIONS, defaultConfigMigrator } from "./config-migrator-CQmBdKeG.js";
1
+ import { SUPPORTED_CONFIG_FORMAT_VERSIONS, SUPPORTED_TASK_GRAPH_VERSIONS, defaultConfigMigrator } from "./config-migrator-DtZW1maj.js";
2
2
  import { createRequire } from "module";
3
3
  import { fileURLToPath } from "url";
4
4
  import path, { dirname, resolve } from "path";
@@ -369,4 +369,4 @@ function createVersionManager(deps = {}) {
369
369
 
370
370
  //#endregion
371
371
  export { VersionManagerImpl, createVersionManager };
372
- //# sourceMappingURL=version-manager-impl-33JYXsqa.js.map
372
+ //# sourceMappingURL=version-manager-impl-zsJjBhak.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "substrate-ai",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Substrate — multi-agent orchestration daemon for AI coding agents",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,8 +0,0 @@
1
- import { registerRunCommand, runRunAction } from "./run-Fzhz3-mv.js";
2
- import "./logger-D2fS2ccL.js";
3
- import "./config-migrator-CQmBdKeG.js";
4
- import "./helpers-RL22dYtn.js";
5
- import "./decisions-Dq4cAA2L.js";
6
- import "./operational-Bovj4fS-.js";
7
-
8
- export { runRunAction };
@@ -1,4 +0,0 @@
1
- import "./config-migrator-CQmBdKeG.js";
2
- import { VersionManagerImpl, createVersionManager } from "./version-manager-impl-33JYXsqa.js";
3
-
4
- export { createVersionManager };