[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-nvidia-simready-foundation-add-runtime-test":3,"mdc-prhdau-key":34,"related-org-nvidia-simready-foundation-add-runtime-test":811,"related-repo-nvidia-simready-foundation-add-runtime-test":970},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"simready-foundation-add-runtime-test","add SimReady runtime tests","Use for adding SimReady runtime tests, runner expectations, batch\u002Fjob\u002Freport notes, and validation evidence.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"nvidia","NVIDIA","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fnvidia.png",[12,16,17,20],{"name":13,"slug":14,"type":15},"Validation","validation","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Simulation","simulation",{"name":21,"slug":22,"type":15},"Testing","testing",52,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fsimready-foundation","2026-07-14T05:34:09.295859","Apache-2.0",8,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"SimReady Foundation is a central repository for defining simulation content specifications based on various runtime use cases. ","https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fsimready-foundation\u002Ftree\u002FHEAD\u002Fskills\u002Fsimready-foundation-add-runtime-test","---\nname: simready-foundation-add-runtime-test\ndescription: \"Use for adding SimReady runtime tests, runner expectations, batch\u002Fjob\u002Freport notes, and validation evidence.\"\nlicense: Apache-2.0\nmetadata:\n  author: \"Shaad Boochoon \u003Csboochoon@nvidia.com>\"\n  tags:\n    - simready\n    - runtime-testing\n    - validation\n---\n\n\n# SimReady Add Runtime Test\n\n## Purpose\nUse this skill when static validators are not enough to prove a feature or profile works in a runtime. Runtime tests use the `workspace runtime_tests` pipeline: batch maker, job runner, and report generator.\n\nDo not hand-edit generated job JSON. Add or update the source test\u002Fsearch configuration that generates it.\n\n## Prerequisites\nBefore editing, read:\n\n- `AGENTS.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Fruntime_testing.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Fruntime_tests_overview.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Fjob_runner_deep_dive.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Frunners_info.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Fcicd_usage.md`\n- relevant feature\u002Fprofile docs that need runtime evidence\n\n## Inputs\n\nCollect or infer:\n\n| Input | Requirement |\n|---|---|\n| `runtime_goal` | Behavior to prove, such as drop\u002Fsettle, articulation motion, rendering, or importability. |\n| `feature_or_profile` | Feature\u002Fprofile requiring runtime evidence. |\n| `asset_scope` | Asset search pattern, modified assets list, or manual assets. |\n| `test_identifier` | Existing or new test definition name. |\n| `search_function` | Existing or new search function that returns assets for the test. |\n| `test_definition` | TOML source with `TestInfo`, `RunnerTags`, and `TestConfig` sections. |\n| `runner` | Kit\u002FIsaac\u002Fruntime runner requirement. |\n| `expected_artifacts` | Logs, screenshots, metrics, XML, JSON, or HTML report. |\n\n## Instructions\n\nUse this checklist when changing the repository:\n\n1. Decide whether runtime evidence is required by the feature\u002Fprofile or only useful as supplementary confidence.\n2. Locate existing runtime test definitions and search functions for similar behavior.\n3. Add or update source test\u002Fsearch configuration, not generated batch job files.\n4. For search functions, keep the file and function name aligned and return `AssetData` from the provided search context.\n5. For test definitions, include the guide-required TOML sections:\n   - `[TestInfo]` with name, description, version, search function, and optional feature IDs\u002Fversions\n   - `[RunnerTags]` with runner config and script\u002Fclass fields only when the run mode requires them\n   - `[TestConfig]` for test-specific settings\n6. Ensure runner assumptions are documented in `local_run\u002Frunners_info.toml` guidance or the relevant docs. Do not hard-code user-specific runner paths into committed specs.\n7. Document how to run:\n   - `workspace runtime_tests batch_maker`\n   - `workspace runtime_tests job_runner`\n   - `workspace runtime_tests report_generator`\n8. Record expected outputs under `_testing\u002Fbatch_jobs\u002F`, `_testing\u002Fjob_outputs\u002F`, and `_testing\u002Findex.html`.\n9. Add expected pass\u002Ffail signals and artifacts to the feature\u002Fprofile docs when runtime testing is part of the acceptance strategy.\n10. Run the narrowest available runtime test when the local Kit\u002Fruntime environment exists; otherwise report the blocked runtime dependency.\n11. Preserve report paths and summarize runtime evidence.\n\n## Examples\n\nExample request:\n\n```text\nAdd a runtime test proving a SimReady factory asset connection point imports and aligns correctly in Kit.\n```\n\nExpected result summary:\n\n```text\nchanged_files: new docs, manifests, indexes, or validation scaffolding\nvalidation: focused static checks and any relevant docs\u002Fbuild checks\nremaining_gaps: requirement, validator, adapter, profile, or runtime-test follow-up\n```\n\n## Policies\n\n- Generated job JSON and output folders are artifacts, not source of truth.\n- Runtime tests should be reproducible from project root, test definitions, search functions, and runner config.\n- Keep user\u002FCI-owned runner paths out of source-controlled docs unless intentionally templated.\n- If runtime cannot run locally, still add clear commands and expected artifacts.\n\n## Limitations\n\n- Do not mutate published feature or profile versions in place.\n- Do not invent requirement IDs or validator behavior when the contract is ambiguous; record the question.\n- Do not skip index, manifest, validation, or downstream follow-up notes.\n\n## Troubleshooting\n\n- Error: the new concept overlaps an existing artifact. Solution: update the existing capability, requirement, feature, profile, or adapter instead.\n- Error: names or IDs conflict. Solution: re-check naming conventions and nearby indexes before editing further.\n- Error: validation strategy is unclear. Solution: document deferred validation and the exact follow-up skill.\n\n## Resources\n\n- `assets\u002Fopenai.yaml` preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.\n\n## Summary Format\n\nReport:\n\n| Field | Meaning |\n|---|---|\n| `runtime_goal` | Behavior being tested. |\n| `feature_or_profile` | Spec surface covered. |\n| `test_sources` | Test\u002Fsearch files changed. |\n| `runner_requirements` | Kit\u002FIsaac\u002Fruntime assumptions. |\n| `commands` | Batch\u002Fjob\u002Freport commands. |\n| `artifacts` | Expected or produced reports. |\n| `validation` | Runtime test result or blocker. |\n",{"data":35,"body":41},{"name":4,"description":6,"license":26,"metadata":36},{"author":37,"tags":38},"Shaad Boochoon \u003Csboochoon@nvidia.com>",[39,40,14],"simready","runtime-testing",{"type":42,"children":43},"root",[44,53,60,75,80,86,91,155,161,166,354,360,365,528,534,539,551,556,565,571,594,600,618,624,642,648,662,668,673],{"type":45,"tag":46,"props":47,"children":49},"element","h1",{"id":48},"simready-add-runtime-test",[50],{"type":51,"value":52},"text","SimReady Add Runtime Test",{"type":45,"tag":54,"props":55,"children":57},"h2",{"id":56},"purpose",[58],{"type":51,"value":59},"Purpose",{"type":45,"tag":61,"props":62,"children":63},"p",{},[64,66,73],{"type":51,"value":65},"Use this skill when static validators are not enough to prove a feature or profile works in a runtime. Runtime tests use the ",{"type":45,"tag":67,"props":68,"children":70},"code",{"className":69},[],[71],{"type":51,"value":72},"workspace runtime_tests",{"type":51,"value":74}," pipeline: batch maker, job runner, and report generator.",{"type":45,"tag":61,"props":76,"children":77},{},[78],{"type":51,"value":79},"Do not hand-edit generated job JSON. Add or update the source test\u002Fsearch configuration that generates it.",{"type":45,"tag":54,"props":81,"children":83},{"id":82},"prerequisites",[84],{"type":51,"value":85},"Prerequisites",{"type":45,"tag":61,"props":87,"children":88},{},[89],{"type":51,"value":90},"Before editing, read:",{"type":45,"tag":92,"props":93,"children":94},"ul",{},[95,105,114,123,132,141,150],{"type":45,"tag":96,"props":97,"children":98},"li",{},[99],{"type":45,"tag":67,"props":100,"children":102},{"className":101},[],[103],{"type":51,"value":104},"AGENTS.md",{"type":45,"tag":96,"props":106,"children":107},{},[108],{"type":45,"tag":67,"props":109,"children":111},{"className":110},[],[112],{"type":51,"value":113},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Fruntime_testing.md",{"type":45,"tag":96,"props":115,"children":116},{},[117],{"type":45,"tag":67,"props":118,"children":120},{"className":119},[],[121],{"type":51,"value":122},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Fruntime_tests_overview.md",{"type":45,"tag":96,"props":124,"children":125},{},[126],{"type":45,"tag":67,"props":127,"children":129},{"className":128},[],[130],{"type":51,"value":131},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Fjob_runner_deep_dive.md",{"type":45,"tag":96,"props":133,"children":134},{},[135],{"type":45,"tag":67,"props":136,"children":138},{"className":137},[],[139],{"type":51,"value":140},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Frunners_info.md",{"type":45,"tag":96,"props":142,"children":143},{},[144],{"type":45,"tag":67,"props":145,"children":147},{"className":146},[],[148],{"type":51,"value":149},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fruntime_testing\u002Fcicd_usage.md",{"type":45,"tag":96,"props":151,"children":152},{},[153],{"type":51,"value":154},"relevant feature\u002Fprofile docs that need runtime evidence",{"type":45,"tag":54,"props":156,"children":158},{"id":157},"inputs",[159],{"type":51,"value":160},"Inputs",{"type":45,"tag":61,"props":162,"children":163},{},[164],{"type":51,"value":165},"Collect or infer:",{"type":45,"tag":167,"props":168,"children":169},"table",{},[170,189],{"type":45,"tag":171,"props":172,"children":173},"thead",{},[174],{"type":45,"tag":175,"props":176,"children":177},"tr",{},[178,184],{"type":45,"tag":179,"props":180,"children":181},"th",{},[182],{"type":51,"value":183},"Input",{"type":45,"tag":179,"props":185,"children":186},{},[187],{"type":51,"value":188},"Requirement",{"type":45,"tag":190,"props":191,"children":192},"tbody",{},[193,211,228,245,262,279,320,337],{"type":45,"tag":175,"props":194,"children":195},{},[196,206],{"type":45,"tag":197,"props":198,"children":199},"td",{},[200],{"type":45,"tag":67,"props":201,"children":203},{"className":202},[],[204],{"type":51,"value":205},"runtime_goal",{"type":45,"tag":197,"props":207,"children":208},{},[209],{"type":51,"value":210},"Behavior to prove, such as drop\u002Fsettle, articulation motion, rendering, or importability.",{"type":45,"tag":175,"props":212,"children":213},{},[214,223],{"type":45,"tag":197,"props":215,"children":216},{},[217],{"type":45,"tag":67,"props":218,"children":220},{"className":219},[],[221],{"type":51,"value":222},"feature_or_profile",{"type":45,"tag":197,"props":224,"children":225},{},[226],{"type":51,"value":227},"Feature\u002Fprofile requiring runtime evidence.",{"type":45,"tag":175,"props":229,"children":230},{},[231,240],{"type":45,"tag":197,"props":232,"children":233},{},[234],{"type":45,"tag":67,"props":235,"children":237},{"className":236},[],[238],{"type":51,"value":239},"asset_scope",{"type":45,"tag":197,"props":241,"children":242},{},[243],{"type":51,"value":244},"Asset search pattern, modified assets list, or manual assets.",{"type":45,"tag":175,"props":246,"children":247},{},[248,257],{"type":45,"tag":197,"props":249,"children":250},{},[251],{"type":45,"tag":67,"props":252,"children":254},{"className":253},[],[255],{"type":51,"value":256},"test_identifier",{"type":45,"tag":197,"props":258,"children":259},{},[260],{"type":51,"value":261},"Existing or new test definition name.",{"type":45,"tag":175,"props":263,"children":264},{},[265,274],{"type":45,"tag":197,"props":266,"children":267},{},[268],{"type":45,"tag":67,"props":269,"children":271},{"className":270},[],[272],{"type":51,"value":273},"search_function",{"type":45,"tag":197,"props":275,"children":276},{},[277],{"type":51,"value":278},"Existing or new search function that returns assets for the test.",{"type":45,"tag":175,"props":280,"children":281},{},[282,291],{"type":45,"tag":197,"props":283,"children":284},{},[285],{"type":45,"tag":67,"props":286,"children":288},{"className":287},[],[289],{"type":51,"value":290},"test_definition",{"type":45,"tag":197,"props":292,"children":293},{},[294,296,302,304,310,312,318],{"type":51,"value":295},"TOML source with ",{"type":45,"tag":67,"props":297,"children":299},{"className":298},[],[300],{"type":51,"value":301},"TestInfo",{"type":51,"value":303},", ",{"type":45,"tag":67,"props":305,"children":307},{"className":306},[],[308],{"type":51,"value":309},"RunnerTags",{"type":51,"value":311},", and ",{"type":45,"tag":67,"props":313,"children":315},{"className":314},[],[316],{"type":51,"value":317},"TestConfig",{"type":51,"value":319}," sections.",{"type":45,"tag":175,"props":321,"children":322},{},[323,332],{"type":45,"tag":197,"props":324,"children":325},{},[326],{"type":45,"tag":67,"props":327,"children":329},{"className":328},[],[330],{"type":51,"value":331},"runner",{"type":45,"tag":197,"props":333,"children":334},{},[335],{"type":51,"value":336},"Kit\u002FIsaac\u002Fruntime runner requirement.",{"type":45,"tag":175,"props":338,"children":339},{},[340,349],{"type":45,"tag":197,"props":341,"children":342},{},[343],{"type":45,"tag":67,"props":344,"children":346},{"className":345},[],[347],{"type":51,"value":348},"expected_artifacts",{"type":45,"tag":197,"props":350,"children":351},{},[352],{"type":51,"value":353},"Logs, screenshots, metrics, XML, JSON, or HTML report.",{"type":45,"tag":54,"props":355,"children":357},{"id":356},"instructions",[358],{"type":51,"value":359},"Instructions",{"type":45,"tag":61,"props":361,"children":362},{},[363],{"type":51,"value":364},"Use this checklist when changing the repository:",{"type":45,"tag":366,"props":367,"children":368},"ol",{},[369,374,379,384,397,438,451,486,513,518,523],{"type":45,"tag":96,"props":370,"children":371},{},[372],{"type":51,"value":373},"Decide whether runtime evidence is required by the feature\u002Fprofile or only useful as supplementary confidence.",{"type":45,"tag":96,"props":375,"children":376},{},[377],{"type":51,"value":378},"Locate existing runtime test definitions and search functions for similar behavior.",{"type":45,"tag":96,"props":380,"children":381},{},[382],{"type":51,"value":383},"Add or update source test\u002Fsearch configuration, not generated batch job files.",{"type":45,"tag":96,"props":385,"children":386},{},[387,389,395],{"type":51,"value":388},"For search functions, keep the file and function name aligned and return ",{"type":45,"tag":67,"props":390,"children":392},{"className":391},[],[393],{"type":51,"value":394},"AssetData",{"type":51,"value":396}," from the provided search context.",{"type":45,"tag":96,"props":398,"children":399},{},[400,402],{"type":51,"value":401},"For test definitions, include the guide-required TOML sections:\n",{"type":45,"tag":92,"props":403,"children":404},{},[405,416,427],{"type":45,"tag":96,"props":406,"children":407},{},[408,414],{"type":45,"tag":67,"props":409,"children":411},{"className":410},[],[412],{"type":51,"value":413},"[TestInfo]",{"type":51,"value":415}," with name, description, version, search function, and optional feature IDs\u002Fversions",{"type":45,"tag":96,"props":417,"children":418},{},[419,425],{"type":45,"tag":67,"props":420,"children":422},{"className":421},[],[423],{"type":51,"value":424},"[RunnerTags]",{"type":51,"value":426}," with runner config and script\u002Fclass fields only when the run mode requires them",{"type":45,"tag":96,"props":428,"children":429},{},[430,436],{"type":45,"tag":67,"props":431,"children":433},{"className":432},[],[434],{"type":51,"value":435},"[TestConfig]",{"type":51,"value":437}," for test-specific settings",{"type":45,"tag":96,"props":439,"children":440},{},[441,443,449],{"type":51,"value":442},"Ensure runner assumptions are documented in ",{"type":45,"tag":67,"props":444,"children":446},{"className":445},[],[447],{"type":51,"value":448},"local_run\u002Frunners_info.toml",{"type":51,"value":450}," guidance or the relevant docs. Do not hard-code user-specific runner paths into committed specs.",{"type":45,"tag":96,"props":452,"children":453},{},[454,456],{"type":51,"value":455},"Document how to run:\n",{"type":45,"tag":92,"props":457,"children":458},{},[459,468,477],{"type":45,"tag":96,"props":460,"children":461},{},[462],{"type":45,"tag":67,"props":463,"children":465},{"className":464},[],[466],{"type":51,"value":467},"workspace runtime_tests batch_maker",{"type":45,"tag":96,"props":469,"children":470},{},[471],{"type":45,"tag":67,"props":472,"children":474},{"className":473},[],[475],{"type":51,"value":476},"workspace runtime_tests job_runner",{"type":45,"tag":96,"props":478,"children":479},{},[480],{"type":45,"tag":67,"props":481,"children":483},{"className":482},[],[484],{"type":51,"value":485},"workspace runtime_tests report_generator",{"type":45,"tag":96,"props":487,"children":488},{},[489,491,497,498,504,505,511],{"type":51,"value":490},"Record expected outputs under ",{"type":45,"tag":67,"props":492,"children":494},{"className":493},[],[495],{"type":51,"value":496},"_testing\u002Fbatch_jobs\u002F",{"type":51,"value":303},{"type":45,"tag":67,"props":499,"children":501},{"className":500},[],[502],{"type":51,"value":503},"_testing\u002Fjob_outputs\u002F",{"type":51,"value":311},{"type":45,"tag":67,"props":506,"children":508},{"className":507},[],[509],{"type":51,"value":510},"_testing\u002Findex.html",{"type":51,"value":512},".",{"type":45,"tag":96,"props":514,"children":515},{},[516],{"type":51,"value":517},"Add expected pass\u002Ffail signals and artifacts to the feature\u002Fprofile docs when runtime testing is part of the acceptance strategy.",{"type":45,"tag":96,"props":519,"children":520},{},[521],{"type":51,"value":522},"Run the narrowest available runtime test when the local Kit\u002Fruntime environment exists; otherwise report the blocked runtime dependency.",{"type":45,"tag":96,"props":524,"children":525},{},[526],{"type":51,"value":527},"Preserve report paths and summarize runtime evidence.",{"type":45,"tag":54,"props":529,"children":531},{"id":530},"examples",[532],{"type":51,"value":533},"Examples",{"type":45,"tag":61,"props":535,"children":536},{},[537],{"type":51,"value":538},"Example request:",{"type":45,"tag":540,"props":541,"children":546},"pre",{"className":542,"code":544,"language":51,"meta":545},[543],"language-text","Add a runtime test proving a SimReady factory asset connection point imports and aligns correctly in Kit.\n","",[547],{"type":45,"tag":67,"props":548,"children":549},{"__ignoreMap":545},[550],{"type":51,"value":544},{"type":45,"tag":61,"props":552,"children":553},{},[554],{"type":51,"value":555},"Expected result summary:",{"type":45,"tag":540,"props":557,"children":560},{"className":558,"code":559,"language":51,"meta":545},[543],"changed_files: new docs, manifests, indexes, or validation scaffolding\nvalidation: focused static checks and any relevant docs\u002Fbuild checks\nremaining_gaps: requirement, validator, adapter, profile, or runtime-test follow-up\n",[561],{"type":45,"tag":67,"props":562,"children":563},{"__ignoreMap":545},[564],{"type":51,"value":559},{"type":45,"tag":54,"props":566,"children":568},{"id":567},"policies",[569],{"type":51,"value":570},"Policies",{"type":45,"tag":92,"props":572,"children":573},{},[574,579,584,589],{"type":45,"tag":96,"props":575,"children":576},{},[577],{"type":51,"value":578},"Generated job JSON and output folders are artifacts, not source of truth.",{"type":45,"tag":96,"props":580,"children":581},{},[582],{"type":51,"value":583},"Runtime tests should be reproducible from project root, test definitions, search functions, and runner config.",{"type":45,"tag":96,"props":585,"children":586},{},[587],{"type":51,"value":588},"Keep user\u002FCI-owned runner paths out of source-controlled docs unless intentionally templated.",{"type":45,"tag":96,"props":590,"children":591},{},[592],{"type":51,"value":593},"If runtime cannot run locally, still add clear commands and expected artifacts.",{"type":45,"tag":54,"props":595,"children":597},{"id":596},"limitations",[598],{"type":51,"value":599},"Limitations",{"type":45,"tag":92,"props":601,"children":602},{},[603,608,613],{"type":45,"tag":96,"props":604,"children":605},{},[606],{"type":51,"value":607},"Do not mutate published feature or profile versions in place.",{"type":45,"tag":96,"props":609,"children":610},{},[611],{"type":51,"value":612},"Do not invent requirement IDs or validator behavior when the contract is ambiguous; record the question.",{"type":45,"tag":96,"props":614,"children":615},{},[616],{"type":51,"value":617},"Do not skip index, manifest, validation, or downstream follow-up notes.",{"type":45,"tag":54,"props":619,"children":621},{"id":620},"troubleshooting",[622],{"type":51,"value":623},"Troubleshooting",{"type":45,"tag":92,"props":625,"children":626},{},[627,632,637],{"type":45,"tag":96,"props":628,"children":629},{},[630],{"type":51,"value":631},"Error: the new concept overlaps an existing artifact. Solution: update the existing capability, requirement, feature, profile, or adapter instead.",{"type":45,"tag":96,"props":633,"children":634},{},[635],{"type":51,"value":636},"Error: names or IDs conflict. Solution: re-check naming conventions and nearby indexes before editing further.",{"type":45,"tag":96,"props":638,"children":639},{},[640],{"type":51,"value":641},"Error: validation strategy is unclear. Solution: document deferred validation and the exact follow-up skill.",{"type":45,"tag":54,"props":643,"children":645},{"id":644},"resources",[646],{"type":51,"value":647},"Resources",{"type":45,"tag":92,"props":649,"children":650},{},[651],{"type":45,"tag":96,"props":652,"children":653},{},[654,660],{"type":45,"tag":67,"props":655,"children":657},{"className":656},[],[658],{"type":51,"value":659},"assets\u002Fopenai.yaml",{"type":51,"value":661}," preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.",{"type":45,"tag":54,"props":663,"children":665},{"id":664},"summary-format",[666],{"type":51,"value":667},"Summary Format",{"type":45,"tag":61,"props":669,"children":670},{},[671],{"type":51,"value":672},"Report:",{"type":45,"tag":167,"props":674,"children":675},{},[676,692],{"type":45,"tag":171,"props":677,"children":678},{},[679],{"type":45,"tag":175,"props":680,"children":681},{},[682,687],{"type":45,"tag":179,"props":683,"children":684},{},[685],{"type":51,"value":686},"Field",{"type":45,"tag":179,"props":688,"children":689},{},[690],{"type":51,"value":691},"Meaning",{"type":45,"tag":190,"props":693,"children":694},{},[695,711,727,744,761,778,795],{"type":45,"tag":175,"props":696,"children":697},{},[698,706],{"type":45,"tag":197,"props":699,"children":700},{},[701],{"type":45,"tag":67,"props":702,"children":704},{"className":703},[],[705],{"type":51,"value":205},{"type":45,"tag":197,"props":707,"children":708},{},[709],{"type":51,"value":710},"Behavior being tested.",{"type":45,"tag":175,"props":712,"children":713},{},[714,722],{"type":45,"tag":197,"props":715,"children":716},{},[717],{"type":45,"tag":67,"props":718,"children":720},{"className":719},[],[721],{"type":51,"value":222},{"type":45,"tag":197,"props":723,"children":724},{},[725],{"type":51,"value":726},"Spec surface covered.",{"type":45,"tag":175,"props":728,"children":729},{},[730,739],{"type":45,"tag":197,"props":731,"children":732},{},[733],{"type":45,"tag":67,"props":734,"children":736},{"className":735},[],[737],{"type":51,"value":738},"test_sources",{"type":45,"tag":197,"props":740,"children":741},{},[742],{"type":51,"value":743},"Test\u002Fsearch files changed.",{"type":45,"tag":175,"props":745,"children":746},{},[747,756],{"type":45,"tag":197,"props":748,"children":749},{},[750],{"type":45,"tag":67,"props":751,"children":753},{"className":752},[],[754],{"type":51,"value":755},"runner_requirements",{"type":45,"tag":197,"props":757,"children":758},{},[759],{"type":51,"value":760},"Kit\u002FIsaac\u002Fruntime assumptions.",{"type":45,"tag":175,"props":762,"children":763},{},[764,773],{"type":45,"tag":197,"props":765,"children":766},{},[767],{"type":45,"tag":67,"props":768,"children":770},{"className":769},[],[771],{"type":51,"value":772},"commands",{"type":45,"tag":197,"props":774,"children":775},{},[776],{"type":51,"value":777},"Batch\u002Fjob\u002Freport commands.",{"type":45,"tag":175,"props":779,"children":780},{},[781,790],{"type":45,"tag":197,"props":782,"children":783},{},[784],{"type":45,"tag":67,"props":785,"children":787},{"className":786},[],[788],{"type":51,"value":789},"artifacts",{"type":45,"tag":197,"props":791,"children":792},{},[793],{"type":51,"value":794},"Expected or produced reports.",{"type":45,"tag":175,"props":796,"children":797},{},[798,806],{"type":45,"tag":197,"props":799,"children":800},{},[801],{"type":45,"tag":67,"props":802,"children":804},{"className":803},[],[805],{"type":51,"value":14},{"type":45,"tag":197,"props":807,"children":808},{},[809],{"type":51,"value":810},"Runtime test result or blocker.",{"items":812,"total":969},[813,831,849,860,872,886,899,913,924,935,949,958],{"slug":814,"name":814,"fn":815,"description":816,"org":817,"tags":818,"stars":828,"repoUrl":829,"updatedAt":830},"nemoclaw-user-guide","retrieve NemoClaw documentation and configuration","Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords - nemoclaw docs, use nemoclaw with ai agent, nemoclaw mcp docs, nemoclaw install help, nemoclaw quickstart, nemoclaw markdown docs, llms.txt, agent skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[819,822,825],{"name":820,"slug":821,"type":15},"Documentation","documentation",{"name":823,"slug":824,"type":15},"MCP","mcp",{"name":826,"slug":827,"type":15},"Search","search",21777,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FNemoClaw","2026-07-20T06:00:01.461044",{"slug":832,"name":832,"fn":833,"description":834,"org":835,"tags":836,"stars":846,"repoUrl":847,"updatedAt":848},"mcore-build-and-dependency","manage Megatron-LM development environments","Container-based dev environment setup and dependency management for Megatron-LM. Covers acquiring and launching the CI container, uv package management, and updating uv.lock.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[837,840,843],{"name":838,"slug":839,"type":15},"Containers","containers",{"name":841,"slug":842,"type":15},"Deployment","deployment",{"name":844,"slug":845,"type":15},"Python","python",17049,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM","2026-07-27T06:06:11.249662",{"slug":850,"name":850,"fn":851,"description":852,"org":853,"tags":854,"stars":846,"repoUrl":847,"updatedAt":859},"mcore-bump-base-image","update NVIDIA PyTorch base images","Bump the NVIDIA PyTorch base image (`nvcr.io\u002Fnvidia\u002Fpytorch:YY.MM-py3`) used by Megatron-LM CI. Covers the two pin sites (GitHub CI in `docker\u002F.ngc_version.dev` and GitLab CI in `.gitlab\u002Fstages\u002F01.build.yml`), the post-bump CI loop (re-run functional tests, refresh golden values, mark broken tests), and the gotchas that bit PRs",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[855,858],{"name":856,"slug":857,"type":15},"CI\u002FCD","ci-cd",{"name":841,"slug":842,"type":15},"2026-07-14T05:25:59.97109",{"slug":861,"name":861,"fn":862,"description":863,"org":864,"tags":865,"stars":846,"repoUrl":847,"updatedAt":871},"mcore-cicd","manage CI\u002FCD pipelines for Megatron-LM","CI\u002FCD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI (which force-pushes the current branch to a pull-request\u002FBRANCH ref — always dry-run and verify the destination first; never run against shared or protected branches), and CI failure investigation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[866,867,868],{"name":856,"slug":857,"type":15},{"name":841,"slug":842,"type":15},{"name":869,"slug":870,"type":15},"GitHub","github","2026-07-27T06:06:12.278222",{"slug":873,"name":873,"fn":874,"description":875,"org":876,"tags":877,"stars":846,"repoUrl":847,"updatedAt":885},"mcore-create-issue","investigate CI failures and create issues","Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[878,881,882],{"name":879,"slug":880,"type":15},"Debugging","debugging",{"name":869,"slug":870,"type":15},{"name":883,"slug":884,"type":15},"Triage","triage","2026-07-14T05:25:57.442089",{"slug":887,"name":887,"fn":888,"description":889,"org":890,"tags":891,"stars":846,"repoUrl":847,"updatedAt":898},"mcore-linting-and-formatting","lint and format Megatron-LM code","Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[892,895],{"name":893,"slug":894,"type":15},"Best Practices","best-practices",{"name":896,"slug":897,"type":15},"Code Analysis","code-analysis","2026-07-14T05:25:56.18433",{"slug":900,"name":900,"fn":901,"description":902,"org":903,"tags":904,"stars":846,"repoUrl":847,"updatedAt":912},"mcore-migrate-gpt-to-hybrid","migrate Megatron-LM models to HybridModel","Migration guide for moving Megatron Core GPTModel checkpoints, model providers, training commands, and layer mappings to HybridModel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[905,908,911],{"name":906,"slug":907,"type":15},"Machine Learning","machine-learning",{"name":909,"slug":910,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:11.777011",{"slug":914,"name":914,"fn":915,"description":916,"org":917,"tags":918,"stars":846,"repoUrl":847,"updatedAt":923},"mcore-onboard-gb200-1node-tests","onboard functional tests for GB200","Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[919,922],{"name":920,"slug":921,"type":15},"QA","qa",{"name":21,"slug":22,"type":15},"2026-07-14T05:25:53.673039",{"slug":925,"name":925,"fn":926,"description":927,"org":928,"tags":929,"stars":846,"repoUrl":847,"updatedAt":934},"mcore-run-on-slurm","launch distributed training jobs on SLURM","How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run, CUDA_DEVICE_MAX_CONNECTIONS rules across hardware and parallelism modes, container conventions, monitoring, and per-rank failure diagnosis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[930,931],{"name":841,"slug":842,"type":15},{"name":932,"slug":933,"type":15},"Infrastructure","infrastructure","2026-07-14T05:25:49.362534",{"slug":936,"name":936,"fn":937,"description":938,"org":939,"tags":940,"stars":846,"repoUrl":847,"updatedAt":948},"mcore-split-pr","split pull requests to reduce review load","Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[941,944,945],{"name":942,"slug":943,"type":15},"Code Review","code-review",{"name":869,"slug":870,"type":15},{"name":946,"slug":947,"type":15},"Pull Requests","pull-requests","2026-07-14T05:26:01.226578",{"slug":950,"name":950,"fn":951,"description":952,"org":953,"tags":954,"stars":846,"repoUrl":847,"updatedAt":957},"mcore-testing","run and manage Megatron-LM tests","Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI parity.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[955,956],{"name":920,"slug":921,"type":15},{"name":21,"slug":22,"type":15},"2026-07-14T05:25:54.928983",{"slug":959,"name":959,"fn":960,"description":961,"org":962,"tags":963,"stars":846,"repoUrl":847,"updatedAt":968},"nightly-sync","manage nightly main-to-dev sync workflows","Domain knowledge for the nightly main-to-dev sync workflow. Covers merge strategy, CI architecture, failure investigation, and known issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[964,967],{"name":965,"slug":966,"type":15},"Automation","automation",{"name":856,"slug":857,"type":15},"2026-07-30T05:29:03.275638",496,{"items":971,"total":1045},[972,982,995,1005,1016,1027,1034],{"slug":973,"name":973,"fn":974,"description":975,"org":976,"tags":977,"stars":23,"repoUrl":24,"updatedAt":981},"simready-foundation-add-capability","add SimReady capability documentation","Add SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[978,979,980],{"name":820,"slug":821,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-14T05:34:08.047242",{"slug":983,"name":983,"fn":984,"description":985,"org":986,"tags":987,"stars":23,"repoUrl":24,"updatedAt":994},"simready-foundation-add-feature","add SimReady features and documentation","Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[988,989,992,993],{"name":820,"slug":821,"type":15},{"name":990,"slug":991,"type":15},"Engineering","engineering",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-14T05:34:23.330216",{"slug":996,"name":996,"fn":997,"description":998,"org":999,"tags":1000,"stars":23,"repoUrl":24,"updatedAt":1004},"simready-foundation-add-feature-adapter","mutate USD assets with feature adapters","Use for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1001,1002,1003],{"name":990,"slug":991,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-14T05:34:02.999518",{"slug":1006,"name":1006,"fn":1007,"description":1008,"org":1009,"tags":1010,"stars":23,"repoUrl":24,"updatedAt":1015},"simready-foundation-add-profile","add SimReady profile versions","Use for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1011,1012,1013,1014],{"name":820,"slug":821,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":13,"slug":14,"type":15},"2026-07-14T05:34:00.482781",{"slug":1017,"name":1017,"fn":1018,"description":1019,"org":1020,"tags":1021,"stars":23,"repoUrl":24,"updatedAt":1026},"simready-foundation-add-requirement","add atomic SimReady requirements","Use for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1022,1023,1024,1025],{"name":820,"slug":821,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":13,"slug":14,"type":15},"2026-07-14T05:34:11.881936",{"slug":4,"name":4,"fn":5,"description":6,"org":1028,"tags":1029,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1030,1031,1032,1033],{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":21,"slug":22,"type":15},{"name":13,"slug":14,"type":15},{"slug":1035,"name":1035,"fn":1036,"description":1037,"org":1038,"tags":1039,"stars":23,"repoUrl":24,"updatedAt":1044},"simready-foundation-add-validator","add executable SimReady validators","Use for adding executable SimReady validators that report requirement IDs with focused pass\u002Ffail coverage.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1040,1041,1042,1043],{"name":990,"slug":991,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":13,"slug":14,"type":15},"2026-07-14T05:34:14.407249",26]