chore(codegen): adopt the pending regeneration and reach the generator fixed point - #114
Merged
Merged
Conversation
…r fixed point The working tree carried an unfinished regeneration on the integration branch (`.github/workflows/ci.yml`, `.gitignore`, `.mise.toml`, `Makefile`, `mise.lock`, `pyproject.toml`, plus an untracked `.shellcheckrc`). Left uncommitted it makes every branch switch in this checkout unsafe and leaves the integration branch describing a generation state it does not have. This adopts that work and completes it against the current generator, so the repository is a fixed point again. Evidence: `make setup` → 0; `make gen WHAT=apply APPLY=Y` ×2 → 0; `make gen WHAT=check` → 0; `make fmt` → 0; `make fix` → 0; `make check` → 0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015KsQxff1Aa5SZ18cSron71
|
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.



The
0.12.0-devcheckout carried an unfinished regeneration in its working tree —.github/workflows/ci.yml,.gitignore,.mise.toml,Makefile,mise.lock,pyproject.toml, plus an untracked.shellcheckrc. Left uncommitted it makes every branch switch in that checkout unsafe and leaves the integration branch describing a generation state it does not actually have.This adopts the work and completes it against the current generator, so the repository is a fixed point again.
Landing this first also gives #109/#110/#111/#112 a base that generates cleanly, which is what their
make genstep needs.Summary by cubic
Adopts the unfinished regeneration left in the
0.12.0-devworking tree and completes it against the current generator, so the repository is a generation fixed point again and PRs #109–#112 have a clean base to build on.Refactors
gh auth setup-git) becauseactions/checkoutdoes not persist credentials and codegen refreshes the provider baseline on the runner.make fixnow also runs the fixable gates (markdown,smells) through flext-infra.PROJECT/PROJECTSare cleared unless explicitly passed so nested Makefile invocations don't leak caller selection.Dependencies
kubeconform0.8 to the managed toolchain and regeneratesmise.lock.mkdocs,mkdocstrings, and related plugins) and uv to 0.12.7.Written for commit 0828388. Summary will update on new commits.