[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-nvidia-simready-foundation-update-profile":3,"mdc-j8sxyi-key":34,"related-repo-nvidia-simready-foundation-update-profile":844,"related-org-nvidia-simready-foundation-update-profile":925},{"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-update-profile","update SimReady profile versions and documentation","Use for updating SimReady profile versions, feature bundles, docs, and adapter notes.",{"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},"Documentation","documentation","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Simulation","simulation",{"name":21,"slug":22,"type":15},"Engineering","engineering",52,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fsimready-foundation","2026-07-14T05:34:15.677851","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-update-profile","---\nname: simready-foundation-update-profile\ndescription: \"Use for updating SimReady profile versions, feature bundles, docs, and adapter notes.\"\nlicense: Apache-2.0\nmetadata:\n  author: \"Shaad Boochoon \u003Csboochoon@nvidia.com>\"\n  tags:\n    - simready\n    - profile\n    - maintenance\n---\n\n\n# SimReady Update Profile\n\n## Purpose\nUse this skill to change an existing profile. Profile versions are immutable, so the normal operation is to add a new version under the existing profile table in `profiles.toml` and update documentation to describe the new version.\n\nEdit an existing profile version in place only for a clear typo, comment correction, markdown-only clarification, or unpublished draft content that the user explicitly says may be changed in place.\n\n## Prerequisites\nBefore editing, read:\n\n- `AGENTS.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fguides.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fprofiles\u002Fprofiles.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Ffeature_adapters\u002Ffeature_adapters.md`\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fprofiles\u002Fprofiles.toml`\n- target profile markdown\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Fprofiles\u002Fprofiles.md`\n- selected feature JSON manifests\n- `nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002Ffeature-dependency-graph.md`\n\n## Inputs\n\nCollect or infer:\n\n| Input | Requirement |\n|---|---|\n| `profile_name` | Existing profile table name. |\n| `base_version` | Existing version to copy from. |\n| `new_version` | New semantic version for changed feature bundle. |\n| `feature_changes` | Added, removed, or changed exact feature IDs\u002Fversions. |\n| `reason` | Runtime, validation, asset class, or dependency reason for the update. |\n| `adapter_plan` | Required adapters or migration notes from old to new profile. |\n\n## Instructions\n\nUse this checklist when changing the repository:\n\n1. Classify the change.\n   - Editorial changes may edit docs or comments in place.\n   - Feature bundle changes require a new profile version.\n2. Confirm the profile and base version exist in `profiles.toml`.\n3. Confirm every new feature ID\u002Fversion exists as a JSON manifest before referencing it.\n4. Add the new profile version by copying the base version feature list and applying the requested changes.\n5. Preserve old profile versions exactly unless the user explicitly requested an editorial fix.\n6. Update the target profile markdown:\n   - add or update the version block\n   - document changed feature versions\n   - describe migration and adapter implications\n   - keep authoring guidance synchronized with the new feature list\n7. Update `nv_core\u002Fsr_specs\u002Fdocs\u002Fprofiles\u002Fprofiles.md` so the profile summary lists the available versions and current feature bundle accurately.\n8. Update adapter docs or create adapter work items when assets are expected to upgrade between profile versions.\n9. When the new profile version differs from another source\u002Ftarget profile, identify every feature difference and whether a direct adapter path exists or is intentionally blocked.\n10. When validation tooling is available, run `workspace validate` or the equivalent `simready-validate` command against a representative asset.\n11. Validate consistency:\n   - TOML parses\n   - old version still exists\n   - new version exists and contains exact feature versions\n   - profile markdown agrees with TOML\n   - profile index agrees with TOML\n   - all feature references resolve to JSON manifests\n\n## Versioning Rules\n\n- Patch: non-contract metadata or documentation fix.\n- Minor: backward-compatible added feature or feature-version bump.\n- Major: removed feature, incompatible feature-version change, target runtime change, or changed required authored data.\n\nWhen a profile adopts a new feature version created in the same change, include both the feature update and profile update in the final summary.\n\n## Examples\n\nExample request:\n\n```text\nUpdate prop-robotics-neutral to include a conditional optional feature note.\n```\n\nExpected result summary:\n\n```text\nchanged_files: updated docs, manifests, indexes, validators, or adapters\nvalidation: focused checks for the changed contract\nremaining_gaps: downstream feature, profile, adapter, or runtime-test follow-up\n```\n\n## Policies\n\n- Treat `profiles.toml` as source of truth.\n- Do not silently make a feature optional by changing prose only; machine-readable profile behavior must match.\n- Do not update only markdown when validators consume TOML.\n- Do not reference feature versions that do not exist.\n- Keep old versions available for existing assets.\n\n## Limitations\n\n- Do not silently change published contracts; add versions when behavior changes.\n- Do not update docs without checking validator, manifest, profile, adapter, and runtime-test impact.\n- Do not broaden a change beyond the selected requirement, capability, feature, profile, validator, or adapter.\n\n## Troubleshooting\n\n- Error: the requested change alters a published contract. Solution: create a new version and preserve the old artifact.\n- Error: docs and machine-readable manifests diverge. Solution: make the JSON\u002FTOML and markdown agree, then rerun focused checks.\n- Error: downstream profile or adapter impact is unclear. Solution: list the affected artifacts before making broad edits.\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| `profile_name` | Profile changed. |\n| `base_version` | Existing version used as source. |\n| `new_version` | Version added, or `in-place editorial fix`. |\n| `features_added` | Feature IDs\u002Fversions added. |\n| `features_removed` | Feature IDs removed. |\n| `features_changed` | Feature version changes. |\n| `docs_changed` | Markdown\u002Findex paths changed. |\n| `adapter_plan` | Migration\u002Fadapters required. |\n| `validation` | Checks run and remaining gaps. |\n",{"data":35,"body":42},{"name":4,"description":6,"license":26,"metadata":36},{"author":37,"tags":38},"Shaad Boochoon \u003Csboochoon@nvidia.com>",[39,40,41],"simready","profile","maintenance",{"type":43,"children":44},"root",[45,54,61,76,81,87,92,170,176,181,311,317,322,447,480,486,504,509,515,520,532,537,546,552,587,593,611,617,635,641,655,661,666],{"type":46,"tag":47,"props":48,"children":50},"element","h1",{"id":49},"simready-update-profile",[51],{"type":52,"value":53},"text","SimReady Update Profile",{"type":46,"tag":55,"props":56,"children":58},"h2",{"id":57},"purpose",[59],{"type":52,"value":60},"Purpose",{"type":46,"tag":62,"props":63,"children":64},"p",{},[65,67,74],{"type":52,"value":66},"Use this skill to change an existing profile. Profile versions are immutable, so the normal operation is to add a new version under the existing profile table in ",{"type":46,"tag":68,"props":69,"children":71},"code",{"className":70},[],[72],{"type":52,"value":73},"profiles.toml",{"type":52,"value":75}," and update documentation to describe the new version.",{"type":46,"tag":62,"props":77,"children":78},{},[79],{"type":52,"value":80},"Edit an existing profile version in place only for a clear typo, comment correction, markdown-only clarification, or unpublished draft content that the user explicitly says may be changed in place.",{"type":46,"tag":55,"props":82,"children":84},{"id":83},"prerequisites",[85],{"type":52,"value":86},"Prerequisites",{"type":46,"tag":62,"props":88,"children":89},{},[90],{"type":52,"value":91},"Before editing, read:",{"type":46,"tag":93,"props":94,"children":95},"ul",{},[96,106,115,124,133,142,147,156,161],{"type":46,"tag":97,"props":98,"children":99},"li",{},[100],{"type":46,"tag":68,"props":101,"children":103},{"className":102},[],[104],{"type":52,"value":105},"AGENTS.md",{"type":46,"tag":97,"props":107,"children":108},{},[109],{"type":46,"tag":68,"props":110,"children":112},{"className":111},[],[113],{"type":52,"value":114},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fguides.md",{"type":46,"tag":97,"props":116,"children":117},{},[118],{"type":46,"tag":68,"props":119,"children":121},{"className":120},[],[122],{"type":52,"value":123},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Fprofiles\u002Fprofiles.md",{"type":46,"tag":97,"props":125,"children":126},{},[127],{"type":46,"tag":68,"props":128,"children":130},{"className":129},[],[131],{"type":52,"value":132},"nv_core\u002Fsr_specs\u002Fdocs\u002Fguides\u002Ffeature_adapters\u002Ffeature_adapters.md",{"type":46,"tag":97,"props":134,"children":135},{},[136],{"type":46,"tag":68,"props":137,"children":139},{"className":138},[],[140],{"type":52,"value":141},"nv_core\u002Fsr_specs\u002Fdocs\u002Fprofiles\u002Fprofiles.toml",{"type":46,"tag":97,"props":143,"children":144},{},[145],{"type":52,"value":146},"target profile markdown",{"type":46,"tag":97,"props":148,"children":149},{},[150],{"type":46,"tag":68,"props":151,"children":153},{"className":152},[],[154],{"type":52,"value":155},"nv_core\u002Fsr_specs\u002Fdocs\u002Fprofiles\u002Fprofiles.md",{"type":46,"tag":97,"props":157,"children":158},{},[159],{"type":52,"value":160},"selected feature JSON manifests",{"type":46,"tag":97,"props":162,"children":163},{},[164],{"type":46,"tag":68,"props":165,"children":167},{"className":166},[],[168],{"type":52,"value":169},"nv_core\u002Fsr_specs\u002Fdocs\u002Ffeatures\u002Ffeature-dependency-graph.md",{"type":46,"tag":55,"props":171,"children":173},{"id":172},"inputs",[174],{"type":52,"value":175},"Inputs",{"type":46,"tag":62,"props":177,"children":178},{},[179],{"type":52,"value":180},"Collect or infer:",{"type":46,"tag":182,"props":183,"children":184},"table",{},[185,204],{"type":46,"tag":186,"props":187,"children":188},"thead",{},[189],{"type":46,"tag":190,"props":191,"children":192},"tr",{},[193,199],{"type":46,"tag":194,"props":195,"children":196},"th",{},[197],{"type":52,"value":198},"Input",{"type":46,"tag":194,"props":200,"children":201},{},[202],{"type":52,"value":203},"Requirement",{"type":46,"tag":205,"props":206,"children":207},"tbody",{},[208,226,243,260,277,294],{"type":46,"tag":190,"props":209,"children":210},{},[211,221],{"type":46,"tag":212,"props":213,"children":214},"td",{},[215],{"type":46,"tag":68,"props":216,"children":218},{"className":217},[],[219],{"type":52,"value":220},"profile_name",{"type":46,"tag":212,"props":222,"children":223},{},[224],{"type":52,"value":225},"Existing profile table name.",{"type":46,"tag":190,"props":227,"children":228},{},[229,238],{"type":46,"tag":212,"props":230,"children":231},{},[232],{"type":46,"tag":68,"props":233,"children":235},{"className":234},[],[236],{"type":52,"value":237},"base_version",{"type":46,"tag":212,"props":239,"children":240},{},[241],{"type":52,"value":242},"Existing version to copy from.",{"type":46,"tag":190,"props":244,"children":245},{},[246,255],{"type":46,"tag":212,"props":247,"children":248},{},[249],{"type":46,"tag":68,"props":250,"children":252},{"className":251},[],[253],{"type":52,"value":254},"new_version",{"type":46,"tag":212,"props":256,"children":257},{},[258],{"type":52,"value":259},"New semantic version for changed feature bundle.",{"type":46,"tag":190,"props":261,"children":262},{},[263,272],{"type":46,"tag":212,"props":264,"children":265},{},[266],{"type":46,"tag":68,"props":267,"children":269},{"className":268},[],[270],{"type":52,"value":271},"feature_changes",{"type":46,"tag":212,"props":273,"children":274},{},[275],{"type":52,"value":276},"Added, removed, or changed exact feature IDs\u002Fversions.",{"type":46,"tag":190,"props":278,"children":279},{},[280,289],{"type":46,"tag":212,"props":281,"children":282},{},[283],{"type":46,"tag":68,"props":284,"children":286},{"className":285},[],[287],{"type":52,"value":288},"reason",{"type":46,"tag":212,"props":290,"children":291},{},[292],{"type":52,"value":293},"Runtime, validation, asset class, or dependency reason for the update.",{"type":46,"tag":190,"props":295,"children":296},{},[297,306],{"type":46,"tag":212,"props":298,"children":299},{},[300],{"type":46,"tag":68,"props":301,"children":303},{"className":302},[],[304],{"type":52,"value":305},"adapter_plan",{"type":46,"tag":212,"props":307,"children":308},{},[309],{"type":52,"value":310},"Required adapters or migration notes from old to new profile.",{"type":46,"tag":55,"props":312,"children":314},{"id":313},"instructions",[315],{"type":52,"value":316},"Instructions",{"type":46,"tag":62,"props":318,"children":319},{},[320],{"type":52,"value":321},"Use this checklist when changing the repository:",{"type":46,"tag":323,"props":324,"children":325},"ol",{},[326,344,356,361,366,371,399,411,416,421,442],{"type":46,"tag":97,"props":327,"children":328},{},[329,331],{"type":52,"value":330},"Classify the change.\n",{"type":46,"tag":93,"props":332,"children":333},{},[334,339],{"type":46,"tag":97,"props":335,"children":336},{},[337],{"type":52,"value":338},"Editorial changes may edit docs or comments in place.",{"type":46,"tag":97,"props":340,"children":341},{},[342],{"type":52,"value":343},"Feature bundle changes require a new profile version.",{"type":46,"tag":97,"props":345,"children":346},{},[347,349,354],{"type":52,"value":348},"Confirm the profile and base version exist in ",{"type":46,"tag":68,"props":350,"children":352},{"className":351},[],[353],{"type":52,"value":73},{"type":52,"value":355},".",{"type":46,"tag":97,"props":357,"children":358},{},[359],{"type":52,"value":360},"Confirm every new feature ID\u002Fversion exists as a JSON manifest before referencing it.",{"type":46,"tag":97,"props":362,"children":363},{},[364],{"type":52,"value":365},"Add the new profile version by copying the base version feature list and applying the requested changes.",{"type":46,"tag":97,"props":367,"children":368},{},[369],{"type":52,"value":370},"Preserve old profile versions exactly unless the user explicitly requested an editorial fix.",{"type":46,"tag":97,"props":372,"children":373},{},[374,376],{"type":52,"value":375},"Update the target profile markdown:\n",{"type":46,"tag":93,"props":377,"children":378},{},[379,384,389,394],{"type":46,"tag":97,"props":380,"children":381},{},[382],{"type":52,"value":383},"add or update the version block",{"type":46,"tag":97,"props":385,"children":386},{},[387],{"type":52,"value":388},"document changed feature versions",{"type":46,"tag":97,"props":390,"children":391},{},[392],{"type":52,"value":393},"describe migration and adapter implications",{"type":46,"tag":97,"props":395,"children":396},{},[397],{"type":52,"value":398},"keep authoring guidance synchronized with the new feature list",{"type":46,"tag":97,"props":400,"children":401},{},[402,404,409],{"type":52,"value":403},"Update ",{"type":46,"tag":68,"props":405,"children":407},{"className":406},[],[408],{"type":52,"value":155},{"type":52,"value":410}," so the profile summary lists the available versions and current feature bundle accurately.",{"type":46,"tag":97,"props":412,"children":413},{},[414],{"type":52,"value":415},"Update adapter docs or create adapter work items when assets are expected to upgrade between profile versions.",{"type":46,"tag":97,"props":417,"children":418},{},[419],{"type":52,"value":420},"When the new profile version differs from another source\u002Ftarget profile, identify every feature difference and whether a direct adapter path exists or is intentionally blocked.",{"type":46,"tag":97,"props":422,"children":423},{},[424,426,432,434,440],{"type":52,"value":425},"When validation tooling is available, run ",{"type":46,"tag":68,"props":427,"children":429},{"className":428},[],[430],{"type":52,"value":431},"workspace validate",{"type":52,"value":433}," or the equivalent ",{"type":46,"tag":68,"props":435,"children":437},{"className":436},[],[438],{"type":52,"value":439},"simready-validate",{"type":52,"value":441}," command against a representative asset.",{"type":46,"tag":97,"props":443,"children":444},{},[445],{"type":52,"value":446},"Validate consistency:",{"type":46,"tag":93,"props":448,"children":449},{},[450,455,460,465,470,475],{"type":46,"tag":97,"props":451,"children":452},{},[453],{"type":52,"value":454},"TOML parses",{"type":46,"tag":97,"props":456,"children":457},{},[458],{"type":52,"value":459},"old version still exists",{"type":46,"tag":97,"props":461,"children":462},{},[463],{"type":52,"value":464},"new version exists and contains exact feature versions",{"type":46,"tag":97,"props":466,"children":467},{},[468],{"type":52,"value":469},"profile markdown agrees with TOML",{"type":46,"tag":97,"props":471,"children":472},{},[473],{"type":52,"value":474},"profile index agrees with TOML",{"type":46,"tag":97,"props":476,"children":477},{},[478],{"type":52,"value":479},"all feature references resolve to JSON manifests",{"type":46,"tag":55,"props":481,"children":483},{"id":482},"versioning-rules",[484],{"type":52,"value":485},"Versioning Rules",{"type":46,"tag":93,"props":487,"children":488},{},[489,494,499],{"type":46,"tag":97,"props":490,"children":491},{},[492],{"type":52,"value":493},"Patch: non-contract metadata or documentation fix.",{"type":46,"tag":97,"props":495,"children":496},{},[497],{"type":52,"value":498},"Minor: backward-compatible added feature or feature-version bump.",{"type":46,"tag":97,"props":500,"children":501},{},[502],{"type":52,"value":503},"Major: removed feature, incompatible feature-version change, target runtime change, or changed required authored data.",{"type":46,"tag":62,"props":505,"children":506},{},[507],{"type":52,"value":508},"When a profile adopts a new feature version created in the same change, include both the feature update and profile update in the final summary.",{"type":46,"tag":55,"props":510,"children":512},{"id":511},"examples",[513],{"type":52,"value":514},"Examples",{"type":46,"tag":62,"props":516,"children":517},{},[518],{"type":52,"value":519},"Example request:",{"type":46,"tag":521,"props":522,"children":527},"pre",{"className":523,"code":525,"language":52,"meta":526},[524],"language-text","Update prop-robotics-neutral to include a conditional optional feature note.\n","",[528],{"type":46,"tag":68,"props":529,"children":530},{"__ignoreMap":526},[531],{"type":52,"value":525},{"type":46,"tag":62,"props":533,"children":534},{},[535],{"type":52,"value":536},"Expected result summary:",{"type":46,"tag":521,"props":538,"children":541},{"className":539,"code":540,"language":52,"meta":526},[524],"changed_files: updated docs, manifests, indexes, validators, or adapters\nvalidation: focused checks for the changed contract\nremaining_gaps: downstream feature, profile, adapter, or runtime-test follow-up\n",[542],{"type":46,"tag":68,"props":543,"children":544},{"__ignoreMap":526},[545],{"type":52,"value":540},{"type":46,"tag":55,"props":547,"children":549},{"id":548},"policies",[550],{"type":52,"value":551},"Policies",{"type":46,"tag":93,"props":553,"children":554},{},[555,567,572,577,582],{"type":46,"tag":97,"props":556,"children":557},{},[558,560,565],{"type":52,"value":559},"Treat ",{"type":46,"tag":68,"props":561,"children":563},{"className":562},[],[564],{"type":52,"value":73},{"type":52,"value":566}," as source of truth.",{"type":46,"tag":97,"props":568,"children":569},{},[570],{"type":52,"value":571},"Do not silently make a feature optional by changing prose only; machine-readable profile behavior must match.",{"type":46,"tag":97,"props":573,"children":574},{},[575],{"type":52,"value":576},"Do not update only markdown when validators consume TOML.",{"type":46,"tag":97,"props":578,"children":579},{},[580],{"type":52,"value":581},"Do not reference feature versions that do not exist.",{"type":46,"tag":97,"props":583,"children":584},{},[585],{"type":52,"value":586},"Keep old versions available for existing assets.",{"type":46,"tag":55,"props":588,"children":590},{"id":589},"limitations",[591],{"type":52,"value":592},"Limitations",{"type":46,"tag":93,"props":594,"children":595},{},[596,601,606],{"type":46,"tag":97,"props":597,"children":598},{},[599],{"type":52,"value":600},"Do not silently change published contracts; add versions when behavior changes.",{"type":46,"tag":97,"props":602,"children":603},{},[604],{"type":52,"value":605},"Do not update docs without checking validator, manifest, profile, adapter, and runtime-test impact.",{"type":46,"tag":97,"props":607,"children":608},{},[609],{"type":52,"value":610},"Do not broaden a change beyond the selected requirement, capability, feature, profile, validator, or adapter.",{"type":46,"tag":55,"props":612,"children":614},{"id":613},"troubleshooting",[615],{"type":52,"value":616},"Troubleshooting",{"type":46,"tag":93,"props":618,"children":619},{},[620,625,630],{"type":46,"tag":97,"props":621,"children":622},{},[623],{"type":52,"value":624},"Error: the requested change alters a published contract. Solution: create a new version and preserve the old artifact.",{"type":46,"tag":97,"props":626,"children":627},{},[628],{"type":52,"value":629},"Error: docs and machine-readable manifests diverge. Solution: make the JSON\u002FTOML and markdown agree, then rerun focused checks.",{"type":46,"tag":97,"props":631,"children":632},{},[633],{"type":52,"value":634},"Error: downstream profile or adapter impact is unclear. Solution: list the affected artifacts before making broad edits.",{"type":46,"tag":55,"props":636,"children":638},{"id":637},"resources",[639],{"type":52,"value":640},"Resources",{"type":46,"tag":93,"props":642,"children":643},{},[644],{"type":46,"tag":97,"props":645,"children":646},{},[647,653],{"type":46,"tag":68,"props":648,"children":650},{"className":649},[],[651],{"type":52,"value":652},"assets\u002Fopenai.yaml",{"type":52,"value":654}," preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.",{"type":46,"tag":55,"props":656,"children":658},{"id":657},"summary-format",[659],{"type":52,"value":660},"Summary Format",{"type":46,"tag":62,"props":662,"children":663},{},[664],{"type":52,"value":665},"Report:",{"type":46,"tag":182,"props":667,"children":668},{},[669,685],{"type":46,"tag":186,"props":670,"children":671},{},[672],{"type":46,"tag":190,"props":673,"children":674},{},[675,680],{"type":46,"tag":194,"props":676,"children":677},{},[678],{"type":52,"value":679},"Field",{"type":46,"tag":194,"props":681,"children":682},{},[683],{"type":52,"value":684},"Meaning",{"type":46,"tag":205,"props":686,"children":687},{},[688,704,720,743,760,777,794,811,827],{"type":46,"tag":190,"props":689,"children":690},{},[691,699],{"type":46,"tag":212,"props":692,"children":693},{},[694],{"type":46,"tag":68,"props":695,"children":697},{"className":696},[],[698],{"type":52,"value":220},{"type":46,"tag":212,"props":700,"children":701},{},[702],{"type":52,"value":703},"Profile changed.",{"type":46,"tag":190,"props":705,"children":706},{},[707,715],{"type":46,"tag":212,"props":708,"children":709},{},[710],{"type":46,"tag":68,"props":711,"children":713},{"className":712},[],[714],{"type":52,"value":237},{"type":46,"tag":212,"props":716,"children":717},{},[718],{"type":52,"value":719},"Existing version used as source.",{"type":46,"tag":190,"props":721,"children":722},{},[723,731],{"type":46,"tag":212,"props":724,"children":725},{},[726],{"type":46,"tag":68,"props":727,"children":729},{"className":728},[],[730],{"type":52,"value":254},{"type":46,"tag":212,"props":732,"children":733},{},[734,736,742],{"type":52,"value":735},"Version added, or ",{"type":46,"tag":68,"props":737,"children":739},{"className":738},[],[740],{"type":52,"value":741},"in-place editorial fix",{"type":52,"value":355},{"type":46,"tag":190,"props":744,"children":745},{},[746,755],{"type":46,"tag":212,"props":747,"children":748},{},[749],{"type":46,"tag":68,"props":750,"children":752},{"className":751},[],[753],{"type":52,"value":754},"features_added",{"type":46,"tag":212,"props":756,"children":757},{},[758],{"type":52,"value":759},"Feature IDs\u002Fversions added.",{"type":46,"tag":190,"props":761,"children":762},{},[763,772],{"type":46,"tag":212,"props":764,"children":765},{},[766],{"type":46,"tag":68,"props":767,"children":769},{"className":768},[],[770],{"type":52,"value":771},"features_removed",{"type":46,"tag":212,"props":773,"children":774},{},[775],{"type":52,"value":776},"Feature IDs removed.",{"type":46,"tag":190,"props":778,"children":779},{},[780,789],{"type":46,"tag":212,"props":781,"children":782},{},[783],{"type":46,"tag":68,"props":784,"children":786},{"className":785},[],[787],{"type":52,"value":788},"features_changed",{"type":46,"tag":212,"props":790,"children":791},{},[792],{"type":52,"value":793},"Feature version changes.",{"type":46,"tag":190,"props":795,"children":796},{},[797,806],{"type":46,"tag":212,"props":798,"children":799},{},[800],{"type":46,"tag":68,"props":801,"children":803},{"className":802},[],[804],{"type":52,"value":805},"docs_changed",{"type":46,"tag":212,"props":807,"children":808},{},[809],{"type":52,"value":810},"Markdown\u002Findex paths changed.",{"type":46,"tag":190,"props":812,"children":813},{},[814,822],{"type":46,"tag":212,"props":815,"children":816},{},[817],{"type":46,"tag":68,"props":818,"children":820},{"className":819},[],[821],{"type":52,"value":305},{"type":46,"tag":212,"props":823,"children":824},{},[825],{"type":52,"value":826},"Migration\u002Fadapters required.",{"type":46,"tag":190,"props":828,"children":829},{},[830,839],{"type":46,"tag":212,"props":831,"children":832},{},[833],{"type":46,"tag":68,"props":834,"children":836},{"className":835},[],[837],{"type":52,"value":838},"validation",{"type":46,"tag":212,"props":840,"children":841},{},[842],{"type":52,"value":843},"Checks run and remaining gaps.",{"items":845,"total":924},[846,856,867,877,889,900,913],{"slug":847,"name":847,"fn":848,"description":849,"org":850,"tags":851,"stars":23,"repoUrl":24,"updatedAt":855},"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},[852,853,854],{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-14T05:34:08.047242",{"slug":857,"name":857,"fn":858,"description":859,"org":860,"tags":861,"stars":23,"repoUrl":24,"updatedAt":866},"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},[862,863,864,865],{"name":13,"slug":14,"type":15},{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-14T05:34:23.330216",{"slug":868,"name":868,"fn":869,"description":870,"org":871,"tags":872,"stars":23,"repoUrl":24,"updatedAt":876},"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},[873,874,875],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-14T05:34:02.999518",{"slug":878,"name":878,"fn":879,"description":880,"org":881,"tags":882,"stars":23,"repoUrl":24,"updatedAt":888},"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},[883,884,885,886],{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":887,"slug":838,"type":15},"Validation","2026-07-14T05:34:00.482781",{"slug":890,"name":890,"fn":891,"description":892,"org":893,"tags":894,"stars":23,"repoUrl":24,"updatedAt":899},"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},[895,896,897,898],{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":887,"slug":838,"type":15},"2026-07-14T05:34:11.881936",{"slug":901,"name":901,"fn":902,"description":903,"org":904,"tags":905,"stars":23,"repoUrl":24,"updatedAt":912},"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},[906,907,908,911],{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":909,"slug":910,"type":15},"Testing","testing",{"name":887,"slug":838,"type":15},"2026-07-14T05:34:09.295859",{"slug":914,"name":914,"fn":915,"description":916,"org":917,"tags":918,"stars":23,"repoUrl":24,"updatedAt":923},"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},[919,920,921,922],{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"name":887,"slug":838,"type":15},"2026-07-14T05:34:14.407249",26,{"items":926,"total":1081},[927,943,961,972,984,998,1011,1025,1036,1047,1061,1070],{"slug":928,"name":928,"fn":929,"description":930,"org":931,"tags":932,"stars":940,"repoUrl":941,"updatedAt":942},"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},[933,934,937],{"name":13,"slug":14,"type":15},{"name":935,"slug":936,"type":15},"MCP","mcp",{"name":938,"slug":939,"type":15},"Search","search",21777,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FNemoClaw","2026-07-20T06:00:01.461044",{"slug":944,"name":944,"fn":945,"description":946,"org":947,"tags":948,"stars":958,"repoUrl":959,"updatedAt":960},"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},[949,952,955],{"name":950,"slug":951,"type":15},"Containers","containers",{"name":953,"slug":954,"type":15},"Deployment","deployment",{"name":956,"slug":957,"type":15},"Python","python",17049,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM","2026-07-27T06:06:11.249662",{"slug":962,"name":962,"fn":963,"description":964,"org":965,"tags":966,"stars":958,"repoUrl":959,"updatedAt":971},"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},[967,970],{"name":968,"slug":969,"type":15},"CI\u002FCD","ci-cd",{"name":953,"slug":954,"type":15},"2026-07-14T05:25:59.97109",{"slug":973,"name":973,"fn":974,"description":975,"org":976,"tags":977,"stars":958,"repoUrl":959,"updatedAt":983},"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},[978,979,980],{"name":968,"slug":969,"type":15},{"name":953,"slug":954,"type":15},{"name":981,"slug":982,"type":15},"GitHub","github","2026-07-27T06:06:12.278222",{"slug":985,"name":985,"fn":986,"description":987,"org":988,"tags":989,"stars":958,"repoUrl":959,"updatedAt":997},"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},[990,993,994],{"name":991,"slug":992,"type":15},"Debugging","debugging",{"name":981,"slug":982,"type":15},{"name":995,"slug":996,"type":15},"Triage","triage","2026-07-14T05:25:57.442089",{"slug":999,"name":999,"fn":1000,"description":1001,"org":1002,"tags":1003,"stars":958,"repoUrl":959,"updatedAt":1010},"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},[1004,1007],{"name":1005,"slug":1006,"type":15},"Best Practices","best-practices",{"name":1008,"slug":1009,"type":15},"Code Analysis","code-analysis","2026-07-14T05:25:56.18433",{"slug":1012,"name":1012,"fn":1013,"description":1014,"org":1015,"tags":1016,"stars":958,"repoUrl":959,"updatedAt":1024},"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},[1017,1020,1023],{"name":1018,"slug":1019,"type":15},"Machine Learning","machine-learning",{"name":1021,"slug":1022,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:11.777011",{"slug":1026,"name":1026,"fn":1027,"description":1028,"org":1029,"tags":1030,"stars":958,"repoUrl":959,"updatedAt":1035},"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},[1031,1034],{"name":1032,"slug":1033,"type":15},"QA","qa",{"name":909,"slug":910,"type":15},"2026-07-14T05:25:53.673039",{"slug":1037,"name":1037,"fn":1038,"description":1039,"org":1040,"tags":1041,"stars":958,"repoUrl":959,"updatedAt":1046},"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},[1042,1043],{"name":953,"slug":954,"type":15},{"name":1044,"slug":1045,"type":15},"Infrastructure","infrastructure","2026-07-14T05:25:49.362534",{"slug":1048,"name":1048,"fn":1049,"description":1050,"org":1051,"tags":1052,"stars":958,"repoUrl":959,"updatedAt":1060},"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},[1053,1056,1057],{"name":1054,"slug":1055,"type":15},"Code Review","code-review",{"name":981,"slug":982,"type":15},{"name":1058,"slug":1059,"type":15},"Pull Requests","pull-requests","2026-07-14T05:26:01.226578",{"slug":1062,"name":1062,"fn":1063,"description":1064,"org":1065,"tags":1066,"stars":958,"repoUrl":959,"updatedAt":1069},"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},[1067,1068],{"name":1032,"slug":1033,"type":15},{"name":909,"slug":910,"type":15},"2026-07-14T05:25:54.928983",{"slug":1071,"name":1071,"fn":1072,"description":1073,"org":1074,"tags":1075,"stars":958,"repoUrl":959,"updatedAt":1080},"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},[1076,1079],{"name":1077,"slug":1078,"type":15},"Automation","automation",{"name":968,"slug":969,"type":15},"2026-07-30T05:29:03.275638",496]