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
Adds the typed bitcode.read.request record inside Read-Needs, preserves feedback and previous-Need lineage during resynthesis, and exposes ReadNeedComprehensionSynthesis contract traces through route telemetry.
Updates Terminal gating so accepted Read-Need truth is recorded with Finding Fits admission evidence, adds focused package and route coverage, and wires the Gate 10 readiness check into V28 gate quality.
| Source Depositing and depository evidence | Gate 9 | Repository inventory, deposit admission, source measurement, depository asset rows, lexical/vector search documents, depositor wallet boundary, source proof roots, execution-history projection, and Terminal deposit history. | Protocol deposit evidence tests, depository-search tests, pipeline harness deposit-root propagation tests, staging-testnet SQL/readback queries, Terminal UX tests, and no demonstration runtime imports. | A user can deposit real source material and see source-bound evidence persisted, searchable, journaled, root-projected into Finding Fits, and owned by the depositor boundary. |
176
-
| Read Request capture | Gate 10 | Enterprise Read Request form/state, repository target, source branch/commit context, constraints, non-goals, desired artifact types, and feedback history. | UAPI route tests, Terminal form tests, typed Read Request schema tests, prompt/context interpolation tests. | Raw requests are persisted as requests only; they do not directly trigger Finding Fits until a reviewed Need exists. |
177
-
| Read-Need synthesis, review, and resynthesis | Gate 10 |`ReadNeedComprehensionSynthesis` execution over PTRR agents and ThricifiedGenerations, reviewable Need object, operator feedback, resynthesis attempts, acceptance root, and blocked-readiness reasons. | Pipeline contract tests, prompt/return audits, mocked typed-envelope tests, live local OpenAI validation, Terminal stream/accordion tests. | A Reader can accept or resynthesize the Need; accepted Need truth becomes the only input admitted to Finding Fits. |
176
+
| Read Request capture | Gate 10 | Enterprise Read Request form/state, repository target, source branch/commit context, constraints, non-goals, desired artifact types, and feedback history, encoded as `bitcode.read.request` inside the Need. | UAPI route tests, Terminal form tests, typed Read Request schema tests, prompt/context interpolation tests, `check:v28-gate10`. | Raw requests are persisted as requests only; they do not directly trigger Finding Fits until a reviewed Need exists. |
177
+
| Read-Need synthesis, review, and resynthesis | Gate 10 |`ReadNeedComprehensionSynthesis` execution over PTRR agents and ThricifiedGenerations, contract trace telemetry, reviewable Need object, operator feedback, resynthesis attempts, acceptance root, and blocked-readiness reasons. | Pipeline contract tests, prompt/return audits, mocked typed-envelope tests, route resynthesis tests, live local OpenAI validation, Terminal stream/accordion tests. | A Reader can accept or resynthesize the Need; accepted Need truth becomes the only input admitted to Finding Fits. |
178
178
| Finding Fits over the depository | Gate 11 |`ReadFindingFitsSynthesis.discovery` searches lexical/vector deposits, ranks all threshold-passing fits, records fit deposits, query/ranking roots, blockers, and no-worthy-fit outcomes. | Depository search tests, embedding policy tests, tool telemetry tests, staging-testnet readback verifier, mock/live parity tests. | Discovery returns all fit deposits above threshold and never invents source outside the depository. |
179
179
| AssetPack synthesis and preview | Gate 11 | Implementation phase uses fit deposits as context, synthesizes AssetPack measurements, source-safe preview, quality score, disclosure policy, and Share-to-Fee quote without protected source leakage. | AssetPack synthesis tests, disclosure-boundary tests, prompt telemetry tests, UI preview tests, source leakage scans. | Reader sees enough measured fit confidence to decide whether to settle, without seeing the protected AssetPack source before payment. |
180
180
| BTC settlement and read-license/right transfer | Gate 12 | Fee quote/root, PSBT/finality posture, BTC payment row, BTD range/ownership/license rows, depositor/reader boundary, settlement blockers, and reconciliation. | BTD package tests, API route tests, staging-testnet ledger/database readback, reconciliation tests, wallet/signing failure tests. | Payment transfers read rights/license according to the committed policy and never grants unpaid protected-source visibility. |
0 commit comments