test(e2e): restart Hermes before MCP rediscovery - #7866
Conversation
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughAuthenticated MCP request evidence now records negotiated metadata and response outcomes. Hermes tool calls retry deferred tool-search misses, and the DNS rebinding scenario verifies rediscovery after route removal and the real adapter tool call. ChangesMCP rediscovery and Hermes E2E flow
Estimated code review effort: 3 (Moderate) | ~30 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Comment |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/pluginThe overall coverage in commit 06406a3 in the TypeScript / code-coverage/cliThe overall coverage in commit 06406a3 in the Show a code coverage summary of the most impacted files.
Updated |
Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
PR Review Advisor — InformationalAdvisor assessment: Informational / low confidence Model lanes
Nemotron output stays in workflow artifacts and does not change the assessment above. E2E guidanceAdvisory only. E2E / PR Gate selects and runs jobs independently. Recommended E2E: This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@test/e2e/live/mcp-bridge-tool-discovery.ts`:
- Around line 17-27: Strengthen assertAuthenticatedMcpRediscovery to validate a
fresh, valid MCP session after requestOffset, requiring an ordered initialize
followed by tools/list exchange and successful responses tied to the same
negotiated session. Update or replace the delegated
assertAuthenticatedMcpDiscovery behavior so recorded requests alone cannot
satisfy the teardown check.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 795eaceb-87ce-425c-8b61-a93e715814f1
📒 Files selected for processing (3)
test/e2e/live/mcp-bridge-tool-discovery.tstest/e2e/live/mcp-bridge.test.tstest/e2e/support/mcp-bridge-sandbox.test.ts
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@test/e2e/support/mcp-bridge-tool-discovery.test.ts`:
- Around line 69-80: Refactor the parameterized test around failedMethod so it
no longer needs the runtime missing-request guard. Split the initialize and
tools/list failure scenarios into separate linear tests, or provide keyed
fixtures that select a guaranteed-defined request while preserving each existing
response override and assertion behavior.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: e6921bd3-973b-43f6-a3cb-8228328a26f3
📒 Files selected for processing (3)
test/e2e/live/mcp-bridge-servers.tstest/e2e/live/mcp-bridge-tool-discovery.tstest/e2e/support/mcp-bridge-tool-discovery.test.ts
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Investigation update: Hermes MCP rediscoveryScope: PR SHA CI evidence
The failing call is therefore after successful initial discovery. It is also after a lifecycle operation that can change the Hermes MCP registry. Source analysisI inspected the Hermes v2026.7.20 runtime in the pinned base image. Hermes reports semver 0.19.0. Hermes calls
Hermes does not call The PR mock can issue 15 same-turn I also ran an exact-image probe with The test already runs Candidate correctionA local test-only candidate makes these changes:
This candidate does not change NemoClaw product behavior. It aligns the live E2E test with the Hermes registry lifecycle. Local evidenceThe local candidate has these passing results:
These results verify the fixture sequence and repository contracts. They do not establish a passing live E2E result. The latest local live attempt stopped during onboarding because the host could not allocate a dashboard port. The sandbox was destroyed during cleanup. No MCP assertion ran in that attempt. A prior isolated run reproduced the same missing-discovery failure family locally. Remaining verification
I have not launched another trusted controller run for the local candidate. |
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
<!-- markdownlint-disable MD041 --> ## Summary Update the canonical NemoClaw v0.0.98 release entry with the managed-image security remediation that merged after the original release documentation. The entry now records reviewed Perl 5.44.0 packages across OpenClaw, Hermes, and Deep Agents Code images and the native multi-platform publication check. ## Changes - Update `docs/changelog/2026-07-29.mdx` under the existing `## v0.0.98` heading. - Record the checksum-pinned Perl 5.44.0 packages and native `linux/amd64` and `linux/arm64` digest checks from [#7864](#7864). - Confirm that the other post-entry merges, [#7868](#7868) and [#7866](#7866), change E2E orchestration or tests without changing user-facing behavior. ### Source Summary - [#7864](#7864) -> `docs/changelog/2026-07-29.mdx`: Record the reviewed Perl 5.44.0 packages and native multi-platform publication checks for managed OpenClaw, Hermes, and Deep Agents Code images. ## Type of Change - [ ] Code change (feature, bug fix, or refactor) - [ ] Code change with doc updates - [x] Doc only (prose changes, no code sample modifications) - [ ] Doc only (includes code sample changes) ## Quality Gates - [ ] Tests added or updated for changed behavior - [x] Existing tests cover changed behavior — justification: The merged source PR includes security-package, runtime, and publication tests. `test/changelog-docs.test.ts` validates the release-entry structure. - [ ] Tests not applicable — justification: - [x] Docs updated for user-facing behavior changes - [ ] Docs not applicable — justification: - [ ] Sensitive paths changed (security, policy, credentials, preflight, onboarding, inference, runner, sandbox, or messaging) - [ ] Sensitive-path review completed or maintainer-approved waiver recorded — reviewer/approval link/justification: - [ ] Non-success, skipped, or missing CI check accepted by maintainer — check name, approval link, and follow-up issue: ## Documentation Writer Review - [ ] Documentation writer subagent reviewed the completed changes - Result: `blocked` - Evidence: This side-conversation host does not permit subagents. The primary author reviewed `docs/changelog/2026-07-29.mdx` against `WRITING.md`, the controlled word list, and `docs/CONTRIBUTING.md`. The changelog contract passed 6 tests, and the docs build completed with 0 errors and 2 existing Fern warnings. - Agent: Codex Desktop side conversation <!-- docs-review-head-sha: 8e92d96 --> <!-- docs-review-agents-blob-sha: c052d60 --> ## DGX Station Hardware Evidence - [ ] Tested on DGX Station - Tested commit: Not applicable. `scripts/prepare-dgx-station-host.sh` is unchanged. - Station profile/scenario: Not applicable. - Result: Not applicable. - Supporting evidence: Not applicable. ## Verification - [x] PR description includes a `Signed-off-by:` line and every commit appears as `Verified` in GitHub - [x] Normal `pre-commit`, `commit-msg`, and `pre-push` hooks passed, or `npm run validate:pr` passed after refreshing `origin/main` when hooks were skipped or unavailable - [x] Targeted behavior tests pass for the current change set, or tests are marked not applicable above — `npm exec -- vitest run test/changelog-docs.test.ts` passed 6 tests. - [ ] Applicable broad gate passed — `npm test` for broad runtime/test-harness changes; `npm run check` for repo-wide validation/coverage changes — command/result: Not run for this documentation-only change. - [x] Quality Gates section completed with required justifications or waivers - [x] No secrets, API keys, or credentials committed - [ ] `npm run docs` builds without warnings (doc changes only) — The build completed with 0 errors and 2 existing Fern warnings. - [x] Doc pages follow the [style guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md) (doc changes only) - [ ] New doc pages include SPDX header and frontmatter (new pages only) — No new page was added. --- Signed-off-by: Julie Yaunches <jyaunches@nvidia.com> Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
<!-- markdownlint-disable MD041 --> ## Summary `nemoclaw shields down` replaced the complete live OpenShell policy and dropped generated policy entries for registered Model Context Protocol (MCP) servers. This change reconciles only exact NemoClaw-managed MCP entries during Shields transitions, so a surviving server remains reachable while removed servers stay removed. Stacked on prerequisite #8130, which makes Shields deadline recovery serialize with lifecycle mutations without signaling the lock owner, this focused fix supersedes the MCP portion of #7980. ## Related Issue Fixes #7952 ## Changes - Prove managed MCP policy ownership from exact agreement between the sandbox registry, committed generated-policy record, and live gateway policy. - Save the owned MCP key manifest with the Shields snapshot, remove snapshot-time managed entries during restoration, and overlay only current exact entries. - Fail closed on ambiguous, stale, incomplete, malformed, or legacy ownership during manual transitions. At an expired deadline, omit unproven managed MCP entries and audit the omission instead of extending the Shields-down window. - Preserve current managed MCP entries when building the permissive runtime policy, while rejecting an unreadable or ambiguous live policy. - Clean staged runtime policy files across early failure paths. - Restore the Hermes live regression assertions at the actual failure boundary and around the unrelated server lifecycle. - Document MCP policy reconciliation for manual and automatic restoration. ## Failure Timing and Hermes Upgrade Context The original journey had a hidden Shields lifecycle between the first successful call to server A and the later lifecycle for server B: 1. Run `shields up`. 2. Restart the Hermes gateway. 3. Run `shields down`. 4. Exercise the configuration rollback path. 5. Add and remove B. 6. Call A. Boundary instrumentation recorded in #7952 showed that A remained healthy through Shields up and the gateway restart. It became unusable immediately after Shields down, which dropped A's generated MCP policy. The later failure after B was removed was only where the test noticed the already-broken route; B removal was a misleading correlation. This surfaced during the Hermes upgrade work because new coverage and upgrade repairs landed nearly back-to-back: - #7761 added the Hermes MCP helper containing Shields up, gateway restart, Shields down, and rollback. Its verification collected and imported the live target but did not run the complete live E2E. - #7771 upgraded Hermes the next day, but its selected E2Es skipped the `mcp-bridge` target. - #7849 repaired Hermes 0.19 migrations and updated MCP tool naming, allowing the live test to progress far enough to expose the later failure. - #7866 moved the explicit `mcp restart A` before the first post-removal call. Restart reapplied A's generated policy and masked the missing-policy state. The corrected regression order is: 1. Run `shields up`. 2. Restart the Hermes gateway. 3. Run `shields down`. 4. Call A immediately. 5. Exercise the configuration rollback path. 6. Add B, prove the DNS-rebinding connection is denied, remove B, and verify that A's managed policy is unchanged while B's policy is gone. 7. Call A before the later explicit restart. 8. Capture the authenticated rediscovery offset. 9. Run `mcp restart A` without resupplying the secret. 10. Call A and verify authenticated rediscovery. Whole-policy Shields replacement and the filesystem-only runtime merge predate the Hermes upgrade. This is a latent NemoClaw Shields policy-composition defect detected by expanded Hermes regression coverage, not a Hermes upgrade regression. ## Type of Change - [ ] Code change (feature, bug fix, or refactor) - [x] Code change with doc updates - [ ] Doc only (prose changes, no code sample modifications) - [ ] Doc only (includes code sample changes) ## Quality Gates - [x] Tests added or updated for changed behavior - [ ] Existing tests cover changed behavior — justification: - [ ] Tests not applicable — justification: - [x] Docs updated for user-facing behavior changes - [ ] Docs not applicable — justification: - [x] Sensitive paths changed (security, policy, credentials, preflight, onboarding, inference, runner, sandbox, or messaging) - [x] Sensitive-path review completed or maintainer-approved waiver recorded — reviewer/approval link/justification: Independent exact-head Codex security review passed all nine categories at `18039569796d6ac7604de032edb7abf84f2c73c4`; no findings. - [ ] Non-success, skipped, or missing CI check accepted by maintainer — check name, approval link, and follow-up issue: ## Documentation Writer Review - [x] Documentation writer subagent reviewed the completed changes - Result: `docs-updated` - Evidence: Reviewed `docs/manage-sandboxes/runtime-controls.mdx` and `docs/reference/commands.mdx`, all rendered guide variants, changed operator-facing text, comments, test titles, and the Hermes E2E chronology. Verified claims against source, issue #7952, and PRs #7761, #7771, #7849, and #7866. `npm run docs` completed with 0 errors and 2 existing Fern warnings. - Agent: Codex Desktop <!-- docs-review-head-sha: 1803956 --> <!-- docs-review-agents-blob-sha: 3dd7c24 --> ## DGX Station Hardware Evidence - [ ] Tested on DGX Station - Tested commit: Not applicable; `scripts/prepare-dgx-station-host.sh` is unchanged. - Station profile/scenario: Not applicable. - Result: Not applicable. - Supporting evidence: Not applicable. ## Verification - [x] PR description includes a `Signed-off-by:` line and every commit appears as `Verified` in GitHub - [x] Normal `pre-commit`, `commit-msg`, and `pre-push` hooks passed, or `npm run validate:pr` passed after refreshing `origin/main` when hooks were skipped or unavailable - [x] Targeted behavior tests pass for the current change set, or tests are marked not applicable above — command/result or justification: Focused CLI 123/123, integration 11/11, E2E support 13/13, `npm run typecheck:cli`, `npm run checks:repository`, test-size guardrail, E2E semantic phase plans, and serial `npm run test:changed` 674/674 passed. - [x] Applicable broad gate passed — `npm test` for broad runtime/test-harness changes; `npm run check` for repo-wide validation/coverage changes — command/result: [Standard PR CI run 30824992396](https://github.com/NVIDIA/NemoClaw/actions/runs/30824992396) passed. One inherited 50 ms lifecycle-lock assertion timing flake passed on the failed-job rerun without a code change. - [x] Quality Gates section completed with required justifications or waivers - [x] No secrets, API keys, or credentials committed - [ ] `npm run docs` builds without warnings (doc changes only) - [x] Doc pages follow the [style guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md) (doc changes only) - [ ] New doc pages include SPDX header and frontmatter (new pages only) `npm run docs` passed with 0 errors and 2 existing Fern warnings, so the warning-free checkbox remains unchecked. No new documentation pages were added. Trusted E2E [run 30826792180](https://github.com/NVIDIA/NemoClaw/actions/runs/30826792180) passed all 10 selected checks: cloud inference, cloud onboard, security posture, inference routing, MCP bridge, MCP bridge dev, network policy, onboard repair, onboard resume, and OpenShell credential-generation window. The primary review advisor reported no findings. Nemotron completed after retrying a protocol-only failure; its one test warning requested the exact transition/state ownership-mismatch deadline regression already present in `src/lib/shields/policy-transition.test.ts`, which passed. --- Signed-off-by: Julie Yaunches <jyaunches@nvidia.com> Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
<!-- markdownlint-disable MD041 --> ## Summary Shields down previously replaced the complete live OpenShell policy, which removed NemoClaw-generated MCP entries and made a surviving Hermes MCP server unreachable. This change reconciles only exact, independently proven NemoClaw-managed MCP entries so server A stays reachable while a removed server B stays removed. This is the focused MCP-policy change built on the lifecycle and deadline prerequisite merged in #8130. It replaces the focused behavior from the closed historical work in #7980 and #8141. ## Related Issue Fixes #7952 ## Changes - Prove managed MCP ownership from the registry, generated-policy record, and live gateway policy before preserving an entry. - Save the managed-key manifest with the Shields snapshot, remove snapshot-time managed entries during restoration, and overlay only the current exact entries. - Fail closed for ambiguous, malformed, or manually edited ownership; deadline restoration omits unproven entries and records the omission count. - Preserve exact current managed entries in the permissive Shields policy without copying unrelated live egress. - Sanitize untrusted registry and policy identifiers before including them in operator diagnostics. - Clean staged policy files across success and failure paths. - Reuse the validated unchanged snapshot when both saved and current managed MCP sets are empty, so deadline restoration does not depend on temporary staging. - Update the Hermes MCP regression so it calls A immediately after Shields down and again after B removal, before the later explicit `mcp restart A` coverage. - Document managed MCP policy behavior during Shields transitions. ### Why this appeared during the Hermes upgrade The original live journey contained a hidden lifecycle between the first successful call to A and the later B lifecycle: 1. Raise Shields. 2. Restart the Hermes gateway. 3. Lower Shields. 4. Exercise config rollback. 5. Add and remove B. 6. Call A. A remained healthy through Shields up and the gateway restart. It became unusable immediately after Shields down, which dropped A's generated MCP policy. The later failure after B removal was only where the test detected the damage; B removal was a misleading correlation. This surfaced alongside the Hermes upgrade because coverage and upgrade fixes landed close together: - #7761 added the helper containing Shields up, gateway restart, Shields down, and rollback, but did not run the complete live E2E. - #7771 upgraded Hermes, while its selected E2E did not include the MCP bridge target. - #7849 fixed Hermes 0.19 migrations and the `mcp__fake__*` tool naming, allowing the journey to progress far enough to expose the later failure. - #7866 moved an explicit restart of A before the post-removal call, which reapplied A's policy and masked the defect. The whole-policy Shields replacement predates those changes. This is a latent NemoClaw Shields policy-composition bug exposed by expanded Hermes upgrade regression coverage, not evidence of a Hermes regression. ### Corrected live regression order 1. Raise Shields and restart the Hermes gateway. 2. Lower Shields and call A immediately. 3. Exercise config rollback. 4. Add B, prove DNS-rebinding access is denied, remove B, and verify A's policy is unchanged while B is gone. 5. Call A before the later explicit restart. 6. Capture authenticated rediscovery state, restart A without resupplying its secret, and call A again. ## Type of Change - [ ] Code change (feature, bug fix, or refactor) - [x] Code change with doc updates - [ ] Doc only (prose changes, no code sample modifications) - [ ] Doc only (includes code sample changes) ## Quality Gates - [x] Tests added or updated for changed behavior - [ ] Existing tests cover changed behavior — justification: - [ ] Tests not applicable — justification: - [x] Docs updated for user-facing behavior changes - [ ] Docs not applicable — justification: - [x] Sensitive paths changed (security, policy, credentials, preflight, onboarding, inference, runner, sandbox, or messaging) - [x] Sensitive-path review completed or maintainer-approved waiver recorded — reviewer/approval link/justification: Independent maintainer security review of commit `5d46d4a2ee924edf743ac36d04807948eec01c96` passed all nine categories. The review covered managed-policy ownership, diagnostic sanitization, deadline restoration, empty-MCP staging failure, and current-main integration. - [ ] Non-success, skipped, or missing CI check accepted by maintainer — check name, approval link, and follow-up issue: ## Documentation Writer Review - [x] Documentation writer subagent reviewed the completed changes - Result: `docs-updated` - Evidence: Reviewed the complete PR change at commit `5d46d4a2ee924edf743ac36d04807948eec01c96` against current main, including generated OpenClaw and Hermes variants, operator-facing assertions, test titles, and the empty-MCP deadline-restore regression. The current-main merge was mechanical, contributor attribution remains intact, and the existing documentation remains accurate. Normal hooks passed; GitHub CI is the current validation authority. - Agent: Codex Desktop <!-- docs-review-head-sha: 5d46d4a --> <!-- docs-review-agents-blob-sha: 3dd7c24 --> ## DGX Station Hardware Evidence - [ ] Tested on DGX Station - Tested commit: Not applicable; `scripts/prepare-dgx-station-host.sh` is unchanged. - Station profile/scenario: Not applicable. - Result: Not applicable. - Supporting evidence: Not applicable. ## Verification - [x] PR description includes a `Signed-off-by:` line and every commit appears as `Verified` in GitHub - [x] Normal `pre-commit`, `commit-msg`, and `pre-push` hooks passed, or `npm run validate:pr` passed after refreshing `origin/main` when hooks were skipped or unavailable - [ ] Targeted behavior tests pass for the current change set, or tests are marked not applicable above — command/result or justification: GitHub CI is running for commit `5d46d4a2ee924edf743ac36d04807948eec01c96`. - [ ] Applicable broad gate passed — `npm test` for broad runtime/test-harness changes; `npm run check` for repo-wide validation/coverage changes — command/result: GitHub CI is running for commit `5d46d4a2ee924edf743ac36d04807948eec01c96`. - [x] Quality Gates section completed with required justifications or waivers - [x] No secrets, API keys, or credentials committed - [ ] `npm run docs` builds without warnings (doc changes only) — GitHub CI is running for commit `5d46d4a2ee924edf743ac36d04807948eec01c96`. - [x] Doc pages follow the [style guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md) (doc changes only) - [x] New doc pages include SPDX header and frontmatter (new pages only) — no new pages --- Signed-off-by: Julie Yaunches <jyaunches@nvidia.com> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Shields transitions now securely track and reconcile managed MCP policies. * Existing MCP servers retain verified endpoints and address pins during unlock and restoration. * Removed MCP servers remain removed instead of being unintentionally restored. * Automatic restoration omits policies that cannot be independently verified and records clear warnings. * **Bug Fixes** * Improved fail-closed behavior for malformed, mismatched, incomplete, or unavailable policy data. * **Documentation** * Expanded guidance on MCP policy handling during manual and automatic Shields transitions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Julie Yaunches <jyaunches@nvidia.com> Signed-off-by: Carlos Villela <cvillela@nvidia.com> Co-authored-by: Carlos Villela <cvillela@nvidia.com>
Summary
After the DNS rebinding proof removes its temporary MCP route, explicitly restart Hermes before invoking the deferred MCP tool. Hermes builds its MCP registry at gateway startup, so repeated
tool_searchcalls in one model turn cannot discover a missing tool; the live shard now proves fresh authenticated rediscovery after restart and then executes one real deferred tool call.Changes
tool_search→tool_describe→tool_callsequence and fail immediately on a missing or malformed search result.initialize→notifications/initialized→tools/listevidence with successful responses, complete negotiated metadata, and one session.Type of Change
Quality Gates
Documentation Writer Review
no-docs-needed06406a3a2f960e37f6de24d591f7ce3902d28094. The follow-up captures the Hermes rediscovery offset after temporary MCP route removal and immediately before explicit restart; its source-contract test pins route removal → offset capture → restart → real tool call → authenticated rediscovery. This changes only live E2E evidence collection and support tests; no user-visible API, CLI, configuration, UI, workflow, default, error, or supported product behavior changes. The committed follow-up diff SHA-256a8437d836fce7be9a3fc1a8f403bb35b93a91f780bddc038ec4271daf3ee9b95exactly matches the reviewed worktree diff. Focused E2E-support andtest:changedpassed 14/14; the conditional scan, Biome, CLI typecheck, normal commit and pre-push hooks, andgit diff --checkpassed. The prior head passed the trustedmcp-bridge (hermes)live E2E in 12m38s.DGX Station Hardware Evidence
Verification
Signed-off-by:line and every commit appears asVerifiedin GitHubpre-commit,commit-msg, andpre-pushhooks passed, ornpm run validate:prpassed after refreshingorigin/mainwhen hooks were skipped or unavailablenpm run test:changedpassed 25/25. The exact offset-isolation follow-up passed its focused E2E-support and changed-test suites 14/14. Repository checks, conditional scan, CLI typecheck, clean CLI build, Biome, andgit diff --checkpassed. The prior head passed trustedmcp-bridge (hermes)live E2E in 12m38s.npm testfor broad runtime/test-harness changes;npm run checkfor repo-wide validation/coverage changes — command/result:npm run docsbuilds without warnings (doc changes only)Signed-off-by: Julie Yaunches jyaunches@nvidia.com
Signed-off-by: Carlos Villela cvillela@nvidia.com