config(pi): execute pinned native schema and composer oracles

Evaluate raw Pi documents with the vendored upstream TypeBox schema and replay composer/transport expectations captured by actually executing Pi ab366ebe94cacd419d986be454f12b1b9913aaca.

Bind all 252 canonical fields to successful raw and own-layer composer evidence (70 provider, 92 model, 90 override), fail closed where pinned runtime context is unavailable, expose structured inspection, and enforce module/write/restore boundaries with negative fixtures.
This commit is contained in:
SaladDay
2026-07-31 17:59:35 +00:00
parent 4f78451405
commit 10f2dacbe4
18 changed files with 13595 additions and 1 deletions
+12 -1
View File
@@ -783,6 +783,7 @@ dependencies = [
"indexmap 2.13.0",
"json-five",
"json5",
"jsonc-parser",
"libc",
"log",
"objc2 0.5.2",
@@ -800,6 +801,7 @@ dependencies = [
"serde_yaml",
"serial_test",
"sha2",
"syn 2.0.117",
"sys-locale",
"tauri",
"tauri-build",
@@ -2799,6 +2801,15 @@ dependencies = [
"serde",
]
[[package]]
name = "jsonc-parser"
version = "0.33.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0560e3f9a9a03ea6b6e90b41138c5db9e21526c99eb192c1a26c68176593285"
dependencies = [
"serde_json",
]
[[package]]
name = "jsonptr"
version = "0.6.3"
@@ -4687,7 +4698,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys 0.4.15",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]