Skip to content

fix(images): lock OpenClaw production graph - #6830

Merged
cv merged 24 commits into
NVIDIA:mainfrom
HOYALIM:codex/issue-5896-openclaw-lock
Jul 25, 2026
Merged

fix(images): lock OpenClaw production graph#6830
cv merged 24 commits into
NVIDIA:mainfrom
HOYALIM:codex/issue-5896-openclaw-lock

Conversation

@HOYALIM

@HOYALIM HOYALIM commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • materialize the reviewed openclaw@2026.7.1 production closure as a NemoClaw-owned lock consumed by both image paths
  • replace the affected nested brace-expansion@5.0.7 and fast-uri@3.1.2 resolutions with reviewed 5.0.8 and 3.1.4 resolutions before lock generation
  • verify lock bytes, registry/SRI metadata, installed package identities, reviewed lifecycle completion, and base provenance before runtime exposure
  • audit the same locked graph in required CI and rebuild the base image whenever its lock inputs or verifier change

Validation

  • focused integration coverage for locked installation, graph verification, remediation, archive handling, audit wiring, and image layout
  • npm run build:cli
  • npm run typecheck
  • Node 22.23.1: production install with lifecycle scripts disabled, installed identities verified, reviewed lifecycle completed, and OpenClaw 2026.7.1 confirmed
  • reviewed npm audit: 0 high/critical findings across the production graph boundaries

Local Docker image build was not run because the Docker daemon is unavailable; the required image workflow provides that proof.

References #5896

Signed-off-by: Ho Lim subhoya@gmail.com

Documentation Writer Review

  • Documentation writer subagent reviewed the completed changes
  • Result: docs-updated
  • Evidence: docs/security/openclaw-2026.7.1-dependency-review.md documents the authoritative OpenClaw lock, reviewed dependency remediations, registry/SRI and installed-graph verification, CI audit boundary, and both image paths. The documented lock digest matches the exact refreshed head.
  • Agent: Codex Desktop

@copy-pr-bot

copy-pr-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It 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 reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The PR adds lockfile-based OpenClaw installation verification, schema 2 reviewed npm audit configuration, trusted PR audit execution, expanded base-image triggers, runtime graph staging, provenance schema 3, and regression tests for integrity, workflow, and symlink protections.

Changes

Reviewed npm graph verification

Layer / File(s) Summary
Lockfile verification APIs and CLI
scripts/lib/reviewed-npm-archive.mts
Adds lockfile parsing, SHA-256 validation, reviewed metadata checks, installed-tree validation, cache integration, and dedicated verification modes.
Targeted audit materialization
scripts/audit-reviewed-npm-graph.mts, ci/reviewed-npm-audit.json
Adds schema 2 registry-origin and lock-digest fields, target-root path validation, and pre/post-install lock verification.

OpenClaw image and CI integration

