@substrate-ai/core 0.20.107 → 0.20.108

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.
@@ -5,9 +5,10 @@
5
5
  * `build_results`, `review_verdicts` (+ vestigial `_schema_version`) were
6
6
  * defined as the substrate-state surface in `schema.sql`. Ship 1 (v0.20.92)
7
7
  * excised the corresponding DoltStateStore CRUD methods after auditing every
8
- * production project (ynab, quant) and finding all six tables empty — the
9
- * orchestrator wires `FileStateStore` (in-memory), so DoltStateStore's write
10
- * methods never fired and these tables were perpetually empty.
8
+ * production project (ynab, quant) and finding all six tables empty in
9
+ * production. The Item 7 arc (v0.20.106/v0.20.107) then verified empirically
10
+ * that the orchestrator's `stateStore?` prop was undefined in 100% of
11
+ * production callers, confirming the tables had no writer path at all.
11
12
  *
12
13
  * Ship 7 (v0.20.98) deleted the vestigial `_schema_version` table the same
13
14
  * way; Ship 8 (v0.20.99) extends that pattern to the remaining six legacy
@@ -1 +1 @@
1
- {"version":3,"file":"state-schema.d.ts","sourceRoot":"","sources":["../../src/persistence/state-schema.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAYjD,wBAAsB,eAAe,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAI7E"}
1
+ {"version":3,"file":"state-schema.d.ts","sourceRoot":"","sources":["../../src/persistence/state-schema.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAYjD,wBAAsB,eAAe,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAI7E"}
@@ -5,9 +5,10 @@
5
5
  * `build_results`, `review_verdicts` (+ vestigial `_schema_version`) were
6
6
  * defined as the substrate-state surface in `schema.sql`. Ship 1 (v0.20.92)
7
7
  * excised the corresponding DoltStateStore CRUD methods after auditing every
8
- * production project (ynab, quant) and finding all six tables empty — the
9
- * orchestrator wires `FileStateStore` (in-memory), so DoltStateStore's write
10
- * methods never fired and these tables were perpetually empty.
8
+ * production project (ynab, quant) and finding all six tables empty in
9
+ * production. The Item 7 arc (v0.20.106/v0.20.107) then verified empirically
10
+ * that the orchestrator's `stateStore?` prop was undefined in 100% of
11
+ * production callers, confirming the tables had no writer path at all.
11
12
  *
12
13
  * Ship 7 (v0.20.98) deleted the vestigial `_schema_version` table the same
13
14
  * way; Ship 8 (v0.20.99) extends that pattern to the remaining six legacy
@@ -1 +1 @@
1
- {"version":3,"file":"state-schema.js","sourceRoot":"","sources":["../../src/persistence/state-schema.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAIH,MAAM,aAAa,GAAG;IACpB,iBAAiB;IACjB,SAAS;IACT,WAAW;IACX,SAAS;IACT,cAAc;IACd,eAAe;IACf,iBAAiB;CACT,CAAA;AAEV,MAAM,CAAC,KAAK,UAAU,eAAe,CAAC,OAAwB;IAC5D,KAAK,MAAM,KAAK,IAAI,aAAa,EAAE,CAAC;QAClC,IAAI,CAAC;YAAC,MAAM,OAAO,CAAC,IAAI,CAAC,wBAAwB,KAAK,EAAE,CAAC,CAAA;QAAC,CAAC;QAAC,MAAM,CAAC,CAAC,gDAAgD,CAAC,CAAC;IACxH,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"state-schema.js","sourceRoot":"","sources":["../../src/persistence/state-schema.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAIH,MAAM,aAAa,GAAG;IACpB,iBAAiB;IACjB,SAAS;IACT,WAAW;IACX,SAAS;IACT,cAAc;IACd,eAAe;IACf,iBAAiB;CACT,CAAA;AAEV,MAAM,CAAC,KAAK,UAAU,eAAe,CAAC,OAAwB;IAC5D,KAAK,MAAM,KAAK,IAAI,aAAa,EAAE,CAAC;QAClC,IAAI,CAAC;YAAC,MAAM,OAAO,CAAC,IAAI,CAAC,wBAAwB,KAAK,EAAE,CAAC,CAAA;QAAC,CAAC;QAAC,MAAM,CAAC,CAAC,gDAAgD,CAAC,CAAC;IACxH,CAAC;AACH,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrate-ai/core",
3
- "version": "0.20.107",
3
+ "version": "0.20.108",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {