@grunnverk/kilde 1.5.7 → 1.5.9-dev.0

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.
@@ -454,7 +454,7 @@ MCP protocol implementation.
454
454
 
455
455
  **Why**: Standard MCP server implementation
456
456
 
457
- #### `@riotprompt/riotprompt`
457
+ #### `@kjerneverk/riotprompt`
458
458
  Prompt formatting for LLMs.
459
459
 
460
460
  **Why**: Structured prompt generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grunnverk/kilde",
3
- "version": "1.5.7",
3
+ "version": "1.5.9-dev.0",
4
4
  "description": "Universal Git Automation Tool - AI-powered commit and release messages for any git repository",
5
5
  "main": "dist/main.js",
6
6
  "type": "module",
@@ -46,13 +46,13 @@
46
46
  "node": ">=24.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@grunnverk/ai-service": "^1.5.3",
50
- "@grunnverk/commands-git": "^1.5.7",
51
- "@grunnverk/core": "^1.5.7",
49
+ "@grunnverk/ai-service": "^1.5.4",
50
+ "@grunnverk/commands-git": "^1.5.8",
51
+ "@grunnverk/core": "^1.5.8",
52
52
  "@grunnverk/git-tools": "^1.5.4",
53
53
  "@grunnverk/shared": "^1.5.4",
54
54
  "@modelcontextprotocol/sdk": "^1.25.3",
55
- "@riotprompt/riotprompt": "^0.0.21",
55
+ "@kjerneverk/riotprompt": "^1.0.6",
56
56
  "commander": "^14.0.0",
57
57
  "dotenv": "^17.2.1",
58
58
  "js-yaml": "^4.1.0",
@@ -64,7 +64,7 @@ async function buildMCPServer() {
64
64
  external: [
65
65
  '@modelcontextprotocol/*',
66
66
  '@grunnverk/*',
67
- '@riotprompt/*',
67
+ '@kjerneverk/*',
68
68
  // Winston and its dependencies use dynamic requires that don't work when bundled
69
69
  // These must be external dependencies, not bundled
70
70
  'winston',
@@ -9,7 +9,7 @@
9
9
  import 'dotenv/config';
10
10
  import type { ChatCompletionMessageParam } from 'openai/resources';
11
11
  import { getDefaultFromRef, getCurrentBranch } from '@grunnverk/git-tools';
12
- import { Formatter, Model } from '@riotprompt/riotprompt';
12
+ import { Formatter, Model } from '@kjerneverk/riotprompt';
13
13
  import {
14
14
  Config,
15
15
  Log,