chore(main): release 7.181.0 - #2762
Merged
zaxbysauce merged 1 commit intoSep 14, 2026
Merged
Conversation
zaxbysauce
enabled auto-merge
September 14, 2026 04:08
zaxbysauce
disabled auto-merge
September 14, 2026 04:30
zaxbysauce
enabled auto-merge
September 14, 2026 04:30
Contributor
Author
Drift check reportFound 2 drift finding(s): 0 error, 0 warning, 2 notice. required-check-contract (2)
|
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
feat(harness-opt): governed HarnessOpt capstone with held-out validation
Adds
/swarm harness-opt plan|run|compare|status|stop|history(issue #2503 — Workstream F PR 11 of 21): the executing, governed optimization capstone over the declarativeharness_evolutionsurface (#1825). Rounds run one governed candidate evaluation at a time through the production evaluation substrate in disposable worktrees (the substrate fingerprints the active checkout before and after every execution, so the running checkout is never mutated); the task set is content-frozen before any round and the materialized input is integrity-verified against its content-addressed hash; atestsplit consumes the held-out set exactly once, enforced by the substrate's claim ledger; every round records durable lineage with task-cost accounting (tokens_input/tokens_cache/tokens_output; missing host data staysunknown, never zero) and replays by identity against the immutable substrate run.src/services/harness-optimizer/controller.ts): persisted monotonic round counter salts each round's substrate seed so held-out consumption surfaces typed from the substrate itself; enforced budget/circuit stops (transient_retry_budget_exhaustedat the exact retry bound,wall_clock_budget_exhausted,spend_budget_exhaustedon host-reported spend,round_budget_exhaustedfrom the command path) — every stop-reason member has a producing code path, pinned by producer-discipline tests; pilot-graduation evaluation retains negative evidence verbatim; aproper-lockfileserializes all mutations.comparative.ts): baseline, ablation, and simple-agent control arms on the same frozen task population, per-arm denominators, retained negative results, a stream-snapshot duplicate guard (STREAM_SNAPSHOT_DUPLICATE), and arm toggles honored fromharness_opt.run_ablation_arm/run_simple_agent_arm.oracle.ts): scores accepted task outcomes, artifact validity, verification evidence, and completion quality separately from the optimizer; rejects a token-improving candidate whose artifact quality or verification evidence falls.manifest.ts): rejects empty required fields and improvement claims without a measured result.src/harness/store.ts):activateHarnessCandidateandrollbackHarnessVersionnow accept the liveharness_evolutionconfig and re-validate a recorded candidate's approved paths against the CURRENT source allowlist, refusing typedallowlist_revoked.harness_optconfig block (disabled by default;runis human-only and requires--confirm),swarm-harness-optTUI shortcut, config-doctor case, regenerated schema/commands/configuration docs, README section, newdocs/harness-optimizer.md, and aharness-opt-storeretention-registry row for the new.swarm/evolution/harness-opt/state.🤖 I have created a release beep boop
7.181.0 (2026-09-14)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.