@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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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