feat(build): add Python extensions and uv package manager to devcontainer#922
Closed
WilliamBerryiii wants to merge 2 commits intomainfrom
Closed
feat(build): add Python extensions and uv package manager to devcontainer#922WilliamBerryiii wants to merge 2 commits intomainfrom
WilliamBerryiii wants to merge 2 commits intomainfrom
Conversation
…iner - add ms-python.python, ms-python.vscode-pylance, and charliermarsh.ruff extensions - install uv v0.10.8 with SHA256-verified multi-arch download - add dynamic uv sync for Python skill dependencies 🐍 - Generated by Copilot
- add -S and -f flags to curl for HTTP error detection - prefix error messages with ERROR: for consistency - add rm -f cleanup before exit on checksum failure - fix sha256sum double-space separator to single-space 🔧 - Generated by Copilot
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
25 tasks
Member
Author
|
Closing in favor of #920 — the hardening improvements from this PR have been merged into that one. |
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.
Description
Added Python development tooling to the devcontainer environment, bringing first-class Python support to the development workflow. Three VS Code extensions provide language services, linting, and formatting, while the uv package manager enables dependency resolution for Python-based skills.
Related Issue(s)
Closes #887
Type of Change
Code & Documentation
Infrastructure & Configuration
AI Artifacts
prompt-builderreview and attested to quality.instructions.md).prompt.md).agent.md)SKILL.md)Other
Sample Prompts
Testing
Automated Validation
npm run lint:all— passed (0 errors)npm run test:ps— passed (1610 tests, 0 failures)Security Analysis
curl -sSfLto detect HTTP errors and prevent silent corruption.rm -f) before exit to prevent corrupted binaries from persisting.Diff-Based Assessment
Manual Testing
Not performed — infrastructure change validated through automated linting and test suites.
Checklist
Required Checks
AI Artifact Contributions
prompt-analyzeon the changed artifactprompt-analyzeRequired Automated Checks
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-links— 8 pre-existing broken links, none introduced by this PRnpm run lint:psnpm run plugin:generateSecurity Considerations
Additional Notes
feat(build):andfix(build):).uv synccommand dynamically discovers pyproject.toml files under.github/skills/, avoiding hard-coded paths that would break as skills are added or removed.