Skip to content

refactor: import config surface from autocti instead of autoconf#4

Merged
Jammy2211 merged 1 commit into
mainfrom
claude/pyautoconf-pyautonerves-rename-ik0cgu
Jul 19, 2026
Merged

refactor: import config surface from autocti instead of autoconf#4
Jammy2211 merged 1 commit into
mainfrom
claude/pyautoconf-pyautonerves-rename-ik0cgu

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

What

Rewrite from autoconf[.sub] import Xfrom autocti import X across the integration-test scripts, so they import the config/serialization surface through the science library rather than depending on autoconf directly.

Notes

  • Pairs with the autocti re-export PR on the same-named branch; the smoke job checks out that branch.

Validation

CI running on this branch (push-triggered) — please confirm Smoke Tests before merge.

🤖 Generated with Claude Code

https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN


Generated by Claude Code

Rewrite `from autoconf[.sub] import X` to `from autocti import X` across scripts,
notebooks and markdown, so workspace code imports the config/serialization
surface (conf, jax_wrapper, with_test_mode_segment, dictable/fitsable helpers,
etc.) through the science library rather than depending on `autoconf` directly.

The Colab bootstrap `from autoconf import setup_colab` is intentionally left on
autoconf: it runs before the library is pip-installed on Colab. Notebooks were
updated by the same deterministic line-level transform as the scripts (the
catalogue files embed no import lines and are unaffected).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN
@Jammy2211
Jammy2211 merged commit c820ece into main Jul 19, 2026
4 checks passed
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.

2 participants