Sync OSS release snapshot#80
Merged
Merged
Conversation
Refresh the public SkillSpector tree from the internal OSS release branch release/oss-2026-06-15-2 at 9edade32a5ceacb523b591c70eea5de1aec176ba. The snapshot was generated by scripts/create-oss-release.sh, which removes internal-only files and commits a sanitized orphan-branch tree for public publication. Changes: - Bump the public package version from 2.1.4 to 2.1.5 in pyproject.toml and uv.lock. - Sync the generated OSS Makefile snapshot. Verification: - ./scripts/create-oss-release.sh release/oss-2026-06-15-2 was run; its bare make test-unit step initially could not find pytest on PATH. - PATH="/private/tmp/skillspector-github-release.YVVxNl/SkillSpector/.venv/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/pmk/env/global/bin:/Library/TeX/texbin:/opt/homebrew/bin:/Users/keshavp/.cargo/bin:/Users/keshavp/.codex/tmp/arg0/codex-arg0xPENbg:/Applications/Codex.app/Contents/Resources" make test-unit passed on the generated OSS branch: 601 passed, 11 skipped, 23 deselected.
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
release/oss-2026-06-15-29edade32a5ceacb523b591c70eea5de1aec176baDiff Notes
2.1.4to2.1.5inpyproject.tomlanduv.lock.Makefilesnapshot.Verification
./scripts/create-oss-release.sh release/oss-2026-06-15-2was run. Its baremake test-unitstep initially could not findpyteston PATH in this shell.PATH="$PWD/.venv/bin:$PATH" make test-unitpassed on the generated OSS branch: 601 passed, 11 skipped, 23 deselected.Notes
Makefile,pyproject.toml, anduv.lock..github/were deleted by the snapshot sync.