fix(runtime): remove stale harness 0.4 constraints#59
Merged
khaliqgant merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
5f8cc44 to
2943642
Compare
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
Why
Cloud PR #364 needed root overrides because published package metadata still pulled
@agent-assistant/harness@^0.4.xthroughtelemetry,turn-context,continuation,webhook-runtime, andcloudflare-runtime/harnesstransitive edges.This change makes the published graph resolve cleanly on harness 0.6.x for fresh installs while preserving compatibility ranges where appropriate.
Verification
npm install --no-audit --no-fundnpm run build -w @agent-assistant/harness -w @agent-assistant/continuation -w @agent-assistant/telemetry -w @agent-assistant/turn-context -w @agent-assistant/webhook-runtime -w @agent-assistant/cloudflare-runtimenpm test -w @agent-assistant/harness -w @agent-assistant/continuation -w @agent-assistant/telemetry -w @agent-assistant/turn-context -w @agent-assistant/webhook-runtime -w @agent-assistant/cloudflare-runtime@agentworkforce/sage@1.5.1resolves to harness0.6.4with no nested0.4.xcopyFollow-up
After these packages are published, cloud PR #364 can pin
@agentworkforce/sageto1.5.1, remove the temporary harness overrides, regeneratepackage-lock.json, and rerun CI.