You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REGRESSION - NEW FEATURE - Pin the declared integrator as Delta-prime provenance
The Galerkin and STRIDE-like BVP Delta-prime are converging on one canonical
SingularSurfaces/ path, so the numbers alone no longer say which formalism
produced them: a deck switched from riccati to galerkin would be compared
against the other formalism's gold with no signal. The schema forbids echoing
control values into output groups, and the subgroup name that used to carry
provenance is going away, so the pin reads the deck's own declaration out of the
Input/gpec_toml_raw rerun snapshot -- the one group where control values belong.
Adds a 'toml_key:<dotted.path>' extraction yielding a 'token' value type,
compared by exact equality and classed topological, since no tolerance means
anything between "riccati" and "galerkin". A key the deck leaves unset pins as
"<unset>", so starting or stopping declaring one is itself a change.
Pinned on the four Delta-prime-bearing cases. The two Galerkin cases pin
integrator AND gal_flag, because the Galerkin Delta-prime is currently the
additive gal_flag path over a riccati sweep rather than a standalone integrator;
when the standalone integrator lands and gal_flag retires, these fail loudly,
which is the intent -- a deliberate formalism change must regenerate the gold.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments