docs(health): group release-fidelity fix prompts#32
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces a new bug/health_fixes/ documentation index and a set of grouped follow-up prompts to track and route the 42 script failures/timeouts discovered in PyAutoHeart issue #27’s first release-profile validation run. It fits the PyAutoMind role by preserving the definitive inventory and turning it into independently actionable, routable tasks across the relevant PyAuto libraries and workspaces.
Changes:
- Added
bug/health_fixes/README.mdto index and uniquely assign all 42 failing/timeout scripts to seven root-cause prompt files. - Added six new prompt documents describing investigation/repair plans for the major failure clusters (samples paths, database/sampler, aggregator/output contracts, JAX runtime/parity, JIT visualization artifacts, numerical inversion failures).
- Added a dedicated prompt documenting how to handle the five timeout cases as an explicit release-policy decision.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| bug/health_fixes/README.md | Index linking run/issue context and mapping all 42 scripts to seven prompts (no duplicates). |
| bug/health_fixes/samples_parameter_paths.md | Prompt for PyAutoFit sample/result parameter-path KeyError regressions affecting nine scripts. |
| bug/health_fixes/autofit_sampler_database.md | Prompt for Emcee NaN and database/aggregator discovery regressions across nine scripts. |
| bug/health_fixes/aggregator_output_contracts.md | Prompt for missing/relocated/shorter result outputs and aggregator prerequisites across seven scripts. |
| bug/health_fixes/jax_runtime_and_parity.md | Prompt for JAX/TFP compatibility failures and NumPy/JAX likelihood parity across six scripts. |
| bug/health_fixes/jit_visualization_outputs.md | Prompt for missing quick-update/JIT visualization artifacts in four test-workspace scripts. |
| bug/health_fixes/numerical_inversion_failures.md | Prompt for non-positive-definite inversion matrix failures in two interferometer scripts. |
| bug/health_fixes/release_timeout_policy.md | Prompt for benchmarking and deciding how to address five release-profile timeouts under the 300s cap. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
What changed
bug/health_fixes/index for PyAutoHeart issue Re-home workflow skills out of Mind; retire handoff; record relocation #27Why
The first release-profile validation proved wheel installation was healthy but exposed 37 script failures and 5 timeouts. These prompts preserve the definitive inventory and split follow-up work into coherent, independently routable tasks.
Validation
28784914443git diff --check origin/main...HEAD