feat: wire autofit_assistant wiki-currency into release.yml#139
Merged
Conversation
Mirrors the autolens_assistant contract (PyAutoBuild orchestrates and reports; the assistant's reusable workflow owns the rules): the release_workspaces matrix gains PyAutoLabs/autofit_assistant with write_api_baseline (the shared step installs the released wheels — a packaged install, so the assistant's --write-baseline dev-stack guard passes — regenerates wiki/core/api_audit_baseline.json, commits and tags), and a wiki_currency_check_autofit + wiki_drift_issue_autofit pair runs the five-leg check post-release and opens a drift issue on failure. The autofit drift artifact is wiki-drift-report-autofit (renamed in autofit_assistant PR #7): upload-artifact@v4 names are unique per run and the autolens check in the same run claims wiki-drift-report. Closes #138. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Closes #138. Mirrors the autolens_assistant contract — PyAutoBuild orchestrates and reports; the assistant's reusable workflow owns the rules.
release_workspacesmatrix gainsPyAutoLabs/autofit_assistant(write_api_baseline: true, no notebooks/Colab): the shared step installs the released wheels (packaged install → the assistant's new--write-baselinedev-stack guard passes), regenerates + commits its API baseline, and tags — the automation that keeps its baseline release-current permanently.wiki_currency_check_autofit(five-leg check viaworkflow_call) +wiki_drift_issue_autofit(drift issue against autofit_assistant on failure).Merge order: land PyAutoLabs/autofit_assistant#7 first — it renames the autofit drift artifact to
wiki-drift-report-autofit, which this PR's download step expects (upload-artifact@v4names are unique per run and the autolens check claimswiki-drift-report).Gates (safe-level --auto, launch 2026-07-10)
no-test-changes(workflow YAML — validated by parse + pattern-mirror) andconfig-or-schema(this note).🤖 Generated with Claude Code