@redaksjon/protokoll 1.0.7 → 1.0.9-dev.20260131234119.588faef
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/main.js +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/term-assist.js +1 -1
- package/dist/term-context.js +1 -1
- package/dist/transcript.js +2 -2
- package/dist/transcript.js.map +1 -1
- package/guide/architecture.md +1 -1
- package/guide/development.md +1 -1
- package/package.json +2 -2
- package/vite.config.ts +1 -1
package/guide/architecture.md
CHANGED
|
@@ -210,7 +210,7 @@ interface PipelineInstance {
|
|
|
210
210
|
|---------|---------|
|
|
211
211
|
| `@utilarium/dreadcabinet` | Filesystem structure patterns |
|
|
212
212
|
| `@utilarium/cardigantime` | Hierarchical config discovery |
|
|
213
|
-
| `@
|
|
213
|
+
| `@kjerneverk/riotprompt` | Prompt building and agentic execution |
|
|
214
214
|
| `openai` | Whisper and GPT APIs |
|
|
215
215
|
| `@anthropic-ai/sdk` | Claude API |
|
|
216
216
|
| `@google/generative-ai` | Gemini API |
|
package/guide/development.md
CHANGED
|
@@ -228,7 +228,7 @@ npm run lint:fix
|
|
|
228
228
|
|---------|---------|
|
|
229
229
|
| `@utilarium/dreadcabinet` | Filesystem patterns |
|
|
230
230
|
| `@utilarium/cardigantime` | Hierarchical config discovery |
|
|
231
|
-
| `@
|
|
231
|
+
| `@kjerneverk/riotprompt` | Prompt building and agentic execution |
|
|
232
232
|
| `openai` | OpenAI API (Whisper and GPT) |
|
|
233
233
|
| `@anthropic-ai/sdk` | Anthropic API (Claude) |
|
|
234
234
|
| `@google/generative-ai` | Google API (Gemini) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redaksjon/protokoll",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9-dev.20260131234119.588faef",
|
|
4
4
|
"description": "Focused audio transcription with intelligent context integration",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"type": "module",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@google/generative-ai": "^0.24.1",
|
|
47
47
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
48
48
|
"@redaksjon/context": "^0.0.4",
|
|
49
|
-
"@
|
|
49
|
+
"@kjerneverk/riotprompt": "^1.0.6",
|
|
50
50
|
"@utilarium/cardigantime": "^0.0.24",
|
|
51
51
|
"@utilarium/dreadcabinet": "^0.0.16",
|
|
52
52
|
"@utilarium/overcontext": "^0.0.4",
|
package/vite.config.ts
CHANGED
|
@@ -61,7 +61,7 @@ export default defineConfig({
|
|
|
61
61
|
'@modelcontextprotocol/sdk/server/index.js',
|
|
62
62
|
'@modelcontextprotocol/sdk/server/stdio.js',
|
|
63
63
|
'@modelcontextprotocol/sdk/types.js',
|
|
64
|
-
'@
|
|
64
|
+
'@kjerneverk/riotprompt',
|
|
65
65
|
'@utilarium/cardigantime',
|
|
66
66
|
'@utilarium/dreadcabinet',
|
|
67
67
|
'@types/fluent-ffmpeg',
|