Release: @helix-agent/core 2.8.1#11
Merged
Merged
Conversation
…nds policy (L2) + honesty audit L1: auto-detect/applyOverrides + split_transaction no longer scalar-mutate non-scalar amounts (e.g. Circle's amount: string[]) — type-guarded. L2: insufficient-funds defaults to hold_and_notify; reduce_request only with allowPartial:true. Added WrapOptions.freezeArgs + GeneCapsule.nonRepairable. Honesty audit (detection-vs-repair): zero capsules are engine-repair-validated; one (stale_quote) is advisory. wallets-api-rate-limit 0.76 -> 0.50 (detection- only), all generic priors -> 0.50, insufficient-funds capsules marked nonRepairable. Filed KI-1 (serialize_and_backoff no-op, #9) and KI-2 (immune- stat inflation, #10). 650/650 tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Engine L1/L2 fixes + honesty reclassification audit. Published to npm as 2.8.1 (latest).
What's in it
amount: string[]is left intact). Type-guarded.insufficient-fundsdefaults tohold_and_notify;reduce_requestonly fires withallowPartial: true(+ L1 still applies).stale_quote) advisory.wallets-api-rate-limit0.76 → 0.50 (detection-only); insufficient-funds capsules →nonRepairable; all generic priors → 0.50; Circle adaptersuccessProbabilityaligned to seed-genes.WrapOptions.allowPartial,WrapOptions.freezeArgs,GeneCapsule.nonRepairable,KNOWN_ISSUES.md.See
packages/core/CHANGELOG.mdandpackages/core/KNOWN_ISSUES.md.Follow-ups filed
Tests
650/650 pass (
prepublishOnlyran build + test before publish). Tag:core-v2.8.1.🤖 Generated with Claude Code