chore: remove Stainless-generated file headers#101
Merged
Conversation
The SDK is hand-maintained since the Stainless exit (#100); the "File generated from our OpenAPI spec by Stainless" headers gave contributors guidance that contradicts CONTRIBUTING.md. Mechanical sweep of 34 source files plus the two .keep placeholders. Co-Authored-By: Claude Fable 5 <[email protected]>
819aca3 to
c818808
Compare
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.
Mechanical follow-up promised in the #100 review (the
_version.pyheader thread): removes the first-line# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.from all 34 remaining source files, and rewrites the two.keepplaceholders whose body text also described Stainless codegen behavior.The code is hand-maintained since the Stainless exit; these headers contradicted the new CONTRIBUTING.md.
Verified locally on the swept tree:
./scripts/lintclean (ruff + pyright + mypy, 55 files) andpytestgreen (489 passed / 180 skipped). CI runs the full suite including the pydantic-v1 leg.Stacked on #100 (
chore/stainless-exit) — GitHub will retarget tomainautomatically when that merges.🤖 Generated with Claude Code