claude-flow-novice 2.18.27 → 2.18.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -922,7 +922,9 @@ if (ext === '.rs') {
922
922
  });
923
923
  }
924
924
 
925
+ // Merge with Phase 1.5 results - don't overwrite passed/severity from cargo check
925
926
  results.rust = {
927
+ ...results.rust, // Preserve Phase 1.5 cargo check results (passed, severity, errors)
926
928
  available: cargoAvailable,
927
929
  clippy: null,
928
930
  rustfmt: null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-flow-novice",
3
- "version": "2.18.27",
3
+ "version": "2.18.28",
4
4
  "description": "Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture\n\nIncludes Local RuVector Accelerator and all CFN skills for complete functionality.",
5
5
  "main": "index.js",
6
6
  "type": "module",