feat(rate-of-closure): add responsive wind strategy workflow - #4282
feat(rate-of-closure): add responsive wind strategy workflow#4282d-sorgcodexagent[bot] wants to merge 41 commits into
Conversation
|
…n workspaces Expose the qualified Waterloo/Penner capability optimizer as a primary Shot Optimizer module in both clients: strict cross-runtime capability-optimization-workflow/v1 authoring and persistence, off-UI-thread execution with truthful progress and cooperative cancellation, complete scalar-ensemble/v1 cohort retention, ranked alternatives, stage-qualified scatter axes, bounded raw-row paging, spreadsheet-safe CSV, and stable JSON. The React panel is lazy-loaded so the main Vite chunk stays under the 500 kB warning threshold, and saved v1 layouts reveal newly registered modules. Handoff documents are updated in this implementation commit per fleet policy. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…t reveal Add PyQt workflow/worker/GUI suites and React workflow, worker-client, run, panel, and results tests for the Shot Optimizer slice; extend primary-navigation coverage so saved layouts reveal newly registered modules and the new tab registers exactly once in both clients. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… gates Add the SPEC 1.14.6 change-log row, document the end-user workflow in the capability optimization spec, and update the campaign handoff with the recovered slice and its verified gate evidence. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
No material source change; handoff pointer update only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…cess The dict-splat construction of CapabilityWorkflowInputs failed the hosted delta-mypy gate because **dict[str, float] cannot be proven against the integer fields. Build the snapshot with explicit typed keyword arguments instead; behavior is unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Handoff update for implementation commit 101020b per fleet policy; no source change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The prior note wrongly framed the 3.10 StrEnum ImportError as a stack-wide defect to fix in source. requires-python is >=3.11 and only quality-gate and tests (3.11) are required checks, so the 3.10 lane is a stale-matrix artifact. No source change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The observation contract has only complete/no_impact/failed members, so a horizon nonconvergence is normalized into failed. Reporting a bare "failed N" reads as numerical breakage when the retained reason says the flight simply did not reach the ground inside the configured horizon. Both clients now append the retained reason codes with counts, which is data the adapter already carries per row. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
A descending launch starts at z=0 and is already below ground once the t > dt guard permits the crossing check, so the interpolation ratio went negative and extrapolated the crossing to a negative sample time. That raised RangeError: timeS must be nonnegative, which the observation layer absorbed as an untyped evaluator_exception on 12 of 96 samples of a default driver search while Python reported none. Clamping the ratio to [0, 1] keeps the crossing inside the detecting step, so these samples report nonconverged and match the Python runtime. Also builds _lerp_vector's 3-tuple explicitly instead of carrying an unused type: ignore, and coerces _curve to float, clearing the hosted delta-mypy gate. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Brings in the evaluator branch descending-launch and delta-mypy repairs. Resolves the two documentation conflicts by keeping both slices: SPEC.md retains the 1.14.6 workspace row above the amended 1.14.5 evaluator row at header version 1.14.6, and the tool handoff keeps the workspace completion record ahead of the evaluator repair entry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
feat(rate-of-closure): matched PyQt6/React capability optimization workspaces
feat(rate-of-closure): bind optimizer to full flight
feat(rate-of-closure): stream capability optimizer samples
The per-slice stacked-branch cautions described the stack while it was open and now read as active constraints, so state plainly that #4283, #4289, and #4294 are merged onto this branch, how they were folded, what was verified here (1426 Python, 624 React), and that the incomplete CI matrix reflects 25 of 28 org runners being offline rather than failures. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Exact-head stabilization update for
Local exact-head evidence: 836 Rate Python/PyQt tests passed; 104 React files / 642 tests passed; TypeScript, zero-warning ESLint, 188-module Vite build, Ruff, targeted mypy, docs governance, changed-Python policy, manifest/schema validation, and focused launcher/parity contracts passed. This PR remains draft. The new hosted checks are queued/in progress and there is no review approval; no readiness or merge claim is being made. The checked-in manifest is a deterministic observed snapshot, so live PR heads must still be re-queried before any merge or issue closure. |
…9-wind-workflow # Conflicts: # AGENT_HANDOFF.md # SPEC.md # docs/development/RATE_OF_CLOSURE_CAMPAIGN_HANDOFF.md # src/rate_of_closure/AGENT_HANDOFF.md
# Conflicts: # AGENT_HANDOFF.md # SPEC.md # docs/development/RATE_OF_CLOSURE_CAMPAIGN_HANDOFF.md # src/rate_of_closure/AGENT_HANDOFF.md # tests/rate_of_closure/test_python_compatibility.py
|
Exact-parent propagation update (2026-08-10):
Fresh exact-head protected CI is now running. Do not propagate this head into #4285 until the required quality gate is green; queued checks are not validation. |
…9-wind-workflow # Conflicts: # AGENT_HANDOFF.md # SPEC.md
|
Consolidated into #4410. Closing to eliminate CI runner load. |
Summary
Completes the current-launch wind-strategy workflow slice of #4199 on top of the scalar-ensemble adapter in #4281.
Root cause and design
The shared wind analysis and scalar adapter existed, but neither user surface had a responsive, lifecycle-safe execution workflow. Long runs would otherwise tempt GUI-thread execution, and results could silently become stale after launch, target, model, or uncertainty edits. This change builds each run from an immutable captured request, streams bounded progress, publishes only a complete non-stale result, and keeps unavailable values explicit.
Validation
The five Python skips are the optional local
swing_core/tools_corewheel fast paths. The warnings are the existing Hypothesisnorecursedirswarning and empty polynomial-preview legend warning. The in-app browser refused localhost navigation under its URL policy, so React UI evidence is the complete component suite and production build rather than a claimed live-browser pass.Carrier consolidation (2026-08-09)
This branch now also carries the already-merged capability observer/evaluator/workspace stack plus release hardening needed to validate the composed campaign: strict workflow parsing, complete capability result exports, stable React launch entrypoints, deterministic campaign manifest/schema authority, launcher-policy compliance, and exact changed-file typing fixes. The original wind acceptance remains intact.
Current exact-head evidence (
de49580a3): Python 3.12/mypy 1.13 passes all 54 changed files; Ruff, documentation governance, changed-Python policy, manifest validation, 62 focused regression tests, and eight campaign-manifest tests pass locally. The protected hostedquality-gatealso passes on this exact head. Other protected jobs remain runner-queued and are not yet treated as validation.Stack
Base:
feat/4199-wind-scalar-adapter/ #4281Head:
feat/4199-wind-workflow/de49580a3This PR is intentionally draft and stacked. Do not retarget, force-push, or merge ahead of its parent.