release: engine 0.13.0 re-sync — crates.io deps, drop vendored reports & pycache#60
Conversation
…s & pycache Rebuild the public engine mirror from suite release ref a38afb8aba01 using live suite sync machinery cda90129. The July 5 crates.io publish means report-leptos now resolves from the registry at 0.13.0, so the mirror no longer vendors reports/ as a workspace member. The sync also removes the stale tracked Python __pycache__ artifact and adds a minimal public mirror .gitignore for target/.loctree/pyc trash. Non-payload surfaces left untouched: .github, releases/0.9.5, install.sh, loctree-signing.asc, CHANGELOG.md, CONTRIBUTING.md, SECURITY.md, and other mirror-only root files. Authored-By: codex <agents@vetcoders.io> session_id: 11e8b53d-3f42-43df-8713-9a445bd565f7 date: 2026-07-08T14:53:40 PDT runtime: terminal
There was a problem hiding this comment.
Code Review
This pull request removes the local reports workspace member (which contains the Leptos-based HTML report renderer and its WASM sub-crate) and transitions to consuming the report-leptos crate directly from the crates.io registry at version 0.13.0. Corresponding updates have been made to the workspace Cargo.toml, Cargo.lock, README.md, and SYNC-MANIFEST.md to reflect this dependency mode change. I have no feedback to provide as there are no review comments to assess.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Why
The 2026-07-03 engine sync (#59) predates the 0.13.0 crates.io publish (2026-07-05), so the mirror still claimed "0.13.0 crate line is not yet published", carried `publish = false`, a vendored `reports/` crate and a stray `pycache` fixture artifact.
What
Snapshot re-sync from suite release ref `a38afb8aba01` through the registry-mode sync machinery:
Verification (V-01 falsification report)
🤖 Generated with Claude Code