superclawd 0.1.1 → 0.1.2

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": "superclawd",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Claude Code, supercharged — your team's standards, every session. The superclawd CLI loads your workspace's skills, agents, commands, workflows, and live directives into Claude Code as a plugin.",
5
5
  "author": "SuperClawd <support@superclawd.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -46,7 +46,8 @@
46
46
  "format": "prettier --check 'src/**/*.{ts,tsx}'",
47
47
  "format:fix": "prettier --write 'src/**/*.{ts,tsx}'",
48
48
  "selftest": "tsx test/mcp-selftest.ts",
49
- "test": "node build.mjs && tsx test/mcp-selftest.ts",
49
+ "test:guardrails": "tsx test/guardrails-eval.test.ts",
50
+ "test": "node build.mjs && tsx test/mcp-selftest.ts && tsx test/pipelines-tools.test.ts && tsx test/guardrails-eval.test.ts && tsx test/hooks-capture.test.ts && tsx test/translator-teams.test.ts && tsx test/run-args.test.ts && tsx test/pipelines.test.ts && tsx test/update-check.test.ts && tsx test/retrieve.test.ts && tsx test/config-private-memory.test.ts && tsx test/config-choose-workspace.test.ts && tsx test/config.test.ts && tsx test/translator-basics.test.ts && tsx test/hook-helper-guardrails.test.ts && tsx test/capture-prompts.test.ts && tsx test/mcp-backend-real.test.ts && tsx test/catalog.test.ts",
50
51
  "prepublishOnly": "npm run build",
51
52
  "publish:npm": "npm publish",
52
53
  "version:bump": "npm version patch --no-git-tag-version"