@redaksjon/protokoll 0.0.6 → 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.
Files changed (43) hide show
  1. package/dist/constants.js +1 -1
  2. package/package.json +76 -76
  3. package/tsconfig.tsbuildinfo +1 -1
  4. package/vitest.config.ts +5 -5
  5. package/output/kodrdriv/250702-1905-commit-message.md +0 -1
  6. package/output/kodrdriv/250702-1905-commit.request.json +0 -14
  7. package/output/kodrdriv/250702-1905-commit.response.json +0 -36
  8. package/output/kodrdriv/250702-1906-commit-message.md +0 -1
  9. package/output/kodrdriv/250702-1907-commit-message.md +0 -1
  10. package/output/kodrdriv/250702-1907-commit.request.json +0 -14
  11. package/output/kodrdriv/250702-1907-commit.response.json +0 -36
  12. package/output/kodrdriv/250716-1517-review-analysis.md +0 -39
  13. package/output/kodrdriv/250716-1517-review-notes.md +0 -69
  14. package/output/kodrdriv/250716-1518-review-analysis.md +0 -15
  15. package/output/kodrdriv/250716-1518-review-notes.md +0 -67
  16. package/output/kodrdriv/250716-1523-review-analysis.md +0 -36
  17. package/output/kodrdriv/250716-1523-review-notes.md +0 -87
  18. package/output/kodrdriv/250722-1135-commit-message.md +0 -1
  19. package/output/kodrdriv/250722-1331-commit-message.md +0 -1
  20. package/output/kodrdriv/250722-1335-commit-message.md +0 -1
  21. package/output/kodrdriv/250722-1337-commit-message.md +0 -1
  22. package/output/kodrdriv/250722-1342-release-notes.md +0 -26
  23. package/output/kodrdriv/250722-1416-commit-message.md +0 -3
  24. package/output/kodrdriv/250722-1420-commit-message.md +0 -1
  25. package/output/kodrdriv/250722-1422-commit-message.md +0 -1
  26. package/output/kodrdriv/250722-1423-commit-message.md +0 -1
  27. package/output/kodrdriv/250722-1425-release-notes.md +0 -41
  28. package/output/kodrdriv/250722-1527-commit-message.md +0 -13
  29. package/output/kodrdriv/250722-1532-commit-message.md +0 -1
  30. package/output/kodrdriv/250722-1532-release-notes.md +0 -32
  31. package/output/kodrdriv/250722-2314-review-analysis.md +0 -28
  32. package/output/kodrdriv/250722-2314-review-notes.md +0 -464
  33. package/output/kodrdriv/250722-2315-review-analysis.md +0 -28
  34. package/output/kodrdriv/250722-2315-review-notes.md +0 -477
  35. package/output/kodrdriv/250804-1623-review-analysis.md +0 -38
  36. package/output/kodrdriv/250804-1623-review-notes.md +0 -479
  37. package/output/kodrdriv/250804-1638-review-analysis.md +0 -56
  38. package/output/kodrdriv/250804-1638-review-notes.md +0 -502
  39. package/output/kodrdriv/250812-2021-review-analysis.md +0 -27
  40. package/output/kodrdriv/250812-2021-review-notes.md +0 -571
  41. package/output/kodrdriv/250826-0700-commit-message.md +0 -12
  42. package/output/kodrdriv/RELEASE_NOTES.md +0 -30
  43. 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.6 (working/bb55012 T:v0.0.6-dev.0 2026-01-10 17:18:45 -0800) darwin arm64 v24.8.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
- "name": "@redaksjon/protokoll",
3
- "version": "0.0.6",
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/tobrien/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
- }
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
  }