docs: fix CONTRIBUTING.md to match actual repo configuration#17
Merged
atsyplikhin merged 1 commit intomainfrom Apr 9, 2026
Merged
docs: fix CONTRIBUTING.md to match actual repo configuration#17atsyplikhin merged 1 commit intomainfrom
atsyplikhin merged 1 commit intomainfrom
Conversation
- Use fork-based workflow (gh repo fork) instead of assuming push access to upstream, with manual fallback in collapsible sections - Fix Python version: 3.10+ → 3.11+ to match pyproject.toml - Fix unit test commands: run from repo root instead of broken cd chaining, add missing agent-tools test files to match CI - Fix integration test command: drop redundant path arg, use pytest directly to match CI - Add ruff.toml with line-length=120 to back the coding standards claim - Add "Lint & test" step to contributor workflow - Add ruff check to PR checklist - Fix asyncio_mode docs: note it varies by package (auto vs strict) - Merge duplicated setup/fork sections into single Development Setup
kavya-chennoju
approved these changes
Apr 9, 2026
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
git clone+git push origin(requires write access) withgh repo fork --clone+gh pr create --fill, with manual fallbacks in collapsible<details>sectionspyproject.tomlrequires-pythonconstraintscdchaining in unit tests, added 2 missing agent-tools test files (test_langchain_adapter.py,test_strands_adapter.py) to match CI, simplified integration test invocationruff.tomlwithline-length = 120(previously claimed but unconfigured), added lint step to workflow and PR checklistautoclaim — agent-tools usesstrict, documented accuratelyTest plan
ruff check packages/ tests/passes with newruff.tomlin placegh repo fork --cloneflow works for a non-collaborator GitHub account