Publish CAD-to-SimReady 0.2.0 - #445
Conversation
Signed-off-by: Doyub Kim <doyopk@nvidia.com>
The --no-ai case asserted on main()'s bare exit code. --check returns 1 for output drift as well as for skill warnings, so any PR that edits skill content failed this test for reasons unrelated to enrichment. PR #445 is the first to hit it: 70 changed files including SKILL.md at 62+/147-, which legitimately drifts the checked-in metadata. Neutralise diff_text for the duration of the run so the exit code is attributable to the warning gate alone. Drift is already covered by case 4. A first attempt simply excused drift with 'rc == 0 or drifted'. That was worse than the original bug: removing the --no-ai gate entirely still passed, because drift was present. Mutation-checked properly this time. Verified against PR #445's content: reproduces the failure without this change, passes with it, and still fails when the --no-ai gate is removed -- on both #445's tree and a clean one. Signed-off-by: Moshe Abramovitch <moshea@nvidia.com>
|
Merging via admin override. Recording why, since the normal gate did not run. Why the gate is absent. This is a fork pull request ( Precedent. This is the same path used in #150 on 2026-05-29, which staged these five Physical AI skills into the catalog as a "one-time content bridge" because the sync could not clone What I verified by hand, in place of the gate:
What this does not mean. Fork pull requests are not supported. This merged on a manual verification, not because the gate passed. The durable fixes are #428, which restores fork support but needs |
Onboarding type
components.d/<slug>.ymlfile)Public release affirmations for this update
skills/content is cleared for public OSS release.skills/omniverse-cad-to-simreadycatalog path is retained.The source repository is internal and this skill uses the existing Physical AI direct-publication exception in
.github/scripts/manual-components.yml.Reviewer checklist (OSS Skills PIC)
SKILL.mdfrontmatter sampled and confirmed spec-compliant.All PRs
git commit -s).Other context
Summary
Publish CAD-to-SimReady 0.2.0 by replacing the existing 0.1.0 catalog directory with the exact signed snapshot from
NVIDIA-dev/physical-ai-skill-hub-dev@fed157be.This update includes the 0.2.0 changelog, refreshed evaluation and benchmark evidence, pinned public upstream versions, current conversion and preflight workflows, and the reviewed version-stable SkillSpector baseline.
Source release PR: NVIDIA-dev/physical-ai-skill-hub-dev#275.
Validation
NVIDIA-devreferences remain in the published skill directory.git diff --checkpasses.Draft follow-ups
benchmarks.jsonagainst the updated catalog base./nvskills-ciafter fork skill-content CI support in feat(ci): restore fork pull request support #428 lands, or have a catalog maintainer move this commit to a same-repository branch for validation.