@grunnverk/kilde 1.5.0 → 1.5.3

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/README.md CHANGED
@@ -442,3 +442,4 @@ Contributions welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) and submit
442
442
  ---
443
443
 
444
444
  **Made with ❤️ by the grunnverk team**
445
+ TEST
package/dist/constants.js CHANGED
@@ -3,9 +3,9 @@ import path from 'path';
3
3
 
4
4
  /**
5
5
  * Version and build information (replaced at build time)
6
- */ const VERSION = '1.5.0 (HEAD/e5502cc T:v1.5.1 2026-01-22 12:46:23 -0800) linux x64 v24.12.0';
7
- const BUILD_HOSTNAME = 'runnervmmtnos';
8
- const BUILD_TIMESTAMP = '2026-01-22T20:51:14.392Z';
6
+ */ const VERSION = '1.5.3 (HEAD/9c513cc T:v1.5.3 2026-01-27 18:44:03 -0800) linux x64 v24.13.0';
7
+ const BUILD_HOSTNAME = 'runnervmymu0l';
8
+ const BUILD_TIMESTAMP = '2026-01-28T02:46:11.210Z';
9
9
  /**
10
10
  * Program identification
11
11
  */ const PROGRAM_NAME = 'kilde';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grunnverk/kilde",
3
- "version": "1.5.0",
3
+ "version": "1.5.3",
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",
@@ -21,7 +21,7 @@
21
21
  "lint": "eslint . --ext .ts",
22
22
  "lint:fix": "eslint . --ext .ts --fix",
23
23
  "clean": "rm -rf dist",
24
- "precommit": "npm run build && npm run lint && npm run test && npm run mcp:test",
24
+ "precommit": "npm run lint && npm run build && npm run test && npm run mcp:test",
25
25
  "prepublishOnly": "npm run lint && npm run build && npm run test",
26
26
  "mcp:build": "vite build && chmod 755 ./dist/mcp-server.js 2>/dev/null || true",
27
27
  "mcp:inspect": "mcp-inspector npx -y @modelcontextprotocol/server-kilde",
@@ -46,11 +46,11 @@
46
46
  "node": ">=24.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@grunnverk/ai-service": "^1.5.0",
50
- "@grunnverk/commands-git": "^1.5.0",
51
- "@grunnverk/core": "^1.5.0",
52
- "@grunnverk/git-tools": "^1.5.0",
53
- "@grunnverk/shared": "^1.5.2",
49
+ "@grunnverk/ai-service": "^1.5.1",
50
+ "@grunnverk/commands-git": "^1.5.1",
51
+ "@grunnverk/core": "^1.5.2",
52
+ "@grunnverk/git-tools": "^1.5.1",
53
+ "@grunnverk/shared": "^1.5.3",
54
54
  "@modelcontextprotocol/sdk": "^1.25.3",
55
55
  "@riotprompt/riotprompt": "^0.0.21",
56
56
  "commander": "^14.0.0",