Skip to content

v1.4.0 — Multi-scope skill management

Choose a tag to compare

@adityasugandhi adityasugandhi released this 23 Feb 02:22
· 1 commit to main since this release

What's New

  • Multi-scope skill management: Support for both global (~/.claude/) and project-scoped (./.claude/) skills
  • Scope resolver: New scope-resolver.ts for path resolution and validation across scopes
  • All tools updated: Every MCP tool now accepts an optional scope parameter (defaults to global for backward compatibility)
  • CI/CD pipeline: GitHub Actions workflow for build/test (Node 20/22) and automated npm publish on release
  • 135 tests passing across security scanner, skill manager, sync engine, and scope resolver

Full Changelog

v1.3.1...v1.4.0