You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/debug-inference/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ For local or self-hosted engines such as Ollama, vLLM, SGLang, TRT-LLM, and many
34
34
- The active gateway is running
35
35
- You know the failing setup, or can infer it from commands and config
36
36
37
-
Use `openshell --help` and nested `--help` output as the authority for the installed CLI version. Use the published [inference routing guide](https://docs.nvidia.com/openshell/latest/sandboxes/inference-routing) for route behavior and [provider management guide](https://docs.nvidia.com/openshell/latest/sandboxes/manage-providers) for credential and profile concepts.
37
+
Use `openshell --help` and nested `--help` output as the authority for the installed CLI version. Use the published [inference routing guide](https://docs.nvidia.com/openshell/latest/sandboxes/inference-routing.md) for route behavior and [provider management guide](https://docs.nvidia.com/openshell/latest/sandboxes/manage-providers.md) for credential and profile concepts.
Copy file name to clipboardExpand all lines: skills/debug-openshell-cluster/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For local evaluation only, TLS may be disabled and the gateway can be reached th
36
36
- For Kubernetes: `kubectl` must target the cluster that hosts OpenShell and Helm version 3 or later must be available.
37
37
- For Docker or Podman: the runtime socket must be reachable from the gateway host.
38
38
39
-
Use `openshell --help` and nested `--help` output as the authority for the installed CLI version. Use the published [installation guide](https://docs.nvidia.com/openshell/latest/about/installation), [compute-driver reference](https://docs.nvidia.com/openshell/latest/reference/sandbox-compute-drivers), [gateway configuration reference](https://docs.nvidia.com/openshell/latest/reference/gateway-config), and [Kubernetes setup guide](https://docs.nvidia.com/openshell/latest/kubernetes/setup) as the authority for deployment and configuration behavior.
39
+
Use `openshell --help` and nested `--help` output as the authority for the installed CLI version. Use the published [installation guide](https://docs.nvidia.com/openshell/latest/about/installation.md), [compute-driver reference](https://docs.nvidia.com/openshell/latest/reference/sandbox-compute-drivers.md), [gateway configuration reference](https://docs.nvidia.com/openshell/latest/reference/gateway-config.md), and [Kubernetes setup guide](https://docs.nvidia.com/openshell/latest/kubernetes/setup.md) as the authority for deployment and configuration behavior.
Copy file name to clipboardExpand all lines: skills/generate-sandbox-policy/SKILL.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ You may need to go back and forth a few times. Keep the loop tight:
157
157
158
158
## Step 3: Read the Policy Schema
159
159
160
-
Read the published [policy schema reference](https://docs.nvidia.com/openshell/latest/reference/policy-schema) before generating or changing a policy. Published documentation is the authority for the current schema; do not infer fields from examples in this skill.
160
+
Read the published [policy schema reference](https://docs.nvidia.com/openshell/latest/reference/policy-schema.md) before generating or changing a policy. Published documentation is the authority for the current schema; do not infer fields from examples in this skill.
-**Validation Rules** — what combinations are valid/invalid
171
171
172
-
When middleware is requested, also read the published [supervisor middleware guide](https://docs.nvidia.com/openshell/latest/extensibility/supervisor-middleware).
172
+
When middleware is requested, also read the published [supervisor middleware guide](https://docs.nvidia.com/openshell/latest/extensibility/supervisor-middleware.md).
173
173
174
-
For enforcement concepts and the shipped baseline, read [sandbox policies](https://docs.nvidia.com/openshell/latest/sandboxes/policies) and the [default policy reference](https://docs.nvidia.com/openshell/latest/reference/default-policy). The default policy is baked into the community base image (`ghcr.io/nvidia/openshell-community/sandboxes/base:latest`).
174
+
For enforcement concepts and the shipped baseline, read [sandbox policies](https://docs.nvidia.com/openshell/latest/sandboxes/policies.md) and the [default policy reference](https://docs.nvidia.com/openshell/latest/reference/default-policy.md). The default policy is baked into the community base image (`ghcr.io/nvidia/openshell-community/sandboxes/base:latest`).
Copy file name to clipboardExpand all lines: skills/openshell-cli/SKILL.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This is your primary fallback. Use it freely -- the CLI's help output is authori
25
25
26
26
## Prerequisites
27
27
28
-
-`openshell` is on the PATH. Follow the published [installation guide](https://docs.nvidia.com/openshell/latest/about/installation) when it is not installed.
28
+
-`openshell` is on the PATH. Follow the published [installation guide](https://docs.nvidia.com/openshell/latest/about/installation.md) when it is not installed.
29
29
- A reachable OpenShell gateway backed by Docker, Podman, Kubernetes, or the experimental VM driver
30
30
- Docker is running only when using BYOC local builds or a Docker-backed gateway
31
31
- For Kubernetes deployments: `kubectl` and Helm access to the target cluster
@@ -34,11 +34,11 @@ This is your primary fallback. Use it freely -- the CLI's help output is authori
34
34
35
35
Use `openshell --help` and nested `--help` output as the authority for the installed CLI version. Use the published documentation for product concepts and supported workflows:
0 commit comments