@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.
@@ -0,0 +1,3 @@
1
+ # Batch Transcription
2
+
3
+ I want to batch process audio files in: ${directory}
@@ -0,0 +1,9 @@
1
+ # Edit Entity
2
+
3
+ ${userMessage}
4
+
5
+ I'll help you edit the ${entityType} "${entityId}".
6
+
7
+ ${entityGuidance}
8
+
9
+ ${modificationNote}
@@ -0,0 +1,3 @@
1
+ # Add or Update Entity
2
+
3
+ I want to add a ${entityType} called: ${entityName}
@@ -0,0 +1,3 @@
1
+ # Find and Analyze Transcripts
2
+
3
+ I want to search for transcripts in: ${directory}
@@ -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
@@ -0,0 +1,8 @@
1
+ # Transcribe Audio with Context
2
+
3
+ I want to transcribe the audio file: ${audioFile}
4
+
5
+ ${discoverySection}
6
+
7
+ To start transcription, call `protokoll_process_audio` with:
8
+ - audioFile: "${audioFile}"