Description
Description
The blueprint version gate appears to be too strict.
Observed in nemoclaw-blueprint/blueprint.yaml:min_openshell_version: "0.1.0"
However, the currently required / supported OpenShell version for this NemoClaw flow is 0.0.24.
Because of this mismatch, the blueprint may incorrectly imply that OpenShell 0.1.0+ is required, even though 0.0.24 is sufficient. This can confuse users and may block otherwise valid environments unnecessarily.
Reproduction Steps
- Checkout the affected tag / branch (example:
v0.0.7) - Inspect the blueprint version requirement:
grep min_openshell_version nemoclaw-blueprint/blueprint.yaml
- Observe:
min_openshell_version: "0.1.0"
- Compare that against the actual minimum required OpenShell version currently used/expected:
0.0.24
Actual Result
nemoclaw-blueprint/blueprint.yaml declares:min_openshell_version: "0.1.0"
Expected Result
If NemoClaw actually supports OpenShell 0.0.24, then the blueprint should declare:min_openshell_version: "0.0.24"
or otherwise be updated to match the real minimum supported version.
Impact
- Confusing version requirement for users and QA
- May cause unnecessary install/preflight/compatibility failures
- Makes the documented/runtime support boundary inconsistent with the blueprint gate
Environment:- Platform: macos
- NemoClaw: v0.0.9
- OpenShell CLI: 0.0.24
Bug Details
| Field |
Value |
| Priority |
Unprioritized |
| Action |
Dev - Open - To fix |
| Disposition |
Open issue |
| Module |
Machine Learning - NemoClaw |
| Keyword |
NemoClaw, NEMOCLAW_GH_SYNC_APPROVAL |
[NVB# 6059904]
Description
Description
The blueprint version gate appears to be too strict.
Observed in
nemoclaw-blueprint/blueprint.yaml:min_openshell_version: "0.1.0"However, the currently required / supported OpenShell version for this NemoClaw flow is
0.0.24.Because of this mismatch, the blueprint may incorrectly imply that OpenShell
0.1.0+is required, even though0.0.24is sufficient. This can confuse users and may block otherwise valid environments unnecessarily.Reproduction Steps
v0.0.7)0.0.24Actual Result
nemoclaw-blueprint/blueprint.yamldeclares:min_openshell_version: "0.1.0"Expected Result
If NemoClaw actually supports OpenShell
0.0.24, then the blueprint should declare:min_openshell_version: "0.0.24"or otherwise be updated to match the real minimum supported version.
Impact
Environment:- Platform: macos
Bug Details
[NVB# 6059904]