Layer / File(s) Summary
OpenClaw runtime image installation
agents/openclaw/openclaw-runtime/package.json, Dockerfile*, agents/openclaw/dependency-review.md, docs/security/...
Adds the pinned runtime package, verified npm ci installation for OpenClaw 2026.6.10, and schema 3 provenance with lock SHA-256 data.
Trusted audit workflows
.github/actions/..., .github/workflows/*
Adds explicit audit paths, pins npm, selects trusted PR-base action code with a pinned bootstrap fallback, and expands base-image triggers.
Regression and contract coverage
test/*, ci/source-shape-test-budget.json
Tests lock tampering, identity drift, symlink rejection, failed installs, provenance, workflow trust, runtime staging, and audit invariants.

Estimated code review effort: 5 (Critical) | ~120 minutes

Sequence Diagram(s)

sequenceDiagram
  participant PRWorkflow
  participant TrustedAuditAction
  participant AuditScript
  participant NpmRegistry
  participant AuditArtifact
  PRWorkflow->>TrustedAuditAction: select trusted action from base SHA
  TrustedAuditAction->>AuditScript: pass target-root and report-dir
  AuditScript->>NpmRegistry: verify reviewed lock metadata
  AuditScript->>AuditScript: npm ci and verify installed lock
  AuditScript->>AuditArtifact: write JSON audit reports
Loading

Possibly related PRs

  • NVIDIA/NemoClaw#6891: Both changes update base-image triggers for the reviewed npm archive helper and OpenClaw runtime package manifests.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: locking the OpenClaw production graph for image-related paths.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

PR Review Advisor — Informational

Advisor assessment: Informational / medium confidence
Next action: No advisor follow-up needed.
Findings: 0 blockers · 0 warnings · 0 suggestions
Status: No actionable findings remain in the canonical review ledger.

Model lanes

  • GPT-5.6 Terra (primary): Completed · medium confidence · 0 blockers · 0 warnings · 0 suggestions
  • Nemotron 3 Ultra (second opinion): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Model comparison: normalized findings match; normalized E2E selections differ; severity counts match.

Nemotron output stays in workflow artifacts and does not change the assessment above.

E2E guidance

Advisory only. E2E / PR Gate selects and runs jobs independently.

Recommended E2E: cloud-onboard, credential-sanitization, full-e2e, security-posture

Workflow run details

This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge.

@HOYALIM
HOYALIM force-pushed the codex/issue-5896-openclaw-lock branch from f2e670f to bd2035e Compare July 14, 2026 11:52
@HOYALIM
HOYALIM marked this pull request as ready for review July 14, 2026 11:52
@HOYALIM

HOYALIM commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Addressed the exact-head guardrail and trusted-audit warning in bd2035e4a.

  • Run the reviewed npm audit from the base-SHA action, with a narrow immutable bootstrap for this first integration and fail-closed rejection elsewhere.
  • Add workflow-boundary tests for trusted checkout, exact bootstrap gating, explicit target inputs, and rejection of PR-worktree action execution.
  • Remove four new conditional branches from the installed-lock fixture while preserving missing-package and symlink adversarial cases.
  • Register only the concrete shipped lock, Docker, and CI security/compatibility contracts required by the source-shape gate.

Validation: npx vitest run --project integration test/openclaw-locked-install.test.ts test/reviewed-npm-audit-workflow.test.ts test/openclaw-dependency-review.test.ts test/reviewed-npm-archive.test.ts test/sandbox-build-context.test.ts (47/47), npm run typecheck, npm run build:cli, and npm run check:diff all passed. Both commits are DCO signed and GitHub Verified.

Copilot AI review requested due to automatic review settings July 14, 2026 11:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🧹 Nitpick comments (2)
.github/workflows/pr.yaml (1)

311-326: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

One-time bootstrap hardcodes a specific PR number permanently into the shared workflow.

The bootstrap checkout/audit steps are gated on github.event.pull_request.number == 6830 and a specific fork name. Since PR numbers are never reused, this is safe from replay, but once PR #6830 merges these branches become permanent dead conditionals in pr.yaml that will never evaluate true again. Consider tracking removal in a follow-up issue/PR once the trusted base has the schema-2 audit, so this doesn't linger indefinitely.

Also applies to: 341-346

🤖 Prompt for 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.

In @.github/workflows/pr.yaml around lines 311 - 326, The one-time bootstrap
conditions in the workflow permanently retain dead PR-specific branches after PR
`#6830` merges. Track removal of the bootstrap checkout and corresponding audit
steps, identified by “Checkout pinned bootstrap reviewed npm audit” and the
related trusted-reviewed-npm-audit step, in a follow-up issue or PR once the
trusted base supports schema-2 audit.
test/openclaw-integrity-pin-suite.ts (1)

168-170: 🔒 Security & Privacy | 🔵 Trivial | ⚡ Quick win

Add a fail-closed test for the --verify-installed-lock checkpoint.

The node() mock at Line 288 always returns success for any call containing --verify-installed-lock, with no configurable failure path. The suite added failOpenClawNpmCi and failOpenClawPostinstall (Lines 168-170, 1420-1465) to prove the pipeline fails closed at those checkpoints, but the adjacent — and security-relevant — --verify-installed-lock step (documented in agents/openclaw/dependency-review.md as the check that "reject[s] symlinked package roots or manifests") has no analogous negative test. As written, nothing in this suite would catch a regression that made a real installed-lock-verification failure non-blocking.

♻️ Suggested addition mirroring the existing pattern
     tamperOpenClawLock?: boolean;
     failOpenClawNpmCi?: boolean;
     failOpenClawPostinstall?: boolean;
+    failOpenClawVerifyInstalledLock?: boolean;
   } = {},
     tamperOpenClawLock = false,
     failOpenClawNpmCi = false,
     failOpenClawPostinstall = false,
+    failOpenClawVerifyInstalledLock = false,
   } = options;
     `fail_openclaw_npm_ci=${failOpenClawNpmCi ? "1" : "0"}`,
     `fail_openclaw_postinstall=${failOpenClawPostinstall ? "1" : "0"}`,
+    `fail_openclaw_verify_installed_lock=${failOpenClawVerifyInstalledLock ? "1" : "0"}`,
     "node() {",
-    '  if printf "%s\\n" "$*" | grep -q -- "--verify-installed-lock"; then printf "node %s\\n" "$*" >> "$call_log"; return 0; fi',
+    '  if printf "%s\\n" "$*" | grep -q -- "--verify-installed-lock"; then printf "node %s\\n" "$*" >> "$call_log"; [ "$fail_openclaw_verify_installed_lock" = "0" ] || return 44; return 0; fi',

Then add a test paired with the existing "leaves no runtime exposure" cases, asserting postinstall-bundled-plugins.mjs and symlink/provenance creation never happen when this flag is set.

Also applies to: 192-194, 285-289, 1420-1465

🤖 Prompt for 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.

In `@test/openclaw-integrity-pin-suite.ts` around lines 168 - 170, Add a
configurable failure path for the --verify-installed-lock branch in the node()
mock, following the existing failOpenClawNpmCi and failOpenClawPostinstall
options. Add a fail-closed test alongside the existing “leaves no runtime
exposure” cases that enables this failure, asserts the pipeline rejects, and
verifies postinstall-bundled-plugins.mjs plus symlink/provenance creation are
never invoked.
🤖 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 `@scripts/audit-reviewed-npm-graph.mts`:
- Around line 34-49: The path validation around resolveTargetPath and
CONFIG_PATH is only lexical and must reject symlink traversal. Canonicalize
REPO_ROOT and validate each relevant target’s existing path components before
accessing the reviewed-npm configuration, locked graph, or report-directory
cleanup, rejecting direct and ancestor symlinks that resolve outside the
checkout. Add regression coverage for both direct and ancestor symlink cases.

In `@scripts/lib/reviewed-npm-archive.mts`:
- Around line 344-353: Update the root dependency validation around
rootDependencies to also inspect root.optionalDependencies and reject any root
optional dependency entries, ensuring the reviewed lock contains only the
requested package closure under npm ci --omit=dev. Preserve the existing
requirement that root.dependencies contains exactly the requested package and
version.

In `@test/reviewed-npm-audit-workflow.test.ts`:
- Around line 29-31: Add an explicit cleanup follow-up note near BOOTSTRAP_IF
documenting that the PR-6830 fork-specific bootstrap condition must be removed
after the PR merges. Preserve the existing bootstrap condition and BOOTSTRAP_SHA
values.

---

Nitpick comments:
In @.github/workflows/pr.yaml:
- Around line 311-326: The one-time bootstrap conditions in the workflow
permanently retain dead PR-specific branches after PR `#6830` merges. Track
removal of the bootstrap checkout and corresponding audit steps, identified by
“Checkout pinned bootstrap reviewed npm audit” and the related
trusted-reviewed-npm-audit step, in a follow-up issue or PR once the trusted
base supports schema-2 audit.

In `@test/openclaw-integrity-pin-suite.ts`:
- Around line 168-170: Add a configurable failure path for the
--verify-installed-lock branch in the node() mock, following the existing
failOpenClawNpmCi and failOpenClawPostinstall options. Add a fail-closed test
alongside the existing “leaves no runtime exposure” cases that enables this
failure, asserts the pipeline rejects, and verifies
postinstall-bundled-plugins.mjs plus symlink/provenance creation are never
invoked.
🪄 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: cc1f2202-ce38-48bd-aee7-a6111d9b63c0

📥 Commits

Reviewing files that changed from the base of the PR and between 33d55b0 and bd2035e.

⛔ Files ignored due to path filters (1)
  • agents/openclaw/openclaw-runtime/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (21)
  • .github/actions/ci-reviewed-npm-audit/action.yaml
  • .github/actions/resolve-sandbox-base-image/action.yaml
  • .github/workflows/base-image.yaml
  • .github/workflows/main.yaml
  • .github/workflows/pr.yaml
  • Dockerfile
  • Dockerfile.base
  • agents/openclaw/dependency-review.md
  • agents/openclaw/openclaw-runtime/package.json
  • ci/reviewed-npm-audit.json
  • ci/source-shape-test-budget.json
  • docs/security/openclaw-2026.6.10-dependency-review.md
  • scripts/audit-reviewed-npm-graph.mts
  • scripts/lib/reviewed-npm-archive.mts
  • src/lib/sandbox/build-context.ts
  • test/openclaw-dependency-review.test.ts
  • test/openclaw-integrity-pin-suite.ts
  • test/openclaw-locked-install.test.ts
  • test/reviewed-npm-archive.test.ts
  • test/reviewed-npm-audit-workflow.test.ts
  • test/sandbox-build-context.test.ts

Comment thread scripts/audit-reviewed-npm-graph.mts
Comment thread scripts/lib/reviewed-npm-archive.mts
Comment thread test/reviewed-npm-audit-workflow.test.ts Outdated
@HOYALIM
HOYALIM force-pushed the codex/issue-5896-openclaw-lock branch from bd2035e to be7b05e Compare July 14, 2026 14:03
@wscurran wscurran added area: ci CI workflows, checks, release automation, or GitHub Actions area: packaging Packages, images, registries, installers, or distribution bug-fix PR fixes a bug or regression integration: openclaw OpenClaw integration behavior labels Jul 14, 2026
@wscurran

Copy link
Copy Markdown
Contributor

✨ Thanks for the fix, @HOYALIM. Locking the OpenClaw production graph improves supply-chain integrity for both image paths. Ready for maintainer review.


Related open issues:


Related open issues:

Comment thread scripts/lib/reviewed-npm-archive.mts Fixed
Comment thread scripts/lib/reviewed-npm-archive.mts Fixed
@HOYALIM
HOYALIM force-pushed the codex/issue-5896-openclaw-lock branch from 664d170 to 27d36da Compare July 16, 2026 11:10
HOYALIM added 6 commits July 17, 2026 23:09
Signed-off-by: Ho Lim <subhoya@gmail.com>
Signed-off-by: Ho Lim <subhoya@gmail.com>
Signed-off-by: Ho Lim <subhoya@gmail.com>
Signed-off-by: Ho Lim <subhoya@gmail.com>
Signed-off-by: Ho Lim <subhoya@gmail.com>
Signed-off-by: Ho Lim <subhoya@gmail.com>
@HOYALIM
HOYALIM force-pushed the codex/issue-5896-openclaw-lock branch from 29386a3 to fe37cce Compare July 18, 2026 06:12
cv and others added 4 commits July 18, 2026 13:27
Signed-off-by: Ho Lim <subhoya@gmail.com>
Signed-off-by: Ho Lim <subhoya@gmail.com>
Signed-off-by: Ho Lim <subhoya@gmail.com>
@apurvvkumaria apurvvkumaria self-assigned this Jul 18, 2026
Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>
Copilot AI review requested due to automatic review settings July 25, 2026 13:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>
Copilot AI review requested due to automatic review settings July 25, 2026 13:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>
Copilot AI review requested due to automatic review settings July 25, 2026 13:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Signed-off-by: Ho Lim <subhoya@gmail.com>
Copilot AI review requested due to automatic review settings July 25, 2026 15:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@apurvvkumaria

Copy link
Copy Markdown
Collaborator

Upstream publication status (2026-07-25): openclaw/openclaw#113584 tracks the same two published-graph findings covered here. OpenClaw main now resolves brace-expansion@5.0.8 and fast-uri@3.1.4 (including openclaw/openclaw@78d8c1f and openclaw/openclaw@2396bd1), but the npm latest tag remains 2026.7.1-2 and extended-stable remains 2026.6.33; their published shrinkwraps still contain the affected resolutions. Therefore this PR remains the tactical NemoClaw remediation: retain the SRI-pinned, fail-closed replacements and exact locked-graph audit until a supported OpenClaw stable artifact publishes both corrected nodes. At that point, remove the two replacements and regenerate/verify the lock rather than carrying them forward.

Copilot AI review requested due to automatic review settings July 25, 2026 19:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings July 25, 2026 21:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

Copilot AI review requested due to automatic review settings July 25, 2026 21:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review is ineligible. To be eligible to request a review, you need a paid Copilot license, or your organization must enable Copilot code review.

@apurvvkumaria apurvvkumaria left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved at exact head cf8c889. The OpenClaw remediation and provenance boundary are unchanged from the reviewed implementation; this head adds only verified current-main merge commits, including the shared schema registration fix. No unresolved review threads remain, and the exact-head documentation receipt is current. Required CI, reviewed npm audit, image, and E2E gates must still pass before merge.

@cv
cv merged commit d3162e3 into NVIDIA:main Jul 25, 2026
58 of 61 checks passed
cv added a commit that referenced this pull request Jul 25, 2026
<!-- markdownlint-disable MD041 -->
## Summary

Repair the required real-OpenClaw distribution harness after the
production Dockerfile began using NemoClaw's shared version extractor.
The harness now maps that container-only helper path to the same
repository script used by focused test fixtures, so it exercises the
production patch block instead of failing before patching starts.

## Related Issue

Follow-up to #6830.

## Changes

- Map `/usr/local/lib/nemoclaw/extract-semver` to
`scripts/extract-semver.sh` when the real-distribution harness
materializes the Dockerfile patch block outside the container.
- Add a regression assertion that rejects an unresolved container-only
helper path.

## Type of Change

- [x] Code change (feature, bug fix, or refactor)
- [ ] 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:
- [ ] Docs updated for user-facing behavior changes
- [x] Docs not applicable — justification: This repairs test-harness
evidence only; shipped OpenClaw patching and user-facing behavior are
unchanged.
- [ ] 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

- [x] Documentation writer subagent reviewed the completed changes
- Result: `no-docs-needed`
- Evidence: The exact change is limited to
`test/openclaw-real-patched-dist-harness.test.ts` and does not alter
shipped or user-facing behavior.
- Agent: Codex Desktop
<!-- docs-review-head-sha: 1dde473 -->
<!-- docs-review-agents-blob-sha: be20a09 -->

## DGX Station Hardware Evidence

- [ ] Tested on DGX Station
- Tested commit:
- Station profile/scenario:
- Result:
- Supporting evidence:

## 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 check:diff` passed when hooks were skipped or unavailable
- [x] Targeted behavior tests pass for the current change set, or tests
are marked not applicable above — the exact registry-backed suite passed
6/6 on Node 22.23.1, and the current installer hash contract passed
including `openshell.rb`.
- [ ] Applicable broad gate passed — `npm test` for broad
runtime/test-harness changes; `npm run check` for repo-wide
validation/coverage changes — command/result: Not applicable; the change
only supplies one existing helper to a focused harness.
- [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)
- [ ] 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)

---
Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>

Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>
Co-authored-by: Carlos Villela <cvillela@nvidia.com>
@cv cv mentioned this pull request Jul 26, 2026
23 tasks
apurvvkumaria pushed a commit that referenced this pull request Jul 27, 2026
<!-- markdownlint-disable MD041 -->
## Summary

Add the canonical `docs/changelog/2026-07-25.mdx` release entry with the
exact `## v0.0.96` heading.
The entry reconciles all 90 first-parent commits since v0.0.95 with all
92 merged PRs in the live `v0.0.96` label ledger and groups the
user-visible changes by operator journey.

## Changes

- Add the parser-safe dated MDX changelog entry for v0.0.96 with
root-absolute links to the focused user guides.
- Source summary:
- [#7194](#7194) ->
`docs/changelog/2026-07-25.mdx`: Document persistent baseline network
policy exclusions and their inspection, rebuild, and snapshot behavior.
- [#7188](#7188),
[#7427](#7427), and
[#7546](#7546) ->
`docs/changelog/2026-07-25.mdx`: Document DNS-backed HTTPS inference
routing, keyless loopback endpoints, and provider-marker isolation.
- [#7238](#7238) ->
`docs/changelog/2026-07-25.mdx`: Document blueprint sandbox and provider
identifier validation before state writes or OpenShell calls, with
bounded terminal-safe rejection previews.
- [#7319](#7319),
[#7274](#7274),
[#7528](#7528),
[#7353](#7353), and
[#7560](#7560) ->
`docs/changelog/2026-07-25.mdx`: Document the managed default gateway
service, onboarding readiness, and container-runtime identity
safeguards.
- [#7349](#7349),
[#7498](#7498),
[#7406](#7406),
[#7196](#7196),
[#7559](#7559),
[#7421](#7421),
[#7510](#7510),
[#7295](#7295), and
[#7565](#7565) ->
`docs/changelog/2026-07-25.mdx`: Document gateway-scoped status,
lifecycle diagnostics, managed MCP recovery, delete-edge safeguards, and
fail-closed CLI prompt and command output.
- [#7591](#7591) ->
`docs/changelog/2026-07-25.mdx`: Document opt-in authenticated MCP
tool-name discovery, its bounded and names-only contract, probe
interaction, and rebuild requirement.
- [#7305](#7305),
[#7480](#7480),
[#7471](#7471),
[#7365](#7365), and
[#7541](#7541) ->
`docs/changelog/2026-07-25.mdx`: Document installer version checks,
version-tag reporting, license guidance, WSL Ollama selection, and DGX
Station vLLM detection.
- [#7482](#7482),
[#7466](#7466),
[#7208](#7208),
[#7434](#7434), and
[#7586](#7586) ->
`docs/changelog/2026-07-25.mdx`: Document Ollama resource details,
reasoning precedence, Hermes onboarding behavior, and preserved managed
Hermes BuildKit failures.

- [#6830](#6830),
[#7492](#7492),
[#7563](#7563), and
[#7582](#7582) ->
`docs/changelog/2026-07-25.mdx`: Document the authoritative OpenClaw
production lock, fixed managed-image dependencies, immutable Hermes base
adoption, and Hermes image-size reduction.
- [#7505](#7505),
[#7530](#7530),
[#7547](#7547),
[#7508](#7508),
[#7548](#7548),
[#7549](#7549),
[#7537](#7537),
[#7534](#7534),
[#7515](#7515),
[#7511](#7511),
[#7551](#7551),
[#7562](#7562),
[#7575](#7575),
[#7496](#7496),
[#7594](#7594),
[#7595](#7595), and
[#7599](#7599) ->
`docs/changelog/2026-07-25.mdx`: Summarize release validation, transient
and bounded dispatch reconciliation, exact pre-tag qualification,
identity revalidation, npm-audit retry, sharding, image reuse, timeout,
telemetry, and workflow-hardening changes.
- Reconciled without separate changelog prose:
- [#7539](#7539),
[#7526](#7526),
[#7507](#7507),
[#7506](#7506),
[#7519](#7519),
[#7516](#7516),
[#7396](#7396),
[#7254](#7254),
[#7583](#7583),
[#7596](#7596), and
[#7598](#7598): Test-harness or
fixture-only changes.
- [#7403](#7403),
[#7161](#7161),
[#6877](#6877),
[#7531](#7531),
[#7525](#7525),
[#7522](#7522),
[#7536](#7536),
[#7552](#7552),
[#7566](#7566),
[#7553](#7553),
[#7561](#7561),
[#7577](#7577),
[#7569](#7569),
[#7585](#7585),
[#7584](#7584),
[#7592](#7592),
[#7580](#7580),
[#7571](#7571),
[#7517](#7517),
[#7589](#7589),
[#7402](#7402),
[#7558](#7558),
[#7544](#7544), and
[#7601](#7601): Dependency,
internal recovery, validation, contributor-workflow, E2E optimization,
telemetry, or CI trust changes with no separate user-facing release
claim.
- [#7556](#7556),
[#7573](#7573),
[#7576](#7576), and
[#7578](#7578): Experimental
repository-maintainer conflict automation with no canonical user
documentation surface.

## 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:
`test/changelog-docs.test.ts` validates dated changelog structure,
version headings, and published links.
- [ ] 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

- [x] Documentation writer subagent reviewed the completed changes
- Result: `docs-updated`
- Evidence: Reviewed `docs/changelog/2026-07-25.mdx` at exact head
`0f5dedb47` against 90 first-parent release commits and 92 merged PRs
labeled `v0.0.96`. Verified parser-safe MDX SPDX, the exact version
heading, literal CLI names, writing style, skip terms, all 20
root-absolute published links, and the accepted #7591 opt-in
authenticated discovery bounds. #7544, #7599, and #7601 remain internal
or CI-only release-ledger entries. Changelog tests passed 6/6, the docs
build passed with 0 errors and two pre-existing Fern warnings, and `npm
run check:diff` plus the final diff check passed.
- Agent: Codex Desktop documentation-writer subagent
<!-- docs-review-head-sha: 0f5dedb -->
<!-- docs-review-agents-blob-sha: be20a09 -->

## DGX Station Hardware Evidence

- [ ] Tested on DGX Station
- Tested commit:
- Station profile/scenario:
- Result:
- Supporting evidence:

## 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 check:diff` passed when hooks were skipped or unavailable
- [x] Targeted behavior tests pass for the current change set, or tests
are marked not applicable above — `npx vitest run
test/changelog-docs.test.ts`: 6/6 passed.
- [ ] Applicable broad gate passed — `npm test` for broad
runtime/test-harness changes; `npm run check` for repo-wide
validation/coverage changes — command/result: Not applicable to this
prose-only changelog entry.
- [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 passed with 0 errors and 2 existing Fern warnings; the
published-route check passed.
- [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)
— native changelog files use the required parser-safe MDX SPDX comment
and no frontmatter.

---
Signed-off-by: Carlos Villela <cvillela@nvidia.com>


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Persistent network policy exclusions with consistent restore/exclusion
reporting across rebuilds/snapshots.
* Opt-in MCP tool discovery via `mcp status --tools` with bounded,
redacted authenticated traffic.
* Improved HTTPS inference switching for custom endpoints and refreshed
onboarding/model menu details.
* Refined OpenShell gateway defaults for port `8080`, including more
reliable readiness checks.
* **Bug Fixes**
* Prevent incorrect provider/model restoration after compatible-provider
update failures.
* Preserve managed MCP state after exec loss and tighten gateway/doctor
status scoping.
* **Tests**
* Stronger, fail-closed release validation with hardened
evidence/artifact handoff and bounded timeouts/retries.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
Co-authored-by: Prekshi Vyas <prekshiv@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci CI workflows, checks, release automation, or GitHub Actions area: packaging Packages, images, registries, installers, or distribution bug-fix PR fixes a bug or regression integration: openclaw OpenClaw integration behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants