Skip to content

feat(scanner): detect Python package managers#25

Open
Will-thom wants to merge 1 commit into
EShener:mainfrom
Will-thom:will/agent-ready-python-pm-detectors
Open

feat(scanner): detect Python package managers#25
Will-thom wants to merge 1 commit into
EShener:mainfrom
Will-thom:will/agent-ready-python-pm-detectors

Conversation

@Will-thom
Copy link
Copy Markdown

Fixes #21.\n\nAdds scanner support for Poetry, PDM, and uv Python package manager signals. The scanner now detects their lockfiles and pyproject tool sections, infers package-manager-specific install/test/lint/format commands, and documents the updated detector coverage.\n\nValidation:\n- npm test\n- node --check src/scanner.mjs\n- node --check test/scanner.test.mjs\n- git diff --check\n- node bin/agent-ready.mjs doctor\n\nNote: npm run check could not be executed through npm in this local Windows environment because npm/Node attempted to access a denied path at C:\Users\itdev\Desktop before running the script. The touched JavaScript files were checked directly with node --check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Poetry, PDM, and uv Python package manager detectors

1 participant