docs: prepare v0.0.120 release - #11100
Conversation
|
🌿 Preview your docs: https://nvidia-preview-pr-11100.docs.buildwithfern.com/nemoclaw |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThe pull request adds the v0.0.120 changelog and documents Hermes sandbox rebuild behavior when no base-image hint or override exists. ChangesRelease and sandbox documentation
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to This updates the v0.0.120 changelog and Hermes recovery guidance without changing runtime behavior. The documented recovery safeguards align with the existing implementation, and no current merge-blocking risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
PR Review Advisor finished for commit |
<!-- markdownlint-disable MD041 --> ## Outcome Clarifies that `NEMOCLAW_HERMES_SANDBOX_BASE_IMAGE_REF` applies to both Hermes onboarding and rebuild. The legacy Hermes recovery guidance now names the override and preserves its official-repository, immutable-digest constraints. ## Reason The PR Review Advisor on #11100 correctly found that the recovery page mentioned an explicit image override while the commands reference still described that override as onboarding-only. The implementation reads the same variable during rebuild before deciding whether the legacy release-pinned base is required. ### Related issues Follow-up to #11100 ## Changes - Document the Hermes base-image override as an onboarding and rebuild input. - Name the override in the legacy recovery condition and link the Hermes commands reference. - Keep the guidance scoped to Hermes and retain the official remote repository and trusted immutable digest requirements. ## Verification - `npx vitest run --project integration test/generation/check-docs-links.test.ts test/generation/check-docs-published-routes.test.ts test/generation/post-merge-docs.test.ts` — 3 files and 125 tests passed. - `npm run docs` — passed with 0 errors and 5 existing Fern warnings. - Independent documentation audit — approved the repair as source-accurate, Hermes-scoped, and publication-safe. - Normal `pre-commit`, `commit-msg`, and `pre-push` hooks — passed. - `git diff --check` — passed. - GitHub commit verification — `396dbd300e26909589a54cdfc803103082d8ed9e` is Verified with reason `valid`. - Secret review — the diff contains no secrets, API keys, or credentials. ## Review notes This is the complete disposition of the one valid Advisor finding on the merged release-docs PR #11100. All other Advisor specialists and CodeRabbit reported no issue. --- Signed-off-by: Charan Jagwani <cjagwani@nvidia.com> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Clarified that the Hermes sandbox base-image override applies during both onboarding and rebuild. - Documented fallback behavior when no image hint or override is provided. - Clarified that overrides must use the official remote repository and a trusted immutable digest. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Outcome
Adds the canonical dated documentation entry for v0.0.120 and records the release's material user-facing changes before tag planning. The Hermes rebuild guide now also documents the fail-closed immutable-base requirement for legacy sandboxes without an image hint.
Reason
Release planning requires a merged
docs/changelog/2026-09-04.mdxcontaining exactly one## v0.0.120heading. The existing automation draft does not contain that required changelog and does not cover the full release scope, so this PR provides a fresh, independently reviewed release-docs update.Related issues
Relates to #10919
Changes
Verification
npx vitest run --project integration test/generation/check-docs-links.test.ts test/generation/check-docs-published-routes.test.ts test/generation/post-merge-docs.test.ts— 3 files and 125 tests passed.npm run docs— passed with 0 errors and 5 existing Fern warnings.v0.0.119..origin/main, validated all 29 PR links and published routes, and found no unsupported product claims or remaining corrections.pre-commit,commit-msg, andpre-pushhooks — passed.git diff --check— passed.a22fe0989fd72c7daaa9b2e7a4734a3edc069abais Verified with reasonvalid.Review notes
The existing automation draft #10919 is intentionally left untouched. This PR supersedes its release-docs content with the complete canonical changelog and a variant-correct Hermes recovery update.
Signed-off-by: Charan Jagwani cjagwani@nvidia.com
Summary by CodeRabbit