docs(deps): add the managing-dependencies skill and apply its layout - #137
Merged
Merged
Conversation
Adds the skill shared with bolt-python and python-slack-sdk, and puts the requirements files in its layout (a pip install header, one section per package). No version constraint changes. .claude/ is now tracked, with local-only files ignored by .claude/.gitignore as in the other two repos. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
This was referenced Sep 25, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #137 +/- ##
=======================================
Coverage 94.68% 94.68%
=======================================
Files 11 11
Lines 207 207
=======================================
Hits 196 196
Misses 11 11 ☔ View full report in Codecov by Harness. |
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.
Summary
Adds the
managing-dependenciesskill thatbolt-pythonandpython-slack-sdkalready have, and puts this repo's requirements files in its layout.What's here:
.claude/skills/managing-dependencies/SKILL.md. It handles Dependabot bumps that fail on only some Pythons, like build(deps): update gevent requirement from <27,>=26.7.0 to >=26.9.0,<27 #136 (gevent 26.9.0 needs Python 3.10+).# pip install -rheader and one section per package inrequirements.txtandrequirements/*.txt. Also drops a stray;after flake8 and a trailing space after Flask..claude/is now tracked. Removed it from.gitignoreand added.claude/.gitignorefor local-only files, as the other two repos do.Testing
n/a
Requirements
./scripts/install_and_run_tests.shafter making the changes.🤖 Generated with Claude Code