feat: ADR-032 W5 Day-1 active dispatch + adoption-gate monitoring#75
Open
Yus314 wants to merge 2 commits into
Open
feat: ADR-032 W5 Day-1 active dispatch + adoption-gate monitoring#75Yus314 wants to merge 2 commits into
Yus314 wants to merge 2 commits into
Conversation
Add two scripts driving Phase 0.1 / 1.2 of the Vello adoption action plan: gpu-bugfix-rate.sh tracks GPU-layer maintenance load quarterly (replaces ADR-032 §Context's one-shot "16/25" snapshot — initial measurement reads ~23% stable across 2026-Q1/Q2); vello-trigger-status.sh queries crates.io and reports ADR-032 gates (a)(b)(d) machine-readably for cron / CI consumption. Gate (d) — wgpu version alignment between vello_hybrid and the workspace — is the de-facto fourth blocker discovered during W5 Day-1 spike work. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Land rect-coarse + clip arms of ADR-032 §Translation Contract against vello_hybrid 0.0.7's actual state-machine API (Scene::set_paint + fill_rect / push_clip_path / pop_layer); compile-validate Day-2 text fast path via translate_glyph_run_raw + translate_parley_glyph_run. Document four implementation-discovered findings that diverge from ADR-032's paper-design (recorded in scene_translate.rs docstring): wgpu v28/v29 mismatch is a concrete fourth gate not in §Risks; the paper-design API maps to full Vello, not vello_hybrid; the Glifo crates.io gate may be unnecessary because vello_common::glyph 0.0.7 + peniko::FontData already provide the capability; DrawImage routes through Brush::Image, not a dedicated Scene::draw_image. spike's render_with_cursor still returns Unsupported at the bottom because Renderer::new requires wgpu_28::Device (Finding 1). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
tools/gpu-bugfix-rate.shandtools/vello-trigger-status.shto drive Phase 0.1 / 1.2 of the Vello adoption action plan (replaces the one-shot "16/25 = 64%" snapshot in ADR-032 §Context with continuous tracking; automates ADR-032 gates (a) (b) (d) against crates.io for cron / CI consumption).kasane-vello-spikeagainst vello_hybrid 0.0.7's actual state-machine API; compile-validate Day-2 text fast path viatranslate_glyph_run_raw+translate_parley_glyph_run.vello_common::glyph, DrawImage routes throughBrush::Image).Test plan
cargo test -p kasane-vello-spike --features with-vello --lib— 6 passed / 1 ignored / 0 failedcargo check -p kasane-vello-spike(default features) — cleantools/gpu-bugfix-rate.sh— outputs markdown table (sample: 2026-Q1/Q2 each ~23%)tools/vello-trigger-status.sh— human /--json/--quietmodes verified; exit code 1 with current gate state (gates a/b/d all WAIT)vello-trigger-status.shweekly via cron / GitHub Actions🤖 Generated with Claude Code