Open
Conversation
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 pull request introduces documentation updates and a new rule for Python package management. The main focus is on standardizing Python dependency management with
uvand clarifying the project structure and release process in the documentation.Python package management standardization:
.claude/rules/uv.mdto enforceuvas the package manager for all Python operations, specifying usage conventions and dependency management practices for Python files andpyproject.toml([.claude/rules/uv.mdR1-R12](https://github.com/lnccbrown/HSSM/pull/940/files#diff-da931ef3887ed47461c1e5ed002463280b7e6415a13c73e22dcc6c42f0edd8bbR1-R12)).Documentation improvements:
CLAUDE.mdto clarify that HSSM is the user-facing package and to reference the broader HSSMSpine ecosystem ([CLAUDE.mdL5-R5](https://github.com/lnccbrown/HSSM/pull/940/files#diff-6ebdb617a8104a7756d0cf36578ab01103dc9f07e4dc6feb751296b9c402faf7L5-R5)).prepare-release.ymlworkflow in the CI overview table inCLAUDE.md, making the release preparation automation process more visible ([CLAUDE.mdR103](https://github.com/lnccbrown/HSSM/pull/940/files#diff-6ebdb617a8104a7756d0cf36578ab01103dc9f07e4dc6feb751296b9c402faf7R103)).