chore(release): v0.17.0#201
Merged
Merged
Conversation
pull Bot
pushed a commit
to danielabelski/OpenSwarm
that referenced
this pull request
Jul 2, 2026
Behavioral + deterministic guardrails against the systematic swarm defects surfaced reviewing autonomous PRs unohee#201-207 (approve 3 / request-changes 3 / reject 1). Prompt rules (worker Rules + reviewer criteria, en + ko): - #1 on import/SDK failure, fix the env — never re-author a third-party package or spoof its __version__ - #2 cite the counterparty's real producer/consumer code for cross-service contracts; no self-referential tests - #4 don't delete "verified" statements without counter-evidence; include a before/after distribution for score/gate/metric changes - reviewer criteria: contract integrity, evidence & wiring, scope Deterministic guards (pipelineGuards, non-blocking): - deadModuleCheck (#5): flag newly-added source modules nothing imports/calls - reformatCheck (#6): flag reformat-only files and oversized diffs - getWorkingDiffDetail (gitTracker): per-file numstat + new/whitespace-only flags - surface non-blocking guard warnings to the reviewer (previously log-only) Wired via PipelineGuardsConfig (deadModuleCheck/reformatCheck) + config.example. Out of scope, tracked as follow-up: canonical-package registry (#1), deterministic contract verification (#2), orchestrator file-overlap serialization + PR-overlap report (#3).
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.
Version bump 0.16.0 → 0.17.0. Merging triggers the auto-release workflow (npm publish + tag + GitHub release).
🤖 Generated with Claude Code