docs: refresh v0.0.70 release docs#6067
Conversation
📝 WalkthroughWalkthroughThis PR updates documentation only. It rewrites the v0.0.70 release notes to describe E2E migration completion, day-two CLI improvements, drift-tolerant validation, and Vitest-based release testing. It also adds channel-restart network policy restoration behavior across three command reference docs, and bumps the fern config version. ChangesDocumentation Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
E2E Advisor RecommendationRequired E2E: None Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
|
E2E Target RecommendationRequired E2E targets: None Full E2E target advisor summaryE2E Target AdvisorBase: Required E2E targets
Optional E2E targets
Relevant changed files
|
|
🌿 Preview your docs: https://nvidia-preview-pr-6067.docs.buildwithfern.com/nemoclaw |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/pluginThe overall coverage in the branch is 96%. Coverage data for the branch is not yet available. Show a code coverage summary of the most covered files.
TypeScript / code-coverage/cliThe overall coverage in the branch is 68%. Coverage data for the branch is not yet available. Show a code coverage summary of the most covered files.
Updated |
PR Review Advisor (Nemotron Ultra) — No blocking findingsMerge posture: No blocking advisor findings Action checklist
Findings index
Review findings by urgency: 0 required fixes, 0 items to resolve/justify, 1 in-scope improvement
|
PR Review Advisor — Changes requestedMerge posture: Do not merge yet Action checklist
Findings index
Review findings by urgency: 0 required fixes, 1 item to resolve/justify, 0 in-scope improvements
|
Summary
Refreshes the v0.0.70 release docs from the release announcement and the
v0.0.69..v0.0.70commit range.It also documents the
channels startpolicy restoration behavior that was missing from the shared OpenClaw and Hermes command references, and bumps the Fern CLI version used for docs validation.Changes
v0.0.70release-notes entry with the actual release themes, including CLI, onboarding, inference, messaging, Windows, documentation, and release-validation changes.channels startreapplies the matching built-in network policy preset before rebuild and rolls back to disabled if policy restoration fails.fern/fern.config.jsonfrom5.55.0to5.59.0for the docs refresh.docs/about/release-notes.mdx: Notes Docker Desktop gateway bridge retry behavior during onboarding.docs/about/release-notes.mdx: Linksnemoclaw usedefault sandbox selection to the command reference.docs/about/release-notes.mdx: Links reasoning-compatible endpoint validation to inference documentation.docs/about/release-notes.mdx: Links Windows bootstrap WSL recovery behavior to Windows preparation and troubleshooting docs.docs/about/release-notes.mdx: Notes rebuilt policy preset registry repair.docs/about/release-notes.mdx: Notes Hermes stale base-image state repair.docs/reference/commands.mdx,docs/reference/commands-nemohermes.mdx, anddocs/manage-sandboxes/messaging-channels.mdx: Documents channel policy restoration and rollback onchannels start.docs/about/release-notes.mdx: Links quickstart network approval guidance.docs/about/release-notes.mdx: Links Teams allowlist guidance in the messaging page.docs/about/release-notes.mdx: Summarizes the Vitest E2E validation cutover.Type of Change
Quality Gates
Verification
Verifiedin GitHubnpx prek run --from-ref main --to-ref HEADpassesnpm testpasses (broad runtime changes only)npm run docsbuilds without warnings (doc changes only)npm run docsexited 0 and Fern reported one existing light-mode accent contrast warning.fern check --warningsconfirmed the warning is the site theme contrast ratio, not content introduced by this PR.Signed-off-by: Miyoung Choi miyoungc@nvidia.com