P1: проверить корректный Pair cutover - #370
Closed
lemone112 wants to merge 8 commits into
Closed
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
lemone112
force-pushed
the
agent/p1-correct-rebuild
branch
from
July 21, 2026 01:49
9a454d7 to
7fb8ba3
Compare
Collaborator
Author
|
Закрываю как временный transport-хэндл. Заменён чистым P1 #372 (этот rebuild ещё и терял WCAG-floor у label в Generated by Claude Code |
lemone112
pushed a commit
that referenced
this pull request
Jul 21, 2026
Заменяет предыдущую попытку (WCAG-в-joint) корректным по DAG дизайном из #370 (ветка agent/p1-correct-rebuild @ 08b2e82, старый агент). Joint остаётся генерик-solver'ом (Pointwise*<E>, инстанс ExactSrgb8IdentityV1) и НЕ импортирует WCAG-specific payload — по V2a exit-критерию «production joint не импортирует WCAG payload». Readability-floor label остаётся в замороженном semantic/legacy слое до F1/R1, а не зашивается в ядро solver'а. - fill Paint -> fill-on-page occurrence -> surfaceFrom -> label-on-fill occurrence; - PairSide / pair_fill / resolve_pair_label и pair-физика удалены; - public Rust/WASM/TS/FFI surface без изменений; .github и Swift-гейт не тронуты. Локально: fmt --all --check, clippy --all-targets -D warnings, 19 core test-бинарников и workspace build — зелёные. WASM size-budget сброшен на baseline (386547): размер дизайна #370 будет переизмерен на CI и записан отдельным коммитом (raw локально 875313 vs baseline 831652 — на ~6KB меньше прежнего WCAG-в-joint варианта). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LzZyjuo5ahzmW6V8pPJqSJ
lemone112
pushed a commit
that referenced
this pull request
Jul 21, 2026
…6 B) Дизайн #370 (генерик joint, WCAG снаружи) измерен на CI run 29797754817: runtime artifact 421876 B (gzip 184975). Это честное изменение current measured contract по C3b: maxRawBytes == rawBytes (ноль headroom), ratchet fail-closed. На 6113 B меньше отменённого WCAG-в-joint варианта (427989): WCAG-evaluator больше не тянется в достижимый joint-путь. Основной рост (+35329 B vs baseline) — сам joint-solver и мономорфизация его типов (замерено ранее twiggy). Self-referential guard синхронизирован: WASM_BUDGET_FILE_SHA256 пересчитан. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LzZyjuo5ahzmW6V8pPJqSJ
This was referenced Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Временный validation PR для финального P1-дерева. Ветка содержит только продуктовый diff поверх main; после полного Linux/MSRV/WASM/npm/Swift GREEN она будет схлопнута в один commit, перенесена в #366, а этот PR закрыт без merge.