diff --git a/rust/prop_grid_rs/src/lib.rs b/rust/prop_grid_rs/src/lib.rs index 1cfac736..ec69d16c 100644 --- a/rust/prop_grid_rs/src/lib.rs +++ b/rust/prop_grid_rs/src/lib.rs @@ -1,5 +1,10 @@ //! Rust extraction of the Microwaveprop HRRR propagation pipeline. //! +//! CI retrigger 2026-04-24: Forgejo registry lost the platform-manifest +//! blob for tag main-1776894678-93b526c, leaving prop-grid-rs stuck in +//! ImagePullBackOff. Touching this file reruns build-grid-rs.yaml so a +//! fresh tag is pushed. +//! //! Each module mirrors the Elixir module it ports from so golden-fixture //! tests can compare behavior 1:1. Module boundaries chosen so failures //! during TDD fall into the smallest possible blast radius.