@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
- const header = [
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-P5Y7IAUC.js";
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-ZRT7JP5F.js");
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");
@@ -4,7 +4,7 @@ import {
4
4
  formatInitResults,
5
5
  generateInitMdContent,
6
6
  runInit
7
- } from "./chunk-P5Y7IAUC.js";
7
+ } from "./chunk-2BFTJMBP.js";
8
8
  export {
9
9
  ALL_CONFIG_TYPES,
10
10
  CONFIG_LABELS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumpslabs/kuma",
3
- "version": "2.1.4",
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",