Skip to content

feat: the deferred skill tranche — chain, custom analysis, simulate, plot, debug#9

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/afa-skill-tranche
Jul 10, 2026
Merged

feat: the deferred skill tranche — chain, custom analysis, simulate, plot, debug#9
Jammy2211 merged 1 commit into
mainfrom
feature/afa-skill-tranche

Conversation

@Jammy2211

Copy link
Copy Markdown
Contributor

Closes #8 (the tranche deferred with approval from the birth build, #1). Five skills in house style, grounded in autofit_workspace scripts and PyAutoFit source:

  • af_chain_searches — the three hand-off currencies (result.instance fixed / result.model posterior-updated priors / model_centred_* explicit widths) + Initializer start points, with the anti-lock-in design rule.
  • af_custom_analysis — extra __init__ inputs, custom Visualizer hooks (live fit figures), custom Result.
  • af_simulate_dataset — recorded-truth simulation and the recovery check that gates first real-data runs.
  • af_plot_fit — the aplt roster + matplotlib-over-instances residual figures; documents that af.ex.plot_profile_1d requires a pathlib.Path (str raises TypeError on its / join — found by executing the recipe).
  • af_debug_fit_failure — strict-order triage (likelihood → priors → data → sampler) with the af.Drawer uninformative-data cross-check.

Gates (supervised --auto, launch 2026-07-10; ship sign-off human, in-session)

  • Suite 53/53 · symbol audit 0 misses · 96 citation paths resolve · idiom lint clean · provenance --strict 0/0.
  • Every code recipe executed against the installed stack.
  • Heart YELLOW reason set human-acked at launch (recorded in Mind active.md).

The assistant's skill set is now the complete planned roster: 19 skills.

🤖 Generated with Claude Code

…plot, debug

Closes #8 (deferral approved on #1). Five skills authored in house style and
grounded in autofit_workspace + PyAutoFit source: af_chain_searches
(result.instance vs result.model vs model_centred_* hand-off currencies +
Initializer start points; anti-lock-in rule), af_custom_analysis (extra
__init__ inputs, custom Visualizer hooks, custom Result), af_simulate_dataset
(recorded-truth simulation + the recovery check), af_plot_fit (aplt roster +
matplotlib-over-instances residuals; documents that af.ex.plot_profile_1d's
output_path must be a pathlib.Path — str raises TypeError on the / join),
af_debug_fit_failure (strict-order triage: likelihood -> priors -> data ->
sampler, with the Drawer baseline cross-check).

Every code recipe executed against the installed stack (the Path subtlety was
caught exactly that way). Registered in skills/README.md + symlinks. Legs:
suite 53/53, symbol audit 0, 96 citation paths resolve, idioms clean,
provenance --strict 0/0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Jammy2211
Jammy2211 merged commit bbaf4a9 into main Jul 10, 2026
1 check passed
@Jammy2211
Jammy2211 deleted the feature/afa-skill-tranche branch July 10, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: the deferred skill tranche — chain, custom analysis, simulate, plot, debug

1 participant