chore(gen): regenerate projections with the published flext-infra ee8c58a1df (flext-0in0k C1) - #179
Merged
Merged
Conversation
…c58a1df (flext-0in0k C1) Fleet make gen x2 in a workspace worktree on the integration tips; second run no diff. Generator law ADR-018; renderer one-name-per-line (#783). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01S2Sdb2nKZBjqJk3sxqAgET
|
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.



Bead
flext-0in0kphase 0 / C1. The published generator (flext-infraee8c58a1df, ADR-018 + #783 one-name-per-line imports) renders projections differently from the tip, so the tip's CI fails atgen fixed point. This lane is exactly that regeneration: fleetmake gentwice in a workspace worktree on the integration tips, second run no diff (3 files). Pre-existingcheckdebt of the tip is tracked underflext-0in0kphase 1 (B1 letters,flext-joe2x).🤖 Generated with Claude Code
https://claude.ai/code/session_01S2Sdb2nKZBjqJk3sxqAgET
Summary by cubic
Aligns the generated projections with the published
flext-infragenerator (ee8c58a1d), which renders imports one name per line instead of the compact form used by the workspace tip. The tip's CI failed the gen fixed-point check because the renders diverged; this regeneration applies the published layout and reaches a fixed point (a second generation run produces no diff).Formatting-only: the import blocks in
src/flext_cli/__init__.py,src/flext_cli/_utilities/__init__.py, andtests/unit/__init__.pyare reformatted; no runtime behavior changes. Covers flext-0in0k phase 0 / C1; the tip's remaining check debt is tracked under phase 1 (flext-joe2x).Written for commit bc1ead0. Summary will update on new commits.