Sync OSS release snapshot#206
Merged
Merged
Conversation
Refresh the public SkillSpector tree from the internal OSS release branch release/oss-2026-06-24-2 at ce912c49845ef474d18f30cbaa7fa1fd098d0fa8. The snapshot was generated by scripts/create-oss-release.sh and amended only to remove whitespace issues caught by git diff --check. Changes: - Align analyzer registry and default metadata ordering for anti-refusal and SSRF entries. - Carry static runner updates for binary-file skipping and .env documentation filtering from the internal snapshot. - Align LLM/meta-analyzer behavior and tests with the internal snapshot. - Normalize release snapshot whitespace in docs, package targets, and empty package markers. Verification: - PATH=.venv/bin:$PATH ./scripts/create-oss-release.sh release/oss-2026-06-24-2 (includes make test-unit: 990 passed, 12 skipped, 26 deselected, 6 xfailed). - PATH=.venv/bin:$PATH make test-unit after whitespace cleanup: 990 passed, 12 skipped, 26 deselected, 6 xfailed. - git diff --check origin/main. Signed-off-by: Keshav Pradeep <32313895+keshprad@users.noreply.github.com>
aff555d to
69ac3ba
Compare
Refresh the existing public release PR from internal OSS release branch release/oss-2026-06-24-3 at 514c2a76c3dd995859529138313a9806365e8b95. The snapshot was generated by scripts/create-oss-release.sh from GitLab main 3820dab5c9680517598d558f2b986cad26f4fc61 and copied into the existing GitHub PR branch. Changes: - Publish the internal version bump to 2.3.7 in public package metadata and lockfile. - Keep the public release snapshot aligned with latest internal GitLab main. Verification: - PATH=.venv/bin:$PATH ./scripts/create-oss-release.sh release/oss-2026-06-24-3 (includes make test-unit: 990 passed, 12 skipped, 26 deselected, 6 xfailed). - git diff --check. Signed-off-by: Keshav Pradeep <32313895+keshprad@users.noreply.github.com>
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-24-2ce912c49845ef474d18f30cbaa7fa1fd098d0fa8Diff Notes
.envdocumentation filtering from the internal snapshot..github/and repository policy files were preserved.Verification
PATH=".venv/bin:$PATH" ./scripts/create-oss-release.sh release/oss-2026-06-24-2in the internal temp clone; includesmake test-unit.990 passed, 12 skipped, 26 deselected, 6 xfailed.PATH=".venv/bin:$PATH" make test-unitafter whitespace cleanup in the internal temp clone.990 passed, 12 skipped, 26 deselected, 6 xfailed.git diff --check origin/mainin the public GitHub checkout.