@remixhq/claude-plugin 0.1.28 → 0.1.29

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.
@@ -10696,7 +10696,7 @@ async function createPendingTurnState(params) {
10696
10696
  // package.json
10697
10697
  var package_default = {
10698
10698
  name: "@remixhq/claude-plugin",
10699
- version: "0.1.28",
10699
+ version: "0.1.29",
10700
10700
  description: "Claude Code plugin for Remix collaboration workflows",
10701
10701
  homepage: "https://github.com/RemixDotOne/remix-claude-plugin",
10702
10702
  license: "MIT",
@@ -10730,7 +10730,7 @@ var package_default = {
10730
10730
  postbuild: `node -e "const fs=require('node:fs'); for (const p of ['dist/mcp-server.cjs','dist/hook-pre-git.cjs','dist/hook-user-prompt.cjs','dist/hook-post-collab.cjs','dist/hook-stop-collab.cjs']) fs.chmodSync(p, 0o755);"`,
10731
10731
  dev: "tsx src/mcp-server.ts",
10732
10732
  typecheck: "tsc -p tsconfig.json --noEmit",
10733
- test: "node --import tsx --test 'src/**/*.test.ts'",
10733
+ test: "node --import tsx --test src/auto-fix-dispatcher.test.ts src/deferred-turn-drainer.test.ts src/deferred-turn-queue.test.ts src/finalize-failure-marker.test.ts src/transient-failure.test.ts src/usage/claudeCodeSession.test.ts src/usage/claudeCodeUsageHarvester.test.ts src/usage/integration.test.ts src/usage/sliceTranscriptIntoTurns.test.ts",
10734
10734
  prepack: "npm run build"
10735
10735
  },
10736
10736
  dependencies: {