@remixhq/claude-plugin 0.1.10 → 0.1.11
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/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@remixhq/claude-plugin",
|
|
6
|
-
version: "0.1.
|
|
6
|
+
version: "0.1.11",
|
|
7
7
|
description: "Claude Code plugin for Remix collaboration workflows",
|
|
8
8
|
homepage: "https://github.com/RemixDotOne/remix-claude-plugin",
|
|
9
9
|
license: "MIT",
|
|
@@ -34,8 +34,8 @@ var package_default = {
|
|
|
34
34
|
prepack: "npm run build"
|
|
35
35
|
},
|
|
36
36
|
dependencies: {
|
|
37
|
-
"@remixhq/core": "^0.1.
|
|
38
|
-
"@remixhq/mcp": "^0.1.
|
|
37
|
+
"@remixhq/core": "^0.1.8",
|
|
38
|
+
"@remixhq/mcp": "^0.1.8"
|
|
39
39
|
},
|
|
40
40
|
devDependencies: {
|
|
41
41
|
"@types/node": "^25.4.0",
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../package.json","../src/metadata.ts"],"sourcesContent":["{\n \"name\": \"@remixhq/claude-plugin\",\n \"version\": \"0.1.
|
|
1
|
+
{"version":3,"sources":["../package.json","../src/metadata.ts"],"sourcesContent":["{\n \"name\": \"@remixhq/claude-plugin\",\n \"version\": \"0.1.11\",\n \"description\": \"Claude Code plugin for Remix collaboration workflows\",\n \"homepage\": \"https://github.com/RemixDotOne/remix-claude-plugin\",\n \"license\": \"MIT\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/RemixDotOne/remix-claude-plugin.git\"\n },\n \"type\": \"module\",\n \"engines\": {\n \"node\": \">=20\"\n },\n \"publishConfig\": {\n \"access\": \"public\"\n },\n \"files\": [\n \"dist\",\n \".claude-plugin/plugin.json\",\n \".mcp.json\",\n \"skills\",\n \"hooks\",\n \"agents\"\n ],\n \"scripts\": {\n \"build\": \"tsup\",\n \"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);\\\"\",\n \"dev\": \"tsx src/mcp-server.ts\",\n \"typecheck\": \"tsc -p tsconfig.json --noEmit\",\n \"prepack\": \"npm run build\"\n },\n \"dependencies\": {\n \"@remixhq/core\": \"^0.1.8\",\n \"@remixhq/mcp\": \"^0.1.8\"\n },\n \"devDependencies\": {\n \"@types/node\": \"^25.4.0\",\n \"tsup\": \"^8.5.1\",\n \"tsx\": \"^4.21.0\",\n \"typescript\": \"^5.9.3\"\n }\n}\n","import pkg from \"../package.json\";\n\nexport const pluginMetadata = {\n name: pkg.name,\n version: pkg.version,\n description: pkg.description,\n pluginId: \"remix\",\n agentName: \"remix-collab\",\n};\n"],"mappings":";;;AAAA;AAAA,EACE,MAAQ;AAAA,EACR,SAAW;AAAA,EACX,aAAe;AAAA,EACf,UAAY;AAAA,EACZ,SAAW;AAAA,EACX,YAAc;AAAA,IACZ,MAAQ;AAAA,IACR,KAAO;AAAA,EACT;AAAA,EACA,MAAQ;AAAA,EACR,SAAW;AAAA,IACT,MAAQ;AAAA,EACV;AAAA,EACA,eAAiB;AAAA,IACf,QAAU;AAAA,EACZ;AAAA,EACA,OAAS;AAAA,IACP;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AAAA,EACA,SAAW;AAAA,IACT,OAAS;AAAA,IACT,WAAa;AAAA,IACb,KAAO;AAAA,IACP,WAAa;AAAA,IACb,SAAW;AAAA,EACb;AAAA,EACA,cAAgB;AAAA,IACd,iBAAiB;AAAA,IACjB,gBAAgB;AAAA,EAClB;AAAA,EACA,iBAAmB;AAAA,IACjB,eAAe;AAAA,IACf,MAAQ;AAAA,IACR,KAAO;AAAA,IACP,YAAc;AAAA,EAChB;AACF;;;ACxCO,IAAM,iBAAiB;AAAA,EAC5B,MAAM,gBAAI;AAAA,EACV,SAAS,gBAAI;AAAA,EACb,aAAa,gBAAI;AAAA,EACjB,UAAU;AAAA,EACV,WAAW;AACb;","names":[]}
|
package/dist/mcp-server.cjs
CHANGED
|
@@ -41785,7 +41785,7 @@ async function writeCollabBinding(repoRoot, binding) {
|
|
|
41785
41785
|
return filePath;
|
|
41786
41786
|
}
|
|
41787
41787
|
|
|
41788
|
-
// node_modules/@remixhq/core/dist/chunk-
|
|
41788
|
+
// node_modules/@remixhq/core/dist/chunk-RREREIGW.js
|
|
41789
41789
|
var import_promises15 = __toESM(require("fs/promises"), 1);
|
|
41790
41790
|
var import_crypto = require("crypto");
|
|
41791
41791
|
var import_os2 = __toESM(require("os"), 1);
|
|
@@ -48566,7 +48566,7 @@ var {
|
|
|
48566
48566
|
getCancelSignal: getCancelSignal2
|
|
48567
48567
|
} = getIpcExport();
|
|
48568
48568
|
|
|
48569
|
-
// node_modules/@remixhq/core/dist/chunk-
|
|
48569
|
+
// node_modules/@remixhq/core/dist/chunk-RREREIGW.js
|
|
48570
48570
|
var GIT_REMOTE_PROTOCOL_RE = /^(https?|ssh):\/\//i;
|
|
48571
48571
|
var SCP_LIKE_GIT_REMOTE_RE = /^(?<user>[^@\s]+)@(?<host>[^:\s]+):(?<path>[^\\\s]+)$/;
|
|
48572
48572
|
var CANONICAL_GIT_REMOTE_RE = /^(?<host>(?:localhost|[a-z0-9.-]+))\/(?<path>[^\\\s]+)$/i;
|
|
@@ -48929,7 +48929,7 @@ async function createGitBundle(cwd, bundleName = "repository.bundle") {
|
|
|
48929
48929
|
const safeName = bundleName.replace(/[^a-zA-Z0-9._-]+/g, "_");
|
|
48930
48930
|
const tmpDir = await import_promises15.default.mkdtemp(import_path4.default.join(import_os2.default.tmpdir(), "remix-bundle-"));
|
|
48931
48931
|
const bundlePath = import_path4.default.join(tmpDir, safeName);
|
|
48932
|
-
const res = await runGitDetailed(["bundle", "create", bundlePath, "--all"
|
|
48932
|
+
const res = await runGitDetailed(["bundle", "create", bundlePath, "--all"], cwd);
|
|
48933
48933
|
if (res.exitCode !== 0) {
|
|
48934
48934
|
const detail = [res.stderr.trim(), res.stdout.trim()].filter(Boolean).join("\n\n");
|
|
48935
48935
|
throw new RemixError("Failed to create repository bundle.", {
|
|
@@ -53316,7 +53316,7 @@ async function startStdioServer(params) {
|
|
|
53316
53316
|
// package.json
|
|
53317
53317
|
var package_default = {
|
|
53318
53318
|
name: "@remixhq/claude-plugin",
|
|
53319
|
-
version: "0.1.
|
|
53319
|
+
version: "0.1.11",
|
|
53320
53320
|
description: "Claude Code plugin for Remix collaboration workflows",
|
|
53321
53321
|
homepage: "https://github.com/RemixDotOne/remix-claude-plugin",
|
|
53322
53322
|
license: "MIT",
|
|
@@ -53347,8 +53347,8 @@ var package_default = {
|
|
|
53347
53347
|
prepack: "npm run build"
|
|
53348
53348
|
},
|
|
53349
53349
|
dependencies: {
|
|
53350
|
-
"@remixhq/core": "^0.1.
|
|
53351
|
-
"@remixhq/mcp": "^0.1.
|
|
53350
|
+
"@remixhq/core": "^0.1.8",
|
|
53351
|
+
"@remixhq/mcp": "^0.1.8"
|
|
53352
53352
|
},
|
|
53353
53353
|
devDependencies: {
|
|
53354
53354
|
"@types/node": "^25.4.0",
|