@redaksjon/protokoll 0.0.7 → 0.0.8
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 +1 -1
- package/package.json +76 -76
- package/tsconfig.tsbuildinfo +1 -1
- package/output/kodrdriv/250702-1905-commit-message.md +0 -1
- package/output/kodrdriv/250702-1905-commit.request.json +0 -14
- package/output/kodrdriv/250702-1905-commit.response.json +0 -36
- package/output/kodrdriv/250702-1906-commit-message.md +0 -1
- package/output/kodrdriv/250702-1907-commit-message.md +0 -1
- package/output/kodrdriv/250702-1907-commit.request.json +0 -14
- package/output/kodrdriv/250702-1907-commit.response.json +0 -36
- package/output/kodrdriv/250716-1517-review-analysis.md +0 -39
- package/output/kodrdriv/250716-1517-review-notes.md +0 -69
- package/output/kodrdriv/250716-1518-review-analysis.md +0 -15
- package/output/kodrdriv/250716-1518-review-notes.md +0 -67
- package/output/kodrdriv/250716-1523-review-analysis.md +0 -36
- package/output/kodrdriv/250716-1523-review-notes.md +0 -87
- package/output/kodrdriv/250722-1135-commit-message.md +0 -1
- package/output/kodrdriv/250722-1331-commit-message.md +0 -1
- package/output/kodrdriv/250722-1335-commit-message.md +0 -1
- package/output/kodrdriv/250722-1337-commit-message.md +0 -1
- package/output/kodrdriv/250722-1342-release-notes.md +0 -26
- package/output/kodrdriv/250722-1416-commit-message.md +0 -3
- package/output/kodrdriv/250722-1420-commit-message.md +0 -1
- package/output/kodrdriv/250722-1422-commit-message.md +0 -1
- package/output/kodrdriv/250722-1423-commit-message.md +0 -1
- package/output/kodrdriv/250722-1425-release-notes.md +0 -41
- package/output/kodrdriv/250722-1527-commit-message.md +0 -13
- package/output/kodrdriv/250722-1532-commit-message.md +0 -1
- package/output/kodrdriv/250722-1532-release-notes.md +0 -32
- package/output/kodrdriv/250722-2314-review-analysis.md +0 -28
- package/output/kodrdriv/250722-2314-review-notes.md +0 -464
- package/output/kodrdriv/250722-2315-review-analysis.md +0 -28
- package/output/kodrdriv/250722-2315-review-notes.md +0 -477
- package/output/kodrdriv/250804-1623-review-analysis.md +0 -38
- package/output/kodrdriv/250804-1623-review-notes.md +0 -479
- package/output/kodrdriv/250804-1638-review-analysis.md +0 -56
- package/output/kodrdriv/250804-1638-review-notes.md +0 -502
- package/output/kodrdriv/250812-2021-review-analysis.md +0 -27
- package/output/kodrdriv/250812-2021-review-notes.md +0 -571
- package/output/kodrdriv/250826-0700-commit-message.md +0 -12
- package/output/kodrdriv/RELEASE_NOTES.md +0 -30
- package/output/kodrdriv/RELEASE_TITLE.md +0 -1
package/dist/constants.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import os from 'os';
|
|
2
2
|
|
|
3
|
-
const VERSION = '0.0.
|
|
3
|
+
const VERSION = '0.0.8 (HEAD/df7896f T:v0.0.8 2026-01-10 19:49:35 -0800) linux x64 v22.21.1';
|
|
4
4
|
const PROGRAM_NAME = 'protokoll';
|
|
5
5
|
const DEFAULT_DIFF = true;
|
|
6
6
|
const DEFAULT_LOG = false;
|
package/package.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
2
|
+
"name": "@redaksjon/protokoll",
|
|
3
|
+
"version": "0.0.8",
|
|
4
|
+
"description": "Focused audio transcription with intelligent context integration",
|
|
5
|
+
"main": "dist/main.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"bin": {
|
|
8
|
+
"protokoll": "./dist/main.js"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/redaksjon/protokoll.git"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "npm run lint &&tsc --noEmit && vite build && copyfiles -u 1 \"src/**/*.md\" dist",
|
|
16
|
+
"dev": "vite",
|
|
17
|
+
"watch": "vite build --watch",
|
|
18
|
+
"test": "vitest run --coverage",
|
|
19
|
+
"test:coverage": "vitest run --coverage",
|
|
20
|
+
"lint": "eslint . --ext .ts",
|
|
21
|
+
"lint:fix": "eslint . --ext .ts --fix",
|
|
22
|
+
"clean": "rm -rf dist",
|
|
23
|
+
"precommit": "npm run lint && npm run test",
|
|
24
|
+
"prepublishOnly": "npm run clean && npm run build"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"focus",
|
|
28
|
+
"productivity",
|
|
29
|
+
"notes",
|
|
30
|
+
"genai"
|
|
31
|
+
],
|
|
32
|
+
"author": "Tim O'Brien <tobrien@discursive.com>",
|
|
33
|
+
"license": "Apache-2.0",
|
|
34
|
+
"engines": {
|
|
35
|
+
"node": ">=18.0.0",
|
|
36
|
+
"npm": ">=9.0.0"
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@riotprompt/riotprompt": "^0.0.8",
|
|
40
|
+
"@theunwalked/cardigantime": "^0.0.16",
|
|
41
|
+
"@theunwalked/dreadcabinet": "^0.0.10",
|
|
42
|
+
"@types/fluent-ffmpeg": "^2.1.28",
|
|
43
|
+
"commander": "^14.0.2",
|
|
44
|
+
"dayjs": "^1.11.19",
|
|
45
|
+
"dotenv": "^17.2.3",
|
|
46
|
+
"fluent-ffmpeg": "^2.1.3",
|
|
47
|
+
"glob": "^11.0.3",
|
|
48
|
+
"js-yaml": "^4.1.1",
|
|
49
|
+
"luxon": "^3.7.2",
|
|
50
|
+
"moment-timezone": "^0.6.0",
|
|
51
|
+
"openai": "^6.9.0",
|
|
52
|
+
"winston": "^3.18.3",
|
|
53
|
+
"zod": "^4.1.12"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
57
|
+
"@eslint/js": "^9.39.1",
|
|
58
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
59
|
+
"@swc/core": "^1.15.1",
|
|
60
|
+
"@types/js-yaml": "^4.0.9",
|
|
61
|
+
"@types/luxon": "^3.7.1",
|
|
62
|
+
"@types/node": "^24.10.1",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^8.46.4",
|
|
64
|
+
"@typescript-eslint/parser": "^8.46.4",
|
|
65
|
+
"@vitest/coverage-v8": "^4.0.8",
|
|
66
|
+
"copyfiles": "^2.4.1",
|
|
67
|
+
"eslint": "^9.39.1",
|
|
68
|
+
"eslint-plugin-import": "^2.32.0",
|
|
69
|
+
"globals": "^16.5.0",
|
|
70
|
+
"mockdate": "^3.0.5",
|
|
71
|
+
"rollup-plugin-preserve-shebang": "^1.0.1",
|
|
72
|
+
"rollup-plugin-visualizer": "^6.0.5",
|
|
73
|
+
"typescript": "^5.9.3",
|
|
74
|
+
"vite": "^7.2.2",
|
|
75
|
+
"vite-plugin-node": "^7.0.0",
|
|
76
|
+
"vitest": "^4.0.8"
|
|
77
|
+
}
|
|
78
78
|
}
|