@ztffn/presentation-generator-plugin 1.1.1 → 1.1.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.
@@ -45,11 +45,16 @@ Write the JSON to `_temp/presentation-draft.json`:
45
45
 
46
46
  ```json
47
47
  {
48
+ "meta": {
49
+ "name": "<deck title from _temp/presentation-outline.md>"
50
+ },
48
51
  "nodes": [ ... ],
49
52
  "edges": [ ... ]
50
53
  }
51
54
  ```
52
55
 
56
+ The `meta.name` value must be the presentation title exactly as it appears in the outline — verbatim, no reformatting.
57
+
53
58
  After writing, output a summary listing:
54
59
  - Total node count
55
60
  - Total edge count
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztffn/presentation-generator-plugin",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Claude Code plugin for generating graph-based presentations",
5
5
  "bin": {
6
6
  "presentation-generator-plugin": "bin/index.js"