meta: Use mise everywhere and clean up contributing docs#52
Merged
Abhijeet Prasad (AbhiPrasad) merged 3 commits intomainfrom Mar 6, 2026
Merged
meta: Use mise everywhere and clean up contributing docs#52Abhijeet Prasad (AbhiPrasad) merged 3 commits intomainfrom
Abhijeet Prasad (AbhiPrasad) merged 3 commits intomainfrom
Conversation
Luca Forstner (lforst)
approved these changes
Mar 6, 2026
703935e to
d505798
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.
This PR consolidates and cleans up repo guidance, standardizes the developer workflow around
mise, simplifies local makefiles, and updates CI to usemiseconsistently.AI Summary
What changed
Docs and agent guidance
AGENTS.mdCLAUDE.mdandpy/CLAUDE.mdwith symlinks toAGENTS.mdAGENTS.mdto be optimized for AI agentsCONTRIBUTING.mdto be optimized for human contributorsmise-first workflowDeveloper workflow and makefiles
misethe primary setup path across docs and root commandsMakefileMakefileinto a thin wrapper aroundpy/Makefilemise execso they work in fresh shells withoutmise activatemake helpoutput and clarified thattest-wheelrequires a built wheelintegrations/langchain-py/Makefileto useuv sync/uv runintegrations/adk-py/examples/Makefilewithout changing behaviorsource env.shencouragement across docsTool version management
.tool-versionsthe single source of truth foruvuvpin frommise.tomlpy/Makefileto read theuvversion from.tool-versionsCI
actions/setup-python,astral-sh/setup-uv, andpre-commit/actiontojdx/mise-action@v3mise execuvexplicitly undermise-actionValidation
Ran locally from the repo root:
make helpmake install-devmake install-depsmake developmake test-coremake lintmake pylintmake fixupNotable results:
make test-corepassed through the delegatedmisepathmake lintandmake pylintpassedmake test-wheelcorrectly failed without a built wheel, matching its documented prerequisiteAlso validated:
uvwhere requiredNotes
make test/make noxstill run the full SDK nox matrix and were confirmed to enter the correct delegated pathpytest.mark.forkedremain unchanged