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
| Staging route uses real bounded inference, not deterministic bring-up or full-profile blocking. | Route preflight requires real inference, OpenAI key, `bounded`, and runtime budget `<=600000`; Terminal summarizes full-profile async blocker. | implemented and tested |
1653
1712
| Local application deployment can enforce the same route strictness without deploying. |`BITCODE_PIPELINE_HARNESS_REQUIRE_REAL_INFERENCE=1` makes local`next dev` require real bounded inference, OpenAI, aligned Supabase admin credentials, REST/DB host alignment, and route budget `<=600000`. `uapi/tests/api/pipelineHarnessRoute.test.ts` proves local strict failure, mixed-host failure, and strict success without live deployment. | implemented and tested |
1654
1713
| Operators can see sanitized preflight context before waiting on the sandbox. | SSE preflight includes Supabase host, profile, and runtime budget; Terminal stream metadata renders database/profile/budget; route-runner tests assert secret redaction in completion tails. | implemented and tested |
1655
-
| A repeatable readback verifier exists for staging operators. |`pnpm qa:v28:pipeline-readback -- --env-file .env.local --expected-host tkpyosihuouusyaxtbau.supabase.co` checks sanitized REST/DB host identity, admin credential posture, REST credential rejection, pipeline telemetry tables, latest deliverable run coherence, generation/tool rows, and ledger settlement rows. `--readback-source db` can read staging rows directly. `pnpm test:qa:v28:pipeline-readback` passes 12 verifier tests. | implemented and tested; current readback is blocked by REST admin credential rejection, failed latest run, missing latest-run tool rows, and missing settlement rows until a clean no-overlay staging-testnet run writes them|
1714
+
| A repeatable readback verifier exists for staging operators. |`pnpm qa:v28:pipeline-readback -- --env-file .env.local --expected-host tkpyosihuouusyaxtbau.supabase.co --lookback-hours 48` checks sanitized REST/DB host identity, admin credential posture, pipeline telemetry tables, latest deliverable run coherence, generation/tool rows, and ledger settlement rows. The 2026-05-18 source-bound run now reports `ready_for_v28_result_review`;`pnpm test:qa:v28:pipeline-readback` passes 12 verifier tests. | implemented and verified on staging-testnet |
1656
1715
| Deposited proof/measurement flags become manifest-bound roots before Fit evaluation. | Harness materializes deterministic proof, measurement, and reconciliation roots; focused harness test asserts root shapes. | implemented and tested |
1657
-
| Search/finding produces query root, ranking root, selected candidate ids, and embedding policy. |Local overlay run selected `manual-deposit-qa`and recorded query/ranking roots with OpenAI `text-embedding-3-small`. |locally verified only|
1658
-
| Model-backed telemetry records prompt/context input, raw output, usage, and parsed output for each model-backed stage. |Local overlay run exported 698 telemetry lines including `llm.input`, `llm.output`, `llm.usage`, and `llm.parsedOutput`.|locally verified only|
1659
-
| Evidence tool requests from PTRR agents execute and persist tool telemetry. | Agent tool lookup now falls back to parent pipeline registries;pipeline tool lookup accepts base Tool instances; AssetPack registers `bitcode.asset-pack.verification`for evidence-only depository verification readback;tool-result events include summarized input plus output/error. Focused registry, telemetry, and AssetPack tool tests pass. | implemented and locally tested; clean staging readback must still show nonzero tool execution rows|
1660
-
| Clean deployed no-overlay run writes and rereads pipeline rows from the populated staging-testnet database. |DB readback now shows latest deliverable run `b1b04a2d-0376-4200-b08c-7936076f2566` failed with 1634 deliverable events, 2 phase delegations, 16 agent steps, 72 generations, and 0 tool rows. It did not reach settlement rows. | open V28 blocker|
1661
-
| Settlement writes and rereads BTD range, BTC fee, ownership/license, journal, anchor, and crypto telemetry rows. |Overlay evidence correctly remains blocked and ledger rows remain zero; no clean settlement readback has been observed. |open V28 blocker|
1716
+
| Search/finding produces query root, ranking root, selected candidate ids, and embedding policy. |Source-bound staging run `13bc9a38-0f94-446f-98d7-14474d13467a`selected `manual-deposit-qa`from one searched deposited asset with query root `sha256:cd1b839c183e14e923cbb2832ff7a54207a4b6da3d744fd81e1faec60e7c1728`, ranking root `sha256:baacafd02e1358936de9a958df77b407f620e0304e49af56bf617b7b8d1cc6bf`, selected candidate ids, proof/readback roots, and OpenAI `text-embedding-3-small` vector policy. |implemented and verified on staging-testnet|
1717
+
| Model-backed telemetry records prompt/context input, raw output, usage, and parsed output for each model-backed stage. |The source-bound sandbox artifact exported 702 telemetry lines; database readback showed 695 stream events, 13 phase delegations, 42 agent steps, and 5 generation rows for the latest deliverable run.|implemented and verified on staging-testnet|
1718
+
| Evidence tool requests from PTRR agents execute and persist tool telemetry. | Agent tool lookup falls back to parent pipeline registries;stored `tools/*` events now also create structured tool rows. The source-bound run wrote four structured tool executions with sanitized input/output and no errors: depository search, branch creation, file upsert, and PR creation. | implemented and verified on staging-testnet|
1719
+
| Clean deployed no-overlay run writes and rereads pipeline rows from the populated staging-testnet database. |Latest source-bound run `c38a98cf-403e-4fc7-9c9e-ba615d4af024` completed without source overlay and wrote/read back umbrella pipeline run `13bc9a38-0f94-446f-98d7-14474d13467a`, deliverable stream rows, phases, agent steps, generation rows, and structured tool rows. | closed for current gate|
1720
+
| Settlement writes and rereads BTD range, BTC fee, ownership/license, journal, anchor, and crypto telemetry rows. |AssetPack `asset-pack-c38a98cf-403e-4fc7-9c9e-ba615d4af024` was settled with BTD range `[5, 6)`, 546 sat reader BTC fee prepared without server custody, confirmed ledger anchor, depositor ownership event, reader license, crypto telemetry, and four Terminal journal rows. |closed for current gate|
1662
1721
| Full-profile inference may run for dozens of minutes without route wait. | Scoped as a subsequent V28 gate requiring sandbox-pushed async completion to a server-side stream/socket handler or durable queue. The push must be run-id correlated, authenticated, idempotent, and durable before sandbox stop. | intentionally out of current gate |
1663
1722
| Demonstration remains a self-contained minimal Reading witness. |`protocol-demonstration/src/local-fit-finding.js` now models Need synthesis, Need acceptance, Need-Fit ranking, source-safe preview, and deterministic BTC fee quote without importing product pipeline code. `npm --prefix protocol-demonstration run test:v28-mvp-qa` passes 13 tests. | implemented and tested |
0 commit comments