@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/dist/constants.js +3 -3
- package/dist/mcp-server.js +6 -6
- package/dist/mcp-server.js.map +2 -2
- package/package.json +13 -13
- package/.claude/settings.local.json +0 -12
- package/.gitignore~ +0 -23
- package/input/250509-kodrdriv-library-rules.m4a +0 -0
- package/processed/250705-kodrdriv-confirm-editor-for-commit-and-release.m4a +0 -0
- package/processed/250705-kodrdriv-confirm-flag-release.m4a +0 -0
- package/processed/250705-kodrdriv-context-for-review.m4a +0 -0
- package/processed/250705-kodrdriv-feedback-on-publish-pipeline.m4a +0 -0
- package/processed/250705-kodrdriv-intelligent-eslint-style.m4a +0 -0
- package/processed/250705-kodrdriv-make-review-less-strict.m4a +0 -0
- package/processed/250705-kodrdriv-multilevel-transcription.m4a +0 -0
- package/processed/250705-kodrdriv-opinionated-review.m4a +0 -0
- package/processed/250705-kodrdriv-publish-next-version.m4a +0 -0
- package/processed/250705-kodrdriv-release-branches-and-milestones.m4a +0 -0
- package/processed/250705-kodrdriv-scope-check-fix-or-ignore.m4a +0 -0
- package/processed/250705-kodrdriv-scope-checker.m4a +0 -0
- package/processed/250705-kodrdriv-specify-a-release-note-for-publish.m4a +0 -0
- package/temp-dist/arguments.js +0 -817
- package/temp-dist/constants.js +0 -202
- package/temp-dist/logging.js +0 -130
- package/temp-dist/types.js +0 -112
- package/temp-dist/util/stdin.js +0 -132
- package/temp-dist/util/storage.js +0 -149
- package/temp-dist/util/validation.js +0 -110
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grunnverk/kodrdriv",
|
|
3
|
-
"version": "1.
|
|
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
|
|
50
|
-
"@grunnverk/audio-tools": "^1.
|
|
51
|
-
"@grunnverk/commands-audio": "^1.
|
|
52
|
-
"@grunnverk/commands-git": "^1.
|
|
53
|
-
"@grunnverk/commands-publish": "^1.
|
|
54
|
-
"@grunnverk/commands-tree": "^1.
|
|
55
|
-
"@grunnverk/core": "^1.
|
|
56
|
-
"@grunnverk/git-tools": "^1.0
|
|
57
|
-
"@grunnverk/github-tools": "^1.
|
|
58
|
-
"@grunnverk/shared": "^
|
|
59
|
-
"@grunnverk/tree-core": "^1.
|
|
60
|
-
"@grunnverk/tree-execution": "^1.
|
|
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",
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|