From 16254dd30b8f6314b25a8e1d05e88915fa3beda2 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 11:06:58 +0900 Subject: [PATCH 01/16] docs(gap): record current exact-head remediation state --- docs/product-technical-gap-baseline.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index acd5b6470..ad0d36639 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,5 +1,25 @@ # Product and Technical Gap Baseline +## 2026-08-28 11:06 KST exact-head PR remediation slice + +Protected `main` is `8d5924f8`. PR #879 now points at `e6d9e937` after +merging this main and fixing provider-failure classification for `None`, +binary passthrough, and authenticated structured-trace auditing; its exact +merged tree passed **2515 tests**, while hosted Strix and the full-suite gate +remain pending. PR #868 now points at `7b408aee` after merging this main and +fixing non-string completion-model validation plus the gateway-default +constant path; its focused model/HTTP regression set passed **28 tests**, +while hosted Atheris and the full-suite gate remain pending. Both are +`MERGEABLE` but `BLOCKED` without an independent approval, so neither is +claimed as protected-main delivery. + +PR #857 remains at `0aec4a54`, `CONFLICTING`, and `REVIEW_REQUIRED`: its long +stacked embedding branch diverges from current main across runtime, tests, +documentation, and lockfiles. The attempted current-main merge was aborted +without a push; no branch evidence is promoted to protected-main evidence. +The existing hourly OpenCode maintenance workflow remains the single +scheduled loop (`23 * * * *` UTC); no duplicate scheduler was added. + ## 2026-08-27 20:10 KST main trace-rpds regression slice Protected `main` briefly carried a merge-order regression from PR #891 merged From 09e8a467b468d9078609fb92761cd192e9c7bdf6 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 11:18:54 +0900 Subject: [PATCH 02/16] docs: refresh exact-head PR baseline --- docs/product-technical-gap-baseline.md | 34 +++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index ad0d36639..4907ed810 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,22 +1,22 @@ # Product and Technical Gap Baseline -## 2026-08-28 11:06 KST exact-head PR remediation slice - -Protected `main` is `8d5924f8`. PR #879 now points at `e6d9e937` after -merging this main and fixing provider-failure classification for `None`, -binary passthrough, and authenticated structured-trace auditing; its exact -merged tree passed **2515 tests**, while hosted Strix and the full-suite gate -remain pending. PR #868 now points at `7b408aee` after merging this main and -fixing non-string completion-model validation plus the gateway-default -constant path; its focused model/HTTP regression set passed **28 tests**, -while hosted Atheris and the full-suite gate remain pending. Both are -`MERGEABLE` but `BLOCKED` without an independent approval, so neither is -claimed as protected-main delivery. - -PR #857 remains at `0aec4a54`, `CONFLICTING`, and `REVIEW_REQUIRED`: its long -stacked embedding branch diverges from current main across runtime, tests, -documentation, and lockfiles. The attempted current-main merge was aborted -without a push; no branch evidence is promoted to protected-main evidence. +## 2026-08-28 11:18 KST exact-head PR remediation slice + +Protected `main` is `8d5924f8`. PR #879 remains at `e6d9e937`: its exact tree +passed **2515 tests**, but the required Strix job failed closed because every +configured provider was unavailable (OpenAI `insufficient_quota`, NVIDIA 429, +and OpenRouter 502); no code finding was reported. PR #868 is now at the +externally advanced exact head `262c6d87`; its predecessor remediation passed +the focused model/HTTP regression set, but that proof is not promoted to the +new head until the current hosted checks finish. Both are `MERGEABLE` but +`BLOCKED` without an independent approval, so neither is claimed as +protected-main delivery. + +PR #857 is now at externally advanced head `b2aedb7b`, `MERGEABLE`, and +`REVIEW_REQUIRED`, with its full suite, Atheris, and Strix checks still +pending. The earlier local merge attempt at `0aec4a54` was aborted without a +push; no stale branch evidence is promoted to protected-main evidence. The +docs-only recording PR is #900 at `16254dd3`; its full suite is still pending. The existing hourly OpenCode maintenance workflow remains the single scheduled loop (`23 * * * *` UTC); no duplicate scheduler was added. From 99d32e1e81b8e83825de1407c2598bb2e086933a Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 11:19:48 +0900 Subject: [PATCH 03/16] docs: avoid stale baseline branch hash --- docs/product-technical-gap-baseline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index 4907ed810..2e4a20062 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -16,7 +16,7 @@ PR #857 is now at externally advanced head `b2aedb7b`, `MERGEABLE`, and `REVIEW_REQUIRED`, with its full suite, Atheris, and Strix checks still pending. The earlier local merge attempt at `0aec4a54` was aborted without a push; no stale branch evidence is promoted to protected-main evidence. The -docs-only recording PR is #900 at `16254dd3`; its full suite is still pending. +docs-only recording PR #900 is still open; its full suite is still pending. The existing hourly OpenCode maintenance workflow remains the single scheduled loop (`23 * * * *` UTC); no duplicate scheduler was added. From 2c92d50b90461e7ddc51e06ec56c16afb1539252 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 11:34:22 +0900 Subject: [PATCH 04/16] docs: record passthrough replay fix --- docs/product-technical-gap-baseline.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index 2e4a20062..b0c426f75 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,22 +1,20 @@ # Product and Technical Gap Baseline -## 2026-08-28 11:18 KST exact-head PR remediation slice - -Protected `main` is `8d5924f8`. PR #879 remains at `e6d9e937`: its exact tree -passed **2515 tests**, but the required Strix job failed closed because every -configured provider was unavailable (OpenAI `insufficient_quota`, NVIDIA 429, -and OpenRouter 502); no code finding was reported. PR #868 is now at the -externally advanced exact head `262c6d87`; its predecessor remediation passed -the focused model/HTTP regression set, but that proof is not promoted to the -new head until the current hosted checks finish. Both are `MERGEABLE` but -`BLOCKED` without an independent approval, so neither is claimed as +## 2026-08-28 11:33 KST exact-head PR remediation slice + +Protected `main` is `8d5924f8`. PR #879 is now at `2b1829a8`; its exact tree +passed **2516 tests** after fixing ambiguous classified passthrough failures so +status-less connection errors cannot replay a possibly accepted request. Its +new hosted checks are still running. PR #868 is at externally advanced head +`262c6d87` with hosted checks passing; PR #857 is at externally advanced head +`b2aedb7b` with only Strix still pending. All four open PRs remain `MERGEABLE` +but `BLOCKED` without an independent approval, so none is claimed as protected-main delivery. -PR #857 is now at externally advanced head `b2aedb7b`, `MERGEABLE`, and -`REVIEW_REQUIRED`, with its full suite, Atheris, and Strix checks still -pending. The earlier local merge attempt at `0aec4a54` was aborted without a +The earlier local merge attempt for #857 at `0aec4a54` was aborted without a push; no stale branch evidence is promoted to protected-main evidence. The -docs-only recording PR #900 is still open; its full suite is still pending. +docs-only recording PR #900 has passing hosted checks and remains open pending +the same independent approval gate. The existing hourly OpenCode maintenance workflow remains the single scheduled loop (`23 * * * *` UTC); no duplicate scheduler was added. From 4eff8dc165966bbdc8fcc3732324ef31970a2044 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 11:35:45 +0900 Subject: [PATCH 05/16] docs: record current Strix outage state --- docs/product-technical-gap-baseline.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index b0c426f75..b9c195303 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,14 +1,16 @@ # Product and Technical Gap Baseline -## 2026-08-28 11:33 KST exact-head PR remediation slice +## 2026-08-28 11:35 KST exact-head PR remediation slice Protected `main` is `8d5924f8`. PR #879 is now at `2b1829a8`; its exact tree passed **2516 tests** after fixing ambiguous classified passthrough failures so status-less connection errors cannot replay a possibly accepted request. Its new hosted checks are still running. PR #868 is at externally advanced head `262c6d87` with hosted checks passing; PR #857 is at externally advanced head -`b2aedb7b` with only Strix still pending. All four open PRs remain `MERGEABLE` -but `BLOCKED` without an independent approval, so none is claimed as +`b2aedb7b` with all other checks passing but Strix failing closed on the same +provider outage (NVIDIA 429, OpenRouter 502, and OpenAI +`credit_balance_exhausted`). All four open PRs remain `MERGEABLE` but +`BLOCKED` without an independent approval, so none is claimed as protected-main delivery. The earlier local merge attempt for #857 at `0aec4a54` was aborted without a From 35551bb2ea93fae808f91d5377c39cb85b588071 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 11:38:20 +0900 Subject: [PATCH 06/16] docs: keep baseline gate wording current --- docs/product-technical-gap-baseline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index b9c195303..e408296e4 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -15,8 +15,8 @@ protected-main delivery. The earlier local merge attempt for #857 at `0aec4a54` was aborted without a push; no stale branch evidence is promoted to protected-main evidence. The -docs-only recording PR #900 has passing hosted checks and remains open pending -the same independent approval gate. +docs-only recording PR #900 remains open and is not claimed as protected-main +delivery. The existing hourly OpenCode maintenance workflow remains the single scheduled loop (`23 * * * *` UTC); no duplicate scheduler was added. From c15634ddac888dbdfd30c96720065744d5c81897 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 11:52:08 +0900 Subject: [PATCH 07/16] docs: record completed Strix outage gates --- docs/product-technical-gap-baseline.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index e408296e4..608367308 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,17 +1,16 @@ # Product and Technical Gap Baseline -## 2026-08-28 11:35 KST exact-head PR remediation slice +## 2026-08-28 11:51 KST exact-head PR remediation slice Protected `main` is `8d5924f8`. PR #879 is now at `2b1829a8`; its exact tree passed **2516 tests** after fixing ambiguous classified passthrough failures so status-less connection errors cannot replay a possibly accepted request. Its -new hosted checks are still running. PR #868 is at externally advanced head -`262c6d87` with hosted checks passing; PR #857 is at externally advanced head -`b2aedb7b` with all other checks passing but Strix failing closed on the same -provider outage (NVIDIA 429, OpenRouter 502, and OpenAI -`credit_balance_exhausted`). All four open PRs remain `MERGEABLE` but -`BLOCKED` without an independent approval, so none is claimed as -protected-main delivery. +Full unit and contract suite passed, but Strix failed closed on the provider +outage described below. PR #868 is at externally advanced head `262c6d87` with +hosted checks passing; PR #857 is at externally advanced head `b2aedb7b` with +all other checks passing but the same Strix provider outage. All four open PRs +remain `MERGEABLE` but `BLOCKED` without an independent approval, so none is +claimed as protected-main delivery. The earlier local merge attempt for #857 at `0aec4a54` was aborted without a push; no stale branch evidence is promoted to protected-main evidence. The From 745c6bfba9dcf20391a0408df80a0ecd6e7a6a91 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 12:23:50 +0900 Subject: [PATCH 08/16] docs: track ZDR discovery PR in baseline --- docs/product-technical-gap-baseline.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index 608367308..2c857167e 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,6 +1,6 @@ # Product and Technical Gap Baseline -## 2026-08-28 11:51 KST exact-head PR remediation slice +## 2026-08-28 12:23 KST exact-head PR remediation slice Protected `main` is `8d5924f8`. PR #879 is now at `2b1829a8`; its exact tree passed **2516 tests** after fixing ambiguous classified passthrough failures so @@ -8,9 +8,11 @@ status-less connection errors cannot replay a possibly accepted request. Its Full unit and contract suite passed, but Strix failed closed on the provider outage described below. PR #868 is at externally advanced head `262c6d87` with hosted checks passing; PR #857 is at externally advanced head `b2aedb7b` with -all other checks passing but the same Strix provider outage. All four open PRs +all other checks passing but the same Strix provider outage. All five open PRs remain `MERGEABLE` but `BLOCKED` without an independent approval, so none is -claimed as protected-main delivery. +claimed as protected-main delivery. PR #901 is at exact head `efa0c9fa` and +adds provider-neutral ZDR-only model-group selection plus catalog evidence; +its hosted checks are still running. The earlier local merge attempt for #857 at `0aec4a54` was aborted without a push; no stale branch evidence is promoted to protected-main evidence. The From 8b5fb4a34dc5904c203884697c4a671dc28afc33 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 12:42:11 +0900 Subject: [PATCH 09/16] docs: refresh exact-head gateway evidence --- docs/product-technical-gap-baseline.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index 2c857167e..cd850223f 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,16 +1,20 @@ # Product and Technical Gap Baseline -## 2026-08-28 12:23 KST exact-head PR remediation slice +## 2026-08-28 12:41 KST exact-head PR remediation slice Protected `main` is `8d5924f8`. PR #879 is now at `2b1829a8`; its exact tree passed **2516 tests** after fixing ambiguous classified passthrough failures so status-less connection errors cannot replay a possibly accepted request. Its Full unit and contract suite passed, but Strix failed closed on the provider -outage described below. PR #868 is at externally advanced head `262c6d87` with -hosted checks passing; PR #857 is at externally advanced head `b2aedb7b` with -all other checks passing but the same Strix provider outage. All five open PRs -remain `MERGEABLE` but `BLOCKED` without an independent approval, so none is -claimed as protected-main delivery. PR #901 is at exact head `efa0c9fa` and +outage described below. PR #868 is now at exact head `3f575a64` after rejecting +whitespace-only embeddings models; its targeted 27-test proof and interrogate +100% passed, while hosted Checks are re-running. A local full run passed 2546 +tests and exposed only the optional MCP test's environment API mismatch +(`mcp==1.23.3` exports no `Client`), which is not in the project lock files. +PR #857 is at externally advanced head `b2aedb7b` with all other checks passing +but the same Strix provider outage. All five open PRs remain `MERGEABLE` but +`BLOCKED` without an independent approval, so none is claimed as protected-main +delivery. PR #901 is at exact head `efa0c9fa` and adds provider-neutral ZDR-only model-group selection plus catalog evidence; its hosted checks are still running. From 43d14795d3f8ae3e019084994479b31bd0574a80 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 13:16:11 +0900 Subject: [PATCH 10/16] docs: record CEFR observation PR head --- docs/product-technical-gap-baseline.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index cd850223f..a6ff6d2dc 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,6 +1,6 @@ # Product and Technical Gap Baseline -## 2026-08-28 12:41 KST exact-head PR remediation slice +## 2026-08-28 13:15 KST exact-head PR remediation slice Protected `main` is `8d5924f8`. PR #879 is now at `2b1829a8`; its exact tree passed **2516 tests** after fixing ambiguous classified passthrough failures so @@ -12,11 +12,15 @@ whitespace-only embeddings models; its targeted 27-test proof and interrogate tests and exposed only the optional MCP test's environment API mismatch (`mcp==1.23.3` exports no `Client`), which is not in the project lock files. PR #857 is at externally advanced head `b2aedb7b` with all other checks passing -but the same Strix provider outage. All five open PRs remain `MERGEABLE` but -`BLOCKED` without an independent approval, so none is claimed as protected-main -delivery. PR #901 is at exact head `efa0c9fa` and -adds provider-neutral ZDR-only model-group selection plus catalog evidence; -its hosted checks are still running. +but the same Strix provider outage. PR #901 is now at externally advanced head +`d1bd3626d` and its code checks pass, while Noema, OpenCode, and Strix remain +failed or unavailable gates. PR #902 is a stacked change on #857 at exact head +`cb4d5bca`; its available review checks pass, but its own body requires #857 to +land first. PR #903 adds the governed CEFR language-observation slice at exact +head `f456393e`; its hosted checks are queued and its local exact tree passed +2492 tests with 100% interrogate coverage. All seven open PRs remain subject +to protected review and hosted gates; no PR is claimed as protected-main +delivery. The docs-only recording PR #900 is at `8b5fb4a3`. The earlier local merge attempt for #857 at `0aec4a54` was aborted without a push; no stale branch evidence is promoted to protected-main evidence. The From e271e49f8eeb8d9daf62965f2eecf955a4dbee4a Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 13:24:51 +0900 Subject: [PATCH 11/16] docs: record CEFR hosted gate outcomes --- docs/product-technical-gap-baseline.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index a6ff6d2dc..3bf634ef5 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,6 +1,6 @@ # Product and Technical Gap Baseline -## 2026-08-28 13:15 KST exact-head PR remediation slice +## 2026-08-28 13:24 KST exact-head PR remediation slice Protected `main` is `8d5924f8`. PR #879 is now at `2b1829a8`; its exact tree passed **2516 tests** after fixing ambiguous classified passthrough failures so @@ -17,10 +17,15 @@ but the same Strix provider outage. PR #901 is now at externally advanced head failed or unavailable gates. PR #902 is a stacked change on #857 at exact head `cb4d5bca`; its available review checks pass, but its own body requires #857 to land first. PR #903 adds the governed CEFR language-observation slice at exact -head `f456393e`; its hosted checks are queued and its local exact tree passed -2492 tests with 100% interrogate coverage. All seven open PRs remain subject -to protected review and hosted gates; no PR is claimed as protected-main -delivery. The docs-only recording PR #900 is at `8b5fb4a3`. +head `f456393e`; its local exact tree passed 2492 tests with 100% interrogate +coverage, and its ordinary code/security/coverage checks plus Devin passed. +Noema and Strix failed before producing a structured review because their +sidecar catalog loader still expects a mapping while the generated catalog is +list-shaped; OpenCode failed closed because no current-head reviewer verdict +was posted. Full and Atheris remained pending at the last exact-head poll. +All seven open PRs remain subject to protected review and hosted gates; no PR +is claimed as protected-main delivery. The docs-only recording PR #900 is at +`8b5fb4a3` and its baseline refresh is `43d14795`. The earlier local merge attempt for #857 at `0aec4a54` was aborted without a push; no stale branch evidence is promoted to protected-main evidence. The From ac21940adcbf384202f5f3d9b875160a4676a6c2 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 13:25:15 +0900 Subject: [PATCH 12/16] docs: avoid self-referential baseline head --- docs/product-technical-gap-baseline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index 3bf634ef5..e5c15973b 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -25,7 +25,7 @@ list-shaped; OpenCode failed closed because no current-head reviewer verdict was posted. Full and Atheris remained pending at the last exact-head poll. All seven open PRs remain subject to protected review and hosted gates; no PR is claimed as protected-main delivery. The docs-only recording PR #900 is at -`8b5fb4a3` and its baseline refresh is `43d14795`. +`8b5fb4a3` and remains open. The earlier local merge attempt for #857 at `0aec4a54` was aborted without a push; no stale branch evidence is promoted to protected-main evidence. The From f64ed58fc8ef2a88784a749f7c0fd97121f6146a Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 13:25:35 +0900 Subject: [PATCH 13/16] docs: keep baseline self-contained --- docs/product-technical-gap-baseline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index e5c15973b..d72083c09 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -24,8 +24,8 @@ sidecar catalog loader still expects a mapping while the generated catalog is list-shaped; OpenCode failed closed because no current-head reviewer verdict was posted. Full and Atheris remained pending at the last exact-head poll. All seven open PRs remain subject to protected review and hosted gates; no PR -is claimed as protected-main delivery. The docs-only recording PR #900 is at -`8b5fb4a3` and remains open. +is claimed as protected-main delivery. The docs-only recording PR #900 remains +open. The earlier local merge attempt for #857 at `0aec4a54` was aborted without a push; no stale branch evidence is promoted to protected-main evidence. The From 202c127fe6a366ddf88854e80021b73aff3ae392 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 13:26:49 +0900 Subject: [PATCH 14/16] docs: refresh stacked PR head --- docs/product-technical-gap-baseline.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index d72083c09..fcd766e7a 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,6 +1,6 @@ # Product and Technical Gap Baseline -## 2026-08-28 13:24 KST exact-head PR remediation slice +## 2026-08-28 13:26 KST exact-head PR remediation slice Protected `main` is `8d5924f8`. PR #879 is now at `2b1829a8`; its exact tree passed **2516 tests** after fixing ambiguous classified passthrough failures so @@ -15,8 +15,9 @@ PR #857 is at externally advanced head `b2aedb7b` with all other checks passing but the same Strix provider outage. PR #901 is now at externally advanced head `d1bd3626d` and its code checks pass, while Noema, OpenCode, and Strix remain failed or unavailable gates. PR #902 is a stacked change on #857 at exact head -`cb4d5bca`; its available review checks pass, but its own body requires #857 to -land first. PR #903 adds the governed CEFR language-observation slice at exact +`eee5323f`; its merge state is `UNSTABLE`, Devin review is pending, and its own +body requires #857 to land first. PR #903 adds the governed CEFR +language-observation slice at exact head `f456393e`; its local exact tree passed 2492 tests with 100% interrogate coverage, and its ordinary code/security/coverage checks plus Devin passed. Noema and Strix failed before producing a structured review because their From 55354c4853f8719ca0569ff58ea416ba7ede7ed8 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 13:27:17 +0900 Subject: [PATCH 15/16] docs: record completed CEFR test gates --- docs/product-technical-gap-baseline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index fcd766e7a..4be077108 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -1,6 +1,6 @@ # Product and Technical Gap Baseline -## 2026-08-28 13:26 KST exact-head PR remediation slice +## 2026-08-28 13:27 KST exact-head PR remediation slice Protected `main` is `8d5924f8`. PR #879 is now at `2b1829a8`; its exact tree passed **2516 tests** after fixing ambiguous classified passthrough failures so @@ -23,7 +23,7 @@ coverage, and its ordinary code/security/coverage checks plus Devin passed. Noema and Strix failed before producing a structured review because their sidecar catalog loader still expects a mapping while the generated catalog is list-shaped; OpenCode failed closed because no current-head reviewer verdict -was posted. Full and Atheris remained pending at the last exact-head poll. +was posted. Full unit and Atheris subsequently passed on the same exact head. All seven open PRs remain subject to protected review and hosted gates; no PR is claimed as protected-main delivery. The docs-only recording PR #900 remains open. From 86597f5ce82bc908e7456ad29f65edd60a044958 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 28 Aug 2026 14:26:30 +0900 Subject: [PATCH 16/16] docs: correct historical PR head --- docs/product-technical-gap-baseline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product-technical-gap-baseline.md b/docs/product-technical-gap-baseline.md index 4be077108..856269eb6 100644 --- a/docs/product-technical-gap-baseline.md +++ b/docs/product-technical-gap-baseline.md @@ -13,7 +13,7 @@ tests and exposed only the optional MCP test's environment API mismatch (`mcp==1.23.3` exports no `Client`), which is not in the project lock files. PR #857 is at externally advanced head `b2aedb7b` with all other checks passing but the same Strix provider outage. PR #901 is now at externally advanced head -`d1bd3626d` and its code checks pass, while Noema, OpenCode, and Strix remain +`d1bd3626ddb04a7b14e43aebf60827ac50ef8d17` and its code checks pass, while Noema, OpenCode, and Strix remain failed or unavailable gates. PR #902 is a stacked change on #857 at exact head `eee5323f`; its merge state is `UNSTABLE`, Devin review is pending, and its own body requires #857 to land first. PR #903 adds the governed CEFR