substrate-ai 0.19.26 → 0.19.27

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -96,6 +96,8 @@ interface PipelineStartEvent {
96
96
  concurrency: number;
97
97
  /** Execution engine: 'linear' or 'graph' */
98
98
  engine?: string;
99
+ /** Persistence backend: 'dolt' or 'memory' — aids diagnosing data loss */
100
+ adapter_backend?: string;
99
101
  }
100
102
  /**
101
103
  * Emitted as the last event when the pipeline finishes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "substrate-ai",
3
- "version": "0.19.26",
3
+ "version": "0.19.27",
4
4
  "description": "Substrate — multi-agent orchestration daemon for AI coding agents",
5
5
  "type": "module",
6
6
  "license": "MIT",