-
Notifications
You must be signed in to change notification settings - Fork 3.1k
docs: split description into main/agent and clean up docs-to-skills #1389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2f847b1
13e1827
90f8ddb
f58e592
58bfcac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,9 @@ | |
| title: | ||
| page: "Deploy NemoClaw to a Remote GPU Instance with Brev" | ||
| nav: "Deploy to Remote GPU" | ||
| description: "Provision a remote GPU VM with NemoClaw using Brev deployment." | ||
| description: | ||
| main: "Provision a remote GPU VM with NemoClaw using Brev deployment." | ||
| agent: "Provisions a remote GPU VM with NemoClaw using Brev deployment. Use when deploying to a cloud GPU, setting up a remote NemoClaw instance, or configuring Brev." | ||
|
Comment on lines
+5
to
+7
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Split sentences to one per line in the agent description. Line 7 contains two sentences on the same line, violating the one-sentence-per-line formatting requirement. As per coding guidelines, each sentence must appear on its own line. 📝 Proposed fix description:
main: "Provision a remote GPU VM with NemoClaw using Brev deployment."
- agent: "Provisions a remote GPU VM with NemoClaw using Brev deployment. Use when deploying to a cloud GPU, setting up a remote NemoClaw instance, or configuring Brev."
+ agent: >-
+ Provisions a remote GPU VM with NemoClaw using Brev deployment.
+ Use when deploying to a cloud GPU, setting up a remote NemoClaw instance, or configuring Brev.🤖 Prompt for AI Agents |
||
| keywords: ["deploy nemoclaw remote gpu", "nemoclaw brev cloud deployment"] | ||
| topics: ["generative_ai", "ai_agents"] | ||
| tags: ["openclaw", "openshell", "deployment", "gpu", "nemoclaw"] | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,9 @@ | |||||||||||||||||
| title: | ||||||||||||||||||
| page: "Sandbox Image Hardening" | ||||||||||||||||||
| nav: "Sandbox Hardening" | ||||||||||||||||||
| description: "Security hardening measures applied to the NemoClaw sandbox container image." | ||||||||||||||||||
| description: | ||||||||||||||||||
| main: "Security hardening measures applied to the NemoClaw sandbox container image." | ||||||||||||||||||
| agent: "Describes security hardening measures applied to the NemoClaw sandbox container image. Use when reviewing container security, Docker capabilities, process limits, or sandbox hardening controls." | ||||||||||||||||||
|
Comment on lines
+5
to
+7
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Split sentences to one per line in the agent description. Line 7 contains two sentences on the same line. As per coding guidelines, one sentence per line is required in source to make diffs readable. 📝 Proposed fix description:
main: "Security hardening measures applied to the NemoClaw sandbox container image."
- agent: "Describes security hardening measures applied to the NemoClaw sandbox container image. Use when reviewing container security, Docker capabilities, process limits, or sandbox hardening controls."
+ agent: >-
+ Describes security hardening measures applied to the NemoClaw sandbox container image.
+ Use when reviewing container security, Docker capabilities, process limits, or sandbox hardening controls.📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||
| keywords: ["nemoclaw sandbox hardening", "container security", "docker capabilities", "process limits"] | ||||||||||||||||||
| topics: ["generative_ai", "ai_agents"] | ||||||||||||||||||
| tags: ["nemoclaw", "sandboxing", "security"] | ||||||||||||||||||
|
|
||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Split sentences to one per line in the agent description.
Line 7 contains two sentences on the same line. As per coding guidelines, each sentence must appear on its own line in the source for readable diffs.
📝 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents