@jaggerxtrm/specialists 3.5.1 → 3.6.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaggerxtrm/specialists",
3
- "version": "3.5.1",
3
+ "version": "3.6.1",
4
4
  "description": "OmniSpecialist — 7-tool MCP orchestration layer powered by the Specialist System. Discover and execute .specialist.yaml files across project/user/system scopes via pi.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -20,6 +20,7 @@
20
20
  "start": "node dist/index.js",
21
21
  "lint": "tsc --noEmit",
22
22
  "test": "bun --bun vitest run",
23
+ "test:node": "node node_modules/.bin/vitest run",
23
24
  "test:bun": "bun test tests/unit/specialist/observability-sqlite.test.ts tests/unit/specialist/observability-db.test.ts tests/unit/cli/db.test.ts",
24
25
  "test:watch": "bun --bun vitest",
25
26
  "test:coverage": "bun --bun vitest run --coverage",