Skip to content

fix(cli): bump version to 0.5.1 (SMI-3537)#343

Merged
wrsmith108 merged 1 commit intomainfrom
fix/cli-version-bump-smi-3537
Mar 22, 2026
Merged

fix(cli): bump version to 0.5.1 (SMI-3537)#343
wrsmith108 merged 1 commit intomainfrom
fix/cli-version-bump-smi-3537

Conversation

@wrsmith108
Copy link
Member

Summary

  • Bumps @skillsmith/cli from 0.4.3 to 0.5.1 to resolve npm registry version regression
  • 0.5.0 was published with exact-pinned @skillsmith/core@0.4.15; subsequent squash-merges reverted local to 0.4.3
  • npm disallows republishing used versions, so advancing to 0.5.1

Post-merge action

npm deprecate @skillsmith/cli@0.5.0 "Published with stale core dependency (0.4.15 exact pin). Use >=0.5.1"

Test plan

  • npm run lint — zero errors
  • npm run format:check — all formatted
  • npm run typecheck — clean
  • npm test -w @skillsmith/cli — 441 tests passed
  • Pre-push security + coverage checks passed
  • CI green

🤖 Generated with claude-flow

…I-3537)

@skillsmith/cli@0.5.0 was published with exact-pinned @skillsmith/core@0.4.15.
Subsequent squash-merges reverted local to 0.4.3, creating a version gap.
Bumping to 0.5.1 to advance past the problematic 0.5.0 publish.

Co-Authored-By: claude-flow <ruv@ruv.net>
Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

Performance Benchmark Results

╔═══════════════════════════════════════════════════════════════╗
║ SMI-1537: V3 Migration Performance Benchmarks ║
╠═══════════════════════════════════════════════════════════════╣
║ Memory Operations: 40x target ║
║ Embedding Search: 150x target ║
║ Recommendation Pipeline: 4x target ║
╚═══════════════════════════════════════════════════════════════╝

Running 50 iterations with 10 warmup...

--- Memory Operations ---

--- Embedding Search ---
Indexing 10K vectors... done

--- Recommendation Pipeline ---
Initializing recommendation pipeline with 1000 skills... done

═══════════════════════════════════════════════════════════════

V3 Migration Benchmark Report

Date: 2026-03-22T00:32:46.862Z
Node.js: v22.22.1

Results

Operation V2 Baseline V3 Result Speedup Target Status
Memory Store 200ms 0.00ms 178253x 40x
Memory Get 150ms 0.00ms 267380x 40x
Memory Delete 180ms 0.00ms 332717x 40x
Embedding Search (10K vectors) 500ms 0.12ms 4101x 150x
Recommendation Pipeline 800ms 0.12ms 6747x 4x

Summary

  • Total Benchmarks: 5
  • Passed: 5
  • Failed: 0
  • All Targets Met: ✅ Yes

Notes

  • V2 baselines are from pre-migration measurements (simulated for this benchmark)
  • Target threshold includes 20% tolerance for environmental variance
  • Memory operations use in-memory Map (real V3 uses optimized SQLite)
  • Embedding search simulates HNSW algorithm efficiency (real V3 uses onnxruntime-node)

@wrsmith108 wrsmith108 merged commit 2772fd0 into main Mar 22, 2026
47 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant