@grunnverk/kodrdriv 1.3.0 → 1.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grunnverk/kodrdriv",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "description": "Create Intelligent Release Notes or Change Logs from Git",
5
5
  "main": "dist/main.js",
6
6
  "type": "module",
@@ -46,18 +46,18 @@
46
46
  "node": ">=24.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@grunnverk/ai-service": "^1.0.1",
50
- "@grunnverk/audio-tools": "^1.0.0",
51
- "@grunnverk/commands-audio": "^1.0.0",
52
- "@grunnverk/commands-git": "^1.0.0",
53
- "@grunnverk/commands-publish": "^1.0.0",
54
- "@grunnverk/commands-tree": "^1.0.0",
55
- "@grunnverk/core": "^1.0.0",
56
- "@grunnverk/git-tools": "^1.0.1",
57
- "@grunnverk/github-tools": "^1.0.0",
58
- "@grunnverk/shared": "^0.1.11",
59
- "@grunnverk/tree-core": "^1.0.0",
60
- "@grunnverk/tree-execution": "^1.0.0",
49
+ "@grunnverk/ai-service": "^1.5.0",
50
+ "@grunnverk/audio-tools": "^1.5.0",
51
+ "@grunnverk/commands-audio": "^1.5.0",
52
+ "@grunnverk/commands-git": "^1.5.0",
53
+ "@grunnverk/commands-publish": "^1.5.0",
54
+ "@grunnverk/commands-tree": "^1.5.0",
55
+ "@grunnverk/core": "^1.5.0",
56
+ "@grunnverk/git-tools": "^1.5.0",
57
+ "@grunnverk/github-tools": "^1.5.0",
58
+ "@grunnverk/shared": "^1.5.2",
59
+ "@grunnverk/tree-core": "^1.5.0",
60
+ "@grunnverk/tree-execution": "^1.5.0",
61
61
  "@modelcontextprotocol/sdk": "^1.25.3",
62
62
  "@octokit/rest": "^22.0.0",
63
63
  "@riotprompt/riotprompt": "^0.0.21",
@@ -1,12 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(npm install:*)",
5
- "Bash(kodrdriv tree publish:*)",
6
- "Bash(git push:*)",
7
- "Bash(kill:*)",
8
- "Bash(pkill:*)",
9
- "Bash(kodrdriv development:*)"
10
- ]
11
- }
12
- }
package/.gitignore~ DELETED
@@ -1,23 +0,0 @@
1
- .env
2
- dist
3
- temp-dist
4
- node_modules
5
- *.log
6
- .vscode
7
- coverage/
8
- input/
9
- output/
10
- processed/
11
- .kodrdriv-test-cache.json
12
- RELEASE_NOTES.md
13
- RELEASE_TITLE.md
14
- tsconfig.tsbuildinfo
15
-
16
- # KodrDriv link backup files
17
- .kodrdriv-link-backup.json
18
-
19
- # Git hooks (environment-specific)
20
- .git/hooks/pre-commit
21
-
22
- # Fallback commit message files (should go to output/ directory)
23
- commit-message-*.txt