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
Copy file name to clipboardExpand all lines: BITCODE_SPEC_V28_PARITY_MATRIX.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,18 @@ by a later V28 gate before `version/v28` can be promoted to `main`.
184
184
| Full demonstration proof-suite alignment | Gate 13 | Refresh the older demonstration proof-member, theorem, public-projection, and V26-proven expectations so they match the active V27/V28 posture or are explicitly retired from V28 promotion proof. |`npm --prefix protocol-demonstration run test`, proof-member/theorem matrix counts, public projection spine assertions, and V26/V28 proven-generator assertions. | The complete demonstration suite is either green under the promoted V28 proof model or every intentionally retired legacy assertion is replaced by a narrower current-canon proof. |
185
185
| Local and staging-testnet validation | Gate 13 | Local non-mocked OpenAI/Supabase/Vercel Sandbox validation plus staging-testnet readback evidence for complete Depositing -> Reading -> settlement -> PR delivery. |`check:v28-metadevelopment`, package tests, UAPI tests, build, demonstration tests, `qa:v28:pipeline-readback`, browser QA, SQL ledger/readback queries. |`version/v28` is promotion-ready only when local and staging-testnet evidence prove the full commercial product flow. |
186
186
187
+
Gate 11 closure narrows the two Gate 11 carryforward rows to source-safe
188
+
preview readiness: Finding Fits discovery must now produce canonical
189
+
`ReadFitsFindingSynthesis.tool.lexical-depository-search` and
190
+
`ReadFitsFindingSynthesis.tool.vector-depository-search` telemetry, all
191
+
threshold-passing `fitDepositAssetIds`, query/ranking roots, and embedding
192
+
policy posture. AssetPack postprocess must derive a source-safe preview and
193
+
Share-to-Fee quote from the accepted Need and Finding Fits result, exposing only
Copy file name to clipboardExpand all lines: BITCODE_V28_QA.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2103,3 +2103,44 @@ Expected V28 behavior:
2103
2103
- a later background revalidation may make the BTC/BTD widget show its own loading posture, but it must not regress to the disconnected CTA while a known wallet exists;
2104
2104
- client telemetry must include `nav:chrome-identity`, `user-data:fetch-start`, `user-data:read` or `user-data:anonymous-read`, and any fetch failure;
2105
2105
- server telemetry must include `auxillaries-data:read-start` and `auxillaries-data:read-finish` or `auxillaries-data:read-failed`.
2106
+
2107
+
### Gate 11 Finding Fits And Source-Safe Preview QA
2108
+
2109
+
Gate 11 local closure proves that `ReadFitsFindingSynthesis` can search the
2110
+
depository, preserve every qualifying fit deposit, derive a source-safe preview,
2111
+
and expose a deterministic Share-to-Fee quote before Gate 12 settlement unlock.
2112
+
2113
+
Required local checks:
2114
+
2115
+
```bash
2116
+
pnpm run check:v28-gate11
2117
+
pnpm --filter @bitcode/pipeline-asset-pack exec jest --config jest.config.cjs --runTestsByPath \
0 commit comments