@redaksjon/protokoll 0.3.0 → 0.4.3
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/mcp/prompts/batch_transcription.md +3 -0
- package/dist/mcp/prompts/edit_entity.md +9 -0
- package/dist/mcp/prompts/enrich_entity.md +3 -0
- package/dist/mcp/prompts/find_and_analyze.md +3 -0
- package/dist/mcp/prompts/review_transcript.md +13 -0
- package/dist/mcp/prompts/setup_project.md +12 -0
- package/dist/mcp/prompts/transcribe_with_context.md +8 -0
- package/dist/mcp/server.js +2314 -2416
- package/dist/mcp/server.js.map +1 -1
- package/dist/transcript.js +9 -9
- package/dist/transcript.js.map +1 -1
- package/package.json +1 -1
- package/.cursor/rules/definition-of-done.md +0 -90
- package/.cursor/rules/no-auto-summary-files.md +0 -43
- package/.cursor/rules/no-emoticons.md +0 -57
- package/nodemon.json +0 -14
- package/tsconfig.tsbuildinfo +0 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Review and Improve Transcript
|
|
2
|
+
|
|
3
|
+
I want to review and improve the transcript at: ${transcriptPath}
|
|
4
|
+
|
|
5
|
+
I'll help you review "${transcriptPath}".
|
|
6
|
+
|
|
7
|
+
**Focus areas:**
|
|
8
|
+
- ${focusArea}
|
|
9
|
+
|
|
10
|
+
**To proceed:**
|
|
11
|
+
1. Call `protokoll_feedback_analyze` to analyze the transcript
|
|
12
|
+
2. Review suggested corrections
|
|
13
|
+
3. Apply corrections using `protokoll_feedback_apply`
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Setup New Protokoll Project
|
|
2
|
+
|
|
3
|
+
I want to create a new Protokoll project called: ${projectName}
|
|
4
|
+
|
|
5
|
+
I'll help you set up the "${projectName}" project.
|
|
6
|
+
|
|
7
|
+
**Steps:**
|
|
8
|
+
1. Call `protokoll_create_project` with:
|
|
9
|
+
- projectName: "${projectName}"${sourceUrlLine}${destinationLine}
|
|
10
|
+
|
|
11
|
+
2. The tool will create the project YAML file
|
|
12
|
+
3. Configure routing, trigger phrases, and other metadata as needed
|