docs: prepare 0.0.37 release docs#3215
Merged
Merged
Conversation
Update release metadata and refresh generated user skills for the release-prep documentation pass. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Contributor
There was a problem hiding this comment.
🧹 Nitpick comments (1)
docs/network-policy/customize-network-policy.md (1)
44-47: ⚡ Quick winUse MyST admonition syntax for this callout block.
This section uses GitHub-style blockquote admonition (
> [!IMPORTANT]) indocs/**; switch it to a MyST admonition block to match the docs style guide.As per coding guidelines: “Use MyST admonitions (:::{tip}, :::{note}, :::{warning}) for callouts, not bold text or blockquotes.”
🤖 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/network-policy/customize-network-policy.md` around lines 44 - 47, Replace the GitHub-style blockquote admonition that begins with "> [!IMPORTANT]" and its following lines with a MyST admonition block: wrap the same content between an opening "::: important" and a closing ":::", preserving inline code (e.g., `vi`, `jq`, `dos2unix`) and line breaks, so the three lines currently quoted become a single MyST block (:::{important} content :::). Ensure the admonition tag is "important" (or the project-standard equivalent) and there are blank lines before and after the admonition per MyST formatting rules.
🤖 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.
Nitpick comments:
In `@docs/network-policy/customize-network-policy.md`:
- Around line 44-47: Replace the GitHub-style blockquote admonition that begins
with "> [!IMPORTANT]" and its following lines with a MyST admonition block: wrap
the same content between an opening "::: important" and a closing ":::",
preserving inline code (e.g., `vi`, `jq`, `dos2unix`) and line breaks, so the
three lines currently quoted become a single MyST block (:::{important} content
:::). Ensure the admonition tag is "important" (or the project-standard
equivalent) and there are blank lines before and after the admonition per MyST
formatting rules.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: e2e62b10-6d8f-4eb2-bfbc-a4936150b990
📒 Files selected for processing (11)
.agents/skills/nemoclaw-user-deploy-remote/references/sandbox-hardening.md.agents/skills/nemoclaw-user-manage-policy/SKILL.md.agents/skills/nemoclaw-user-manage-sandboxes/references/messaging-channels.md.agents/skills/nemoclaw-user-reference/references/network-policies.md.agents/skills/nemoclaw-user-reference/references/troubleshooting.mddocs/deployment/sandbox-hardening.mddocs/manage-sandboxes/messaging-channels.mddocs/network-policy/customize-network-policy.mddocs/project.jsondocs/reference/network-policies.mddocs/versions1.json
Co-authored-by: Cursor <cursoragent@cursor.com>
jyaunches
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0.0.37.nemoclaw-user-*skills from the updated docs.Source summary
docs/reference/troubleshooting.md: Documents the GPU CDI preflight warning and remediation fornvidia.com/gpu=allgateway start failures.docs/reference/network-policies.md,docs/manage-sandboxes/messaging-channels.md,docs/network-policy/customize-network-policy.md: Clarifies that Telegram, Discord, and Slack egress comes from opt-in messaging presets, not the baseline policy.docs/deployment/sandbox-hardening.md,docs/network-policy/customize-network-policy.md: Documents the retained sandbox utilitiesvi,jq, anddos2unixwhile keeping host-side policy files as the durable source of truth.Test plan
python3 scripts/docs-to-skills.py docs/ .agents/skills/ --prefix nemoclaw-usermake docsnpm run build:clinpm run typecheck:cliSkipped
docs/.docs-skipentries for experimental shields/config paths.Made with Cursor
Summary by CodeRabbit