@mulmoclaude/core 0.22.0 → 0.22.1

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.
@@ -126,6 +126,8 @@ Embed an existing image.
126
126
 
127
127
  Source kinds: `url`, `base64`, `path`
128
128
 
129
+ **Where relative `path` sources resolve from:** the script file's own directory — `<workspace>/artifacts/stories/` — NOT the workspace root. So a workspace file such as `data/photo.png` must be written as `../../data/photo.png`, or (preferred, keeps the script portable) copied next to the script, e.g. to `artifacts/stories/assets/photo.png` and referenced as `assets/photo.png`. This applies to every media source of kind `path` (`image`, `movie`, `pdf`, `svg`, mermaid `code`).
130
+
129
131
  ### `chart`
130
132
  Render a chart from data.
131
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mulmoclaude/core",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "Shared server-side core for MulmoClaude and MulmoTerminal — the always-shipped-together subsystems consolidated behind subpath exports so the two hosts can't drift. Server-only except the browser-safe ./whisper/client, ./workspace-setup/slug, ./translation/client, ./remote-view and ./remote-host entries. All host specifics are injected.",
5
5
  "type": "module",
6
6
  "exports": {