docs: add v0.0.100 release entry - #8030
Conversation
Signed-off-by: Senthil Ravichandran <senthilr@nvidia.com>
📝 WalkthroughWalkthroughThe PR adds the v0.0.100 changelog. It documents sandbox restoration, runtime handling, onboarding recovery, lifecycle cleanup, Hermes validation, readiness provenance, documentation, and trusted E2E validation. ChangesRelease documentation
Estimated code review effort: 2 (Simple) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
🌿 Preview your docs: https://nvidia-preview-pr-8030.docs.buildwithfern.com/nemoclaw |
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 `@docs/changelog/2026-07-31.mdx`:
- Around line 1-4: Replace the JSX comment wrapping the SPDX header at the
beginning of the MDX file with an HTML comment, preserving the existing
copyright and license text exactly.
🪄 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: 89f00df1-9519-46ce-afa1-d9680bcf8de7
📒 Files selected for processing (1)
docs/changelog/2026-07-31.mdx
| {/* | ||
| * SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */} |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win
Use an HTML comment for the SPDX header.
This MDX file uses a JSX comment, but the repository requires HTML comments for SPDX headers in Markdown and MDX files. Replace lines 1-4 with an HTML comment.
As per coding guidelines, every source file must include the appropriate SPDX header, and Markdown and MDX files must use HTML comments for SPDX headers.
Proposed fix
-{/*
- * SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
- * SPDX-License-Identifier: Apache-2.0
- */}
+<!--
+SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+SPDX-License-Identifier: Apache-2.0
+-->📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| {/* | |
| * SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */} | |
| <!-- | |
| SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
| SPDX-License-Identifier: Apache-2.0 | |
| --> |
🤖 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 `@docs/changelog/2026-07-31.mdx` around lines 1 - 4, Replace the JSX comment
wrapping the SPDX header at the beginning of the MDX file with an HTML comment,
preserving the existing copyright and license text exactly.
Source: Coding guidelines
PR Review Advisor — No blocking findings reportedAdvisor assessment: No blocking advisor findings reported Model lanes
Second-opinion E2E selections are advisory. They do not change the primary assessment or E2E / PR Gate. E2E guidanceAdvisory only. E2E / PR Gate selects and runs jobs independently. Recommended E2E: None This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge. |
Summary
Adds the canonical dated changelog entry for
v0.0.100so the maintainer release plan can verify the pre-tag documentation prerequisite. The entry summarizes the user-facing changes merged sincev0.0.99and links to the relevant guides.Changes
docs/changelog/2026-07-31.mdxwith the exact## v0.0.100heading.Source Coverage
The release entry maps the doc-impacting merged PRs in the
v0.0.99..mainrelease range todocs/changelog/2026-07-31.mdx: #8021, #8024, #7973, #8028, #7947, #7788, #7884, #8023, #7969, #8020, #7989, #8000, #7907, #7942, #7567, #8013, #7955, #8017, #8014, #8015, #7629, #7644, #7821, #7971, and #7991.PR #7974 was reviewed after the final rebase and excluded because it changes internal maintainer-skill attribution policy and tests only; it does not change a user-facing product or documentation surface.
Type of Change
Quality Gates
Documentation Writer Review
docs-updateddocs/changelog/2026-07-31.mdx; exact-head review passed for6093f44f; writing rules and documentation style reviewed;npx vitest run test/changelog-docs.test.tspassed 6/6;npm run docspassed with zero Fern errors and two generic Fern upgrade notices.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 unavailablenpx vitest run test/changelog-docs.test.tspassed 6/6 at6093f44f.npm testfor broad runtime/test-harness changes;npm run checkfor repo-wide validation/coverage changes — command/result: Not applicable to a dated prose-only release entry.npm run docsbuilds without warnings (doc changes only) — validation passed with zero errors; Fern emitted two generic upgrade notices.Signed-off-by: Senthil Ravichandran senthilr@nvidia.com
Summary by CodeRabbit