You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
broadcast, or ledger finality from a host smoke result.
1303
1308
1309
+
Subsequent V28 Reading gates prepared by this pass:
1310
+
1311
+
| Gate | Scope | Acceptance boundary |
1312
+
| --- | --- | --- |
1313
+
| Need synthesis review | Split "What is the need?" from Fit search. The Read request enters a Need pipeline, producing requirements, closure criteria, failure modes, target artifact kinds, proof expectations, and pricing measurement inputs. | User can accept the Need or request resynthesis with feedback. No Fit search, source preview, BTC fee, or BTD settlement is allowed before Need acceptance. |
1314
+
| Need-Fit search and synthesis | Input is the accepted Read-Need, not raw prompt text. The AssetPack synthesis pipeline searches deposited supply, ranks candidates, measures Fit against the Need, and synthesizes the candidate AssetPack. | Result is `worthy_fit`, `no_worthy_fit`, or `blocked_readiness` with query root, ranking root, selected ids, proof/measurement posture, and model/tool telemetry. |
1315
+
| Source-safe preview | Show enough proof to decide whether to pay without leaking source. | Preview may show Need/Fit measurements, score bands, roots, candidate ids, proof posture, ownership boundary, and BTC quote. It must not expose protected AssetPack source before settlement. |
1316
+
| Settle and unlock | Deterministic Share-to-Fee and BTD settlement. | Price is derived from weighted admitted measurement volume and the staging fee schedule. Reader pays BTC fee, BTD range/ownership/license/journal/anchor rows are written and read back, then full AssetPack source/right surface is unlocked. |
1317
+
| Full-profile async pipeline | Run the full PTRR profile for long-running audits. | Vercel Sandbox execution may run for dozens of minutes and must push completion artifacts to server-side stream/socket or durable queue; Terminal can reattach and read final state without the starter route waiting. |
1318
+
1304
1319
Observed staging-testnet harness evidence on 2026-05-17:
1305
1320
1306
1321
- Vercel Sandbox run `sbx_ktb5Z6VnP5A16m9k4a0FkBcJg1d3` completed all six
@@ -1329,9 +1344,10 @@ Observed staging-testnet harness evidence on 2026-05-17:
1329
1344
`BITCODE_ASSET_PACK_REAL_INFERENCE_PROFILE=bounded` is now the required
1330
1345
profile: setup, synthesis, validation, and Finish produce model-generation
1331
1346
telemetry while deterministic source-bound discovery preserves budget for a
1332
-
complete AssetPack run. Full discovery PTRR remains available through
1333
-
`BITCODE_ASSET_PACK_REAL_INFERENCE_PROFILE=full` for long-running sandbox
1334
-
audits outside the deployed route.
1347
+
complete AssetPack run. Full discovery PTRR is now scoped to the later
1348
+
async-completion V28 gate; the current deployed route must reject `full`
1349
+
until sandbox completion pushes finished state to a server-side stream/socket
1350
+
handler or durable queue.
1335
1351
- Ledger readback correctly showed zero BTD range, BTC fee, journal, anchor, and
1336
1352
crypto telemetry rows, and `btd_supply_state.total_minted=0`, because source
1337
1353
overlay QA evidence cannot mint BTD, claim BTC fee settlement, or anchor
@@ -1408,6 +1424,40 @@ Second local overlay evidence on 2026-05-17:
1408
1424
search/readback tool registration or prompt tightening before full PTRR audits
1409
1425
can be considered clean.
1410
1426
1427
+
Third local overlay evidence on 2026-05-17 after bounded real-inference and
1428
+
manifest-bound Deposit evidence root fixes:
1429
+
1430
+
- Vercel Sandbox run `sbx_rLVfPTD3HuITtCbrR0AmZ26spEYO` exported artifacts to
0 commit comments