substrate-ai 0.2.40 → 0.3.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.
- package/dist/cli/index.js +594 -25
- package/dist/index.d.ts +5 -0
- package/dist/{run-CwENzFYi.js → run-D6WEx9l2.js} +1 -1
- package/dist/{run-DphVZduv.js → run-DNURadtJ.js} +1658 -334
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -1227,6 +1227,11 @@ interface OrchestratorEvents {
|
|
|
1227
1227
|
modifiedInterfaces: string[];
|
|
1228
1228
|
potentiallyAffectedTests: string[];
|
|
1229
1229
|
};
|
|
1230
|
+
/** Dolt merge conflict detected when merging a story branch into main */
|
|
1231
|
+
'pipeline:state-conflict': {
|
|
1232
|
+
storyKey: string;
|
|
1233
|
+
conflict: unknown;
|
|
1234
|
+
};
|
|
1230
1235
|
/** Per-story metrics snapshot emitted when a story reaches a terminal state (Story 24-4) */
|
|
1231
1236
|
'story:metrics': {
|
|
1232
1237
|
storyKey: string;
|