@mulmocast/slide 0.3.1 → 0.3.2

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.
@@ -20,18 +20,15 @@ Use this prefix (referred to as `{cli}` below) for all CLI calls in the steps.
20
20
 
21
21
  ### Step 1: Read Inputs
22
22
 
23
- 1. Read the MulmoScript JSON at the specified path
24
- 2. Read the ExtendedScript schema: `.claude/skills/extend/references/extended-script-schema.md`
25
- 3. Check for extracted texts file:
26
- - Look for `extracted_texts.json` in the same directory as the MulmoScript
27
- - This file is generated by `{cli} pdf` and contains per-page text extracted from the source PDF
28
- - If found, read it — this provides the raw text content for each beat
29
- 4. Locate the source file:
23
+ Use the Read tool (not bash/node commands) to read the following files:
24
+
25
+ 1. The MulmoScript JSON at the specified path
26
+ 2. `.claude/skills/extend/references/extended-script-schema.md`
27
+ 3. `extracted_texts.json` in the same directory as the MulmoScript (if it exists generated by PDF converter, provides raw text per beat)
28
+ 4. The source file:
30
29
  - If `--source` is specified, use that file
31
- - Otherwise, infer from the MulmoScript path:
32
- - `scripts/{basename}/mulmo_script.json` -> search for `samples/{basename}.*` (try `.md`, `.pptx`, `.pdf`, `.key`)
30
+ - Otherwise, infer from the MulmoScript path: `scripts/{basename}/mulmo_script.json` -> search for `samples/{basename}.*` (try `.md`, `.pptx`, `.pdf`, `.key`)
33
31
  - If no source file found, work from the MulmoScript content and extracted texts alone
34
- 5. If a source file is found, read it
35
32
 
36
33
  ### Step 2: Analyze Content
37
34
 
@@ -52,11 +52,12 @@ Confirm the output:
52
52
 
53
53
  ### Step 2: Read Inputs
54
54
 
55
- 1. Read the generated `scripts/{basename}/mulmo_script.json`
56
- 2. Read the ExtendedScript schema: `.claude/skills/narrate/references/extended-script-schema.md`
57
- 3. Check for `scripts/{basename}/extracted_texts.json` (generated by PDF converter)
58
- - If found, read it — this provides raw text content for each beat
59
- 4. If the source is Markdown, also read the original `.md` file for speaker notes and structure
55
+ Use the Read tool (not bash/node commands) to read the following files:
56
+
57
+ 1. `scripts/{basename}/mulmo_script.json`
58
+ 2. `.claude/skills/narrate/references/extended-script-schema.md`
59
+ 3. `scripts/{basename}/extracted_texts.json` (if it exists, generated by PDF converter provides raw text per beat)
60
+ 4. The original source `.md` file (if Markdown, for speaker notes and structure)
60
61
 
61
62
  ### Step 3: Analyze Content
62
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mulmocast/slide",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Convert presentations (Keynote, PowerPoint, PDF, Marp) and videos to MulmoScript format",
5
5
  "homepage": "https://github.com/receptron/MulmoCast-Slides#readme",
6
6
  "bugs": {