-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs(support): align platform status with PRD and tested matrix #1619
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
Merged
cv
merged 12 commits into
NVIDIA:main
from
prekshivyas:docs/platform-status-alignment-1402
Apr 8, 2026
Merged
Changes from 4 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
04b6fb2
docs(support): align platform status with PRD and tested matrix (#1402)
prekshivyas 907588b
fix(hooks): use correct nemoclaw-user prefix in docs-to-skills hook
prekshivyas d2c5ec0
feat(ci): add platform matrix metadata and doc generation
prekshivyas 2215ba6
feat(ci): add provider status table, CI check, fix terminology
prekshivyas 2c648da
docs(matrix): add deferred P1 platforms from PRD, skip in tables
prekshivyas 06148dd
fix(docs): remove hard Linux requirement conflicting with multi-platf…
prekshivyas 3127768
Merge branch 'main' into docs/platform-status-alignment-1402
prekshivyas af6debb
fix(ci): address CodeRabbit review on hook ordering and script robust…
prekshivyas a393294
Merge branch 'main' into docs/platform-status-alignment-1402
miyoungc 29accbe
docs(prereqs): remove OpenShell from prerequisites table
prekshivyas cb945c3
Merge branch 'main' into docs/platform-status-alignment-1402
prekshivyas d47ac88
Merge branch 'main' into docs/platform-status-alignment-1402
prekshivyas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,104 @@ | ||
| { | ||
| "$comment": "Single source of truth for tested platforms and providers. Scripts read this to generate README and docs tables. QA/CI update this file; docs are derived.", | ||
| "version": "1.0", | ||
| "updated": "2026-04-08", | ||
|
|
||
| "statuses": { | ||
| "tested": "Validated by CI/QA. Primary path.", | ||
| "caveated": "Works with known limitations.", | ||
| "experimental": "Requires NEMOCLAW_EXPERIMENTAL=1.", | ||
| "deferred": "Planned but not yet validated." | ||
| }, | ||
|
|
||
| "platforms": [ | ||
| { | ||
| "name": "Linux", | ||
| "runtimes": ["Docker"], | ||
| "status": "tested", | ||
| "prd_priority": "P0", | ||
| "ci_tested": true, | ||
| "notes": "Primary tested path." | ||
| }, | ||
| { | ||
| "name": "macOS (Apple Silicon)", | ||
| "runtimes": ["Colima", "Docker Desktop"], | ||
| "status": "caveated", | ||
| "prd_priority": "P0", | ||
| "ci_tested": true, | ||
| "notes": "Install Xcode Command Line Tools (`xcode-select --install`) and start the runtime before running the installer." | ||
| }, | ||
| { | ||
| "name": "DGX Spark", | ||
| "runtimes": ["Docker"], | ||
| "status": "tested", | ||
| "prd_priority": "P1", | ||
| "ci_tested": true, | ||
| "notes": "Use the standard installer and `nemoclaw onboard`." | ||
| }, | ||
| { | ||
| "name": "Windows WSL2", | ||
| "runtimes": ["Docker Desktop (WSL backend)"], | ||
| "status": "caveated", | ||
| "prd_priority": "P1", | ||
| "ci_tested": false, | ||
| "notes": "Requires WSL2 with Docker Desktop backend." | ||
| } | ||
| ], | ||
|
|
||
| "providers": [ | ||
| { | ||
| "name": "NVIDIA Endpoints", | ||
| "status": "tested", | ||
| "endpoint_type": "OpenAI-compatible", | ||
| "notes": "Hosted models on integrate.api.nvidia.com" | ||
| }, | ||
| { | ||
| "name": "OpenAI", | ||
| "status": "tested", | ||
| "endpoint_type": "Native OpenAI-compatible", | ||
| "notes": "Uses OpenAI model IDs" | ||
| }, | ||
| { | ||
| "name": "Other OpenAI-compatible endpoint", | ||
| "status": "tested", | ||
| "endpoint_type": "Custom OpenAI-compatible", | ||
| "notes": "For compatible proxies and gateways" | ||
| }, | ||
| { | ||
| "name": "Anthropic", | ||
| "status": "tested", | ||
| "endpoint_type": "Native Anthropic", | ||
| "notes": "Uses anthropic-messages" | ||
| }, | ||
| { | ||
| "name": "Other Anthropic-compatible endpoint", | ||
| "status": "tested", | ||
| "endpoint_type": "Custom Anthropic-compatible", | ||
| "notes": "For Claude proxies and compatible gateways" | ||
| }, | ||
| { | ||
| "name": "Google Gemini", | ||
| "status": "tested", | ||
| "endpoint_type": "OpenAI-compatible", | ||
| "notes": "Uses Google's OpenAI-compatible endpoint" | ||
| }, | ||
| { | ||
| "name": "Local Ollama", | ||
| "status": "caveated", | ||
| "endpoint_type": "Local Ollama API", | ||
| "notes": "Available when Ollama is installed or running on the host" | ||
| }, | ||
| { | ||
| "name": "Local NVIDIA NIM", | ||
| "status": "experimental", | ||
| "endpoint_type": "Local OpenAI-compatible", | ||
| "notes": "Requires `NEMOCLAW_EXPERIMENTAL=1` and a NIM-capable GPU" | ||
| }, | ||
| { | ||
| "name": "Local vLLM", | ||
| "status": "experimental", | ||
| "endpoint_type": "Local OpenAI-compatible", | ||
| "notes": "Requires `NEMOCLAW_EXPERIMENTAL=1` and a server already running on `localhost:8000`" | ||
| } | ||
| ] | ||
| } |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.