@plumpslabs/kuma 2.1.4 → 2.1.5
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.
|
@@ -286,12 +286,7 @@ function opencodeTemplate() {
|
|
|
286
286
|
},
|
|
287
287
|
instructions: [".kuma/init.md"]
|
|
288
288
|
};
|
|
289
|
-
|
|
290
|
-
"// Generated by Kuma MCP - https://github.com/plumpslabs/kuma",
|
|
291
|
-
"// OpenCode config with Kuma MCP tools.",
|
|
292
|
-
""
|
|
293
|
-
].join("\n");
|
|
294
|
-
return header + JSON.stringify(config, null, 2) + "\n";
|
|
289
|
+
return JSON.stringify(config, null, 2) + "\n";
|
|
295
290
|
}
|
|
296
291
|
function codexTemplate() {
|
|
297
292
|
return [
|
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
runInit,
|
|
9
9
|
validateFileExtension,
|
|
10
10
|
validateFilePath
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2BFTJMBP.js";
|
|
12
12
|
|
|
13
13
|
// src/index.ts
|
|
14
14
|
import { readFileSync } from "fs";
|
|
@@ -5847,7 +5847,7 @@ async function main() {
|
|
|
5847
5847
|
});
|
|
5848
5848
|
(async () => {
|
|
5849
5849
|
try {
|
|
5850
|
-
const { generateInitMdContent } = await import("./init-
|
|
5850
|
+
const { generateInitMdContent } = await import("./init-AMRMKI4X.js");
|
|
5851
5851
|
const fs16 = await import("fs");
|
|
5852
5852
|
const path16 = await import("path");
|
|
5853
5853
|
const initMdPath = path16.resolve(process.cwd(), ".kuma/init.md");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumpslabs/kuma",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "Zero-setup safety toolkit for AI coding agents. MCP server with code review, git analysis, file editing, session memory, and static analysis — works with Claude Code, Cursor, Gemini CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